2018-10-08 12:31:41,623 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-295 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2018-10-08 12:31:41,630 - 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=v3JVsgjXu7shfMNHHQyxPUHfG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.9 export OS_REGION_NAME=regionOne 2018-10-08 12:31:41,630 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-08 12:31:41,631 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-10-08 12:31:41,651 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-08 12:31:51,322 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_24761597-6ed3-49b1-8a6f-42f2ee2665c5', 'id': u'c8e8cdbb381e42e5aa51e7c9894259e9', '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'})}) 2018-10-08 12:31:51,984 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd72ed07aea234c86b504124356483b07', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_24761597-6ed3-49b1-8a6f-42f2ee2665c5'}) 2018-10-08 12:31:52,089 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 12:31:52,371 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/4fc878320ef3403db8ccd09de71fbe1e'}, 'domain_id': None, 'human_id': None, 'id': u'4fc878320ef3403db8ccd09de71fbe1e', 'HUMAN_ID': False}) 2018-10-08 12:31:53,019 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_24761597-6ed3-49b1-8a6f-42f2ee2665c5', 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': '9883f7a2-f39c-47a2-bbf0-656a7dcd45e0', 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_24761597-6ed3-49b1-8a6f-42f2ee2665c5', 'project_id': u'c8e8cdbb381e42e5aa51e7c9894259e9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 12:31:53,024 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_24761597-6ed3-49b1-8a6f-42f2ee2665c5', 'password': '9883f7a2-f39c-47a2-bbf0-656a7dcd45e0', 'project_name': 'connection_check-project_24761597-6ed3-49b1-8a6f-42f2ee2665c5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'c8e8cdbb381e42e5aa51e7c9894259e9', 'project_domain_name': 'Default'} 2018-10-08 12:31:57,432 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-08 12:31:57,433 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-08 12:32:07,822 - 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.384s OK 2018-10-08 12:32:07,943 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 12:32:07,943 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-08 12:32:10,447 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-08 12:32:11,187 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_fc058b66-8077-4094-8181-3c3bdff41b26', 'id': u'5f77ca07cd714b719d197baba27cfa16', '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'})}) 2018-10-08 12:32:11,755 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'08434d0520c74949b2aa07d610ae2b94', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_fc058b66-8077-4094-8181-3c3bdff41b26'}) 2018-10-08 12:32:11,987 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 12:32:12,214 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/f903cf23e6534a5a932e5e9c09edb1fd'}, 'domain_id': None, 'human_id': None, 'id': u'f903cf23e6534a5a932e5e9c09edb1fd', 'HUMAN_ID': False}) 2018-10-08 12:32:12,932 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_fc058b66-8077-4094-8181-3c3bdff41b26', 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': '4ccaf189-fa40-4090-93c0-26793a965afc', 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_fc058b66-8077-4094-8181-3c3bdff41b26', 'project_id': u'5f77ca07cd714b719d197baba27cfa16', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 12:32:12,937 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_fc058b66-8077-4094-8181-3c3bdff41b26', 'password': '4ccaf189-fa40-4090-93c0-26793a965afc', 'project_name': 'api_check-project_fc058b66-8077-4094-8181-3c3bdff41b26', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '5f77ca07cd714b719d197baba27cfa16', 'project_domain_name': 'Default'} 2018-10-08 12:32:16,569 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-08 12:32:16,569 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-08 12:44:32,923 - 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 736.237s OK 2018-10-08 12:44:33,047 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 12:44:33,047 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:16 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-08 12:44:34,985 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-08 12:44:35,595 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_afe07e25-948d-4881-9eeb-77a41f1997e7', 'id': u'f09879f1dd904603ba7c21d5814703aa', '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'})}) 2018-10-08 12:44:36,073 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ad8ac9a7fd6a47109abdbfc4e4ebe587', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_afe07e25-948d-4881-9eeb-77a41f1997e7'}) 2018-10-08 12:44:36,240 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 12:44:36,411 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/c7ffe8a0af3941b7bbf36adeddd22665'}, 'domain_id': None, 'human_id': None, 'id': u'c7ffe8a0af3941b7bbf36adeddd22665', 'HUMAN_ID': False}) 2018-10-08 12:44:36,968 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_afe07e25-948d-4881-9eeb-77a41f1997e7', 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': '779b5c9b-b674-4925-96cb-434c396adb8e', 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_afe07e25-948d-4881-9eeb-77a41f1997e7', 'project_id': u'f09879f1dd904603ba7c21d5814703aa', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 12:44:36,973 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_afe07e25-948d-4881-9eeb-77a41f1997e7', 'password': '779b5c9b-b674-4925-96cb-434c396adb8e', 'project_name': 'snaps_health_check-project_afe07e25-948d-4881-9eeb-77a41f1997e7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'f09879f1dd904603ba7c21d5814703aa', 'project_domain_name': 'Default'} 2018-10-08 12:44:39,320 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-08 12:44:39,321 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-08 12:45:20,647 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.325s OK 2018-10-08 12:45:20,767 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 12:45:20,768 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-08 12:45:22,686 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:16 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-08 12:45:22,691 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-08 12:45:26,388 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-295 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2018-10-08 12:45:26,393 - 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=v3JVsgjXu7shfMNHHQyxPUHfG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.9 export OS_REGION_NAME=regionOne 2018-10-08 12:45:26,393 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-08 12:45:26,394 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-10-08 12:45:26,432 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-08 12:45:29,786 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_e91c6635-61e8-41c7-bb66-9b13094349ac', 'id': u'9b9d1d6f03844c21975357c4d4307173', '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'})}) 2018-10-08 12:45:30,257 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'381df4d5b6a74596a3731c6b5ab45666', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_e91c6635-61e8-41c7-bb66-9b13094349ac'}) 2018-10-08 12:45:30,427 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 12:45:30,602 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/74f87ef9006f477ea5b0514c7638cffd'}, 'domain_id': None, 'human_id': None, 'id': u'74f87ef9006f477ea5b0514c7638cffd', 'HUMAN_ID': False}) 2018-10-08 12:45:31,094 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_e91c6635-61e8-41c7-bb66-9b13094349ac', 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': '333c092e-0f97-42fa-91ed-1ef0fb8d60e3', 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_e91c6635-61e8-41c7-bb66-9b13094349ac', 'project_id': u'9b9d1d6f03844c21975357c4d4307173', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 12:45:31,100 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_e91c6635-61e8-41c7-bb66-9b13094349ac', 'password': '333c092e-0f97-42fa-91ed-1ef0fb8d60e3', 'project_name': 'vping_ssh-project_e91c6635-61e8-41c7-bb66-9b13094349ac', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '9b9d1d6f03844c21975357c4d4307173', 'project_domain_name': 'Default'} 2018-10-08 12:45:31,100 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-08 12:45:31,951 - 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'2018-10-08T12:45:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'de961967-efe0-4d1c-8050-7f8e4b4d8a35', u'provider:segmentation_id': 80, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_e91c6635-61e8-41c7-bb66-9b13094349ac', u'admin_state_up': True, u'tenant_id': u'9b9d1d6f03844c21975357c4d4307173', u'created_at': u'2018-10-08T12:45:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9b9d1d6f03844c21975357c4d4307173'}) 2018-10-08 12:45:33,263 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-08T12:45:33Z', 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'453254a4-bb44-4010-a66e-e81e8fd1fb00', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_e91c6635-61e8-41c7-bb66-9b13094349ac', u'enable_dhcp': True, u'network_id': u'de961967-efe0-4d1c-8050-7f8e4b4d8a35', u'tenant_id': u'9b9d1d6f03844c21975357c4d4307173', u'created_at': u'2018-10-08T12:45:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9b9d1d6f03844c21975357c4d4307173'}) 2018-10-08 12:45:35,966 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5adda2e1-241a-41f0-bc1b-8f399c667621', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'0213a58f-7074-4478-9bd2-8c61a6ae6f0c', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9b9d1d6f03844c21975357c4d4307173', u'created_at': u'2018-10-08T12:45:34Z', u'admin_state_up': True, u'updated_at': u'2018-10-08T12:45:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'9b9d1d6f03844c21975357c4d4307173', u'id': u'579646f9-5201-4f18-b617-5846803011f2', u'name': u'vping_ssh-router_e91c6635-61e8-41c7-bb66-9b13094349ac'}) 2018-10-08 12:45:40,618 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/f1ca2f3c-857f-4e8d-93de-b9ae1cc6d9c6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f1ca2f3c-857f-4e8d-93de-b9ae1cc6d9c6/file', 'owner': u'9b9d1d6f03844c21975357c4d4307173', 'id': u'f1ca2f3c-857f-4e8d-93de-b9ae1cc6d9c6', 'size': 12716032, u'self': u'/v2/images/f1ca2f3c-857f-4e8d-93de-b9ae1cc6d9c6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b9d1d6f03844c21975357c4d4307173', 'name': 'vping_ssh-project_e91c6635-61e8-41c7-bb66-9b13094349ac', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/f1ca2f3c-857f-4e8d-93de-b9ae1cc6d9c6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T12:45:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-08T12:45:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_e91c6635-61e8-41c7-bb66-9b13094349ac', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f1ca2f3c-857f-4e8d-93de-b9ae1cc6d9c6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_e91c6635-61e8-41c7-bb66-9b13094349ac', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_e91c6635-61e8-41c7-bb66-9b13094349ac', 'created': u'2018-10-08T12:45:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T12:45:38Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f1ca2f3c-857f-4e8d-93de-b9ae1cc6d9c6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_e91c6635-61e8-41c7-bb66-9b13094349ac', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 12:45:40,822 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_e91c6635-61e8-41c7-bb66-9b13094349ac', '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'95764ceb46f64e659dbd6686ddec329b', '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'980523ae-02b6-44fb-8549-0332f8a7ea4a', 'swap': 0}) 2018-10-08 12:45:41,221 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSAljN9LCDubLCaPqJB719OERjLvYMXUCkMeLAbyU26aVluxvEKiyTvbPeQUPWyMNfMYZrjsxWXUDnhqdAeuX8U1hIPtOvwKF9ZwU+kBuWYOyi6z4ec9MX+kgXtVTWUn+Emg5J3SD5BhFKX3/nbm8NrvJh66kWVgTnnHJ4fKghYtdwjD6b/jMySHEvjmwMAmja0mIjd/oQ83JJDClHM0f4a5IXd+NNV2adgfxg1HI9TOZ+WEenn6JLq1U8Um61zRZ39EyDdIZXbozT+u0EyCcFOynIWLT4hJI/DYd3gfZ1hEt1HYWAw8HJvYoEU/LVQcd3WUuuSEnV1asFI280ZQcN Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0gJYzfSwg7mywmj6iQe9fThEYy72DF1ApDHiwG8lNumlZbsb\nxCosk72z3kFD1sjDXzGGa47MVl1A54anQHrl/FNYSD7Tr8ChfWcFPpAblmDsous+\nHnPTF/pIF7VU1lJ/hJoOSd0g+QYRSl9/525vDa7yYeupFlYE55xyeHyoIWLXcIw+\nm/4zMkhxL45sDAJo2tJiI3f6EPNySQwpRzNH+GuSF3fjTVdmnYH8YNRyPUzmflhH\np5+iS6tVPFJutc0Wd/RMg3SGV26M0/rtBMgnBTspyFi0+ISSPw2Hd4H2dYRLdR2F\ngMPByb2KBFPy1UHHd1lLrkhJ1dWrBSNvNGUHDQIDAQABAoIBAQCgb8COHxfWmkAx\ne2ei1fHyPtEoAJFiIr+mcKHtJzwD9n0v+cCdnSaO+8b0zWFZLejryXcKpn3+oKFb\n/ye4/+rBWJ7CGpU32G7G0bRU9lzNBmDhmdvMAepLkB4RVqtoTIA0ukieLzvoYrVE\n3y5kjJ50kqmDGzkC4lY+5usglwMO9QPr6w5M31nn0KF1Civlx+Fn6/FI5s/oeulg\nuBG440by94mVL6P4g1suNrF1Nt25ZK7/KVOGyNuKjIVIHZHvomT/7vgMTiKQYuZs\n4WwZPWkd+L71QmoMTGR4JVjbX+L5Ia8uCPIiocTJ1iEaTCtZ2PJ/YhRTdr0NAYyC\nJlACT2DBAoGBAPb9B0wk+RQSzZj2tod7OiYJCJsVuV1NANr+rVMqwCC8+Xc00I/I\nWjBuQR6etI3hLbxWt5FJBYb/pNV055avtQwCQFc/+FhUn8irXjCBJZJflwdrRHc/\nGr9KQxkc1BMNzucV3LZGr4hdqXf6m7vcpyjSyqz1q5AdYB856BuPhZldAoGBANmr\n6t8bXlzMApT8Xzz6LPVZ504P4vE3wZj24sN5UzZVz85GxzS3k7F0XlMkLYI3fTLW\ndHReUutyMIpRrCtOQ6m6QU5X7n68FIqOFqzDJzLUnxfQrNtWqn8P4ZK7BxHvRnSj\ncQPvc/3ODUaAdfnG4Ij99nGn++I2fsXN2HFX11lxAoGAYRmm1cuvVLHzvFA6AFd0\ny+E/TeEjh8evL2lycMDc2cIRfUj5OZ21v1aJKWWRbDn7xhB9iJOhpao5fmXAamBX\nmAoGi4attuRGERk2JXGQeNQ1xwfn2c2oUU37xRKtWXRTREw3Aj4V4lGYP3/528hq\nu0Trw0WuFjFGSeB1HOi2yE0CgYBxIBP017h26d/9phupCSwMZyj7PO5pBt0qrkSz\n6n4AoyBYyBgHodC0TRIoi4jLQCNlJGdpgwv9KV9ow4GDEC3CK/Z8zN46J21VhPrr\n1pCsrivwqJbtd2EsoAhPxbuq6nvnann13aCeq1Pi7ChkI6PWDobiErepnUDNdGmk\nnk5hQQKBgCYxODjAx7+QsKJMV4adhkXIeaLmcEdjJIsNMOvdGKJgBfXwExaY9fvA\niJT2xOwlaqM7/tB1EVDbKdyNge71DXtuu/u/WNMXwJVgH08czKB6JHzRVySg1QZL\nF+ou74/A4wrGQgictUZFsV9pKQWjdmTYSfnxetcP6QNd0QDKGcrW\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'381df4d5b6a74596a3731c6b5ab45666', 'name': u'vping_ssh-kp_e91c6635-61e8-41c7-bb66-9b13094349ac', 'created_at': '2018-10-08T12:45:41.221215', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b9d1d6f03844c21975357c4d4307173', 'name': 'vping_ssh-project_e91c6635-61e8-41c7-bb66-9b13094349ac', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'43:54:b3:a5:2b:99:3d:cb:c6:97:ec:4e:91:f5:04:c3', 'type': 'ssh', 'id': u'vping_ssh-kp_e91c6635-61e8-41c7-bb66-9b13094349ac'}) 2018-10-08 12:45:41,221 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA0gJYzfSwg7mywmj6iQe9fThEYy72DF1ApDHiwG8lNumlZbsb xCosk72z3kFD1sjDXzGGa47MVl1A54anQHrl/FNYSD7Tr8ChfWcFPpAblmDsous+ HnPTF/pIF7VU1lJ/hJoOSd0g+QYRSl9/525vDa7yYeupFlYE55xyeHyoIWLXcIw+ m/4zMkhxL45sDAJo2tJiI3f6EPNySQwpRzNH+GuSF3fjTVdmnYH8YNRyPUzmflhH p5+iS6tVPFJutc0Wd/RMg3SGV26M0/rtBMgnBTspyFi0+ISSPw2Hd4H2dYRLdR2F gMPByb2KBFPy1UHHd1lLrkhJ1dWrBSNvNGUHDQIDAQABAoIBAQCgb8COHxfWmkAx e2ei1fHyPtEoAJFiIr+mcKHtJzwD9n0v+cCdnSaO+8b0zWFZLejryXcKpn3+oKFb /ye4/+rBWJ7CGpU32G7G0bRU9lzNBmDhmdvMAepLkB4RVqtoTIA0ukieLzvoYrVE 3y5kjJ50kqmDGzkC4lY+5usglwMO9QPr6w5M31nn0KF1Civlx+Fn6/FI5s/oeulg uBG440by94mVL6P4g1suNrF1Nt25ZK7/KVOGyNuKjIVIHZHvomT/7vgMTiKQYuZs 4WwZPWkd+L71QmoMTGR4JVjbX+L5Ia8uCPIiocTJ1iEaTCtZ2PJ/YhRTdr0NAYyC JlACT2DBAoGBAPb9B0wk+RQSzZj2tod7OiYJCJsVuV1NANr+rVMqwCC8+Xc00I/I WjBuQR6etI3hLbxWt5FJBYb/pNV055avtQwCQFc/+FhUn8irXjCBJZJflwdrRHc/ Gr9KQxkc1BMNzucV3LZGr4hdqXf6m7vcpyjSyqz1q5AdYB856BuPhZldAoGBANmr 6t8bXlzMApT8Xzz6LPVZ504P4vE3wZj24sN5UzZVz85GxzS3k7F0XlMkLYI3fTLW dHReUutyMIpRrCtOQ6m6QU5X7n68FIqOFqzDJzLUnxfQrNtWqn8P4ZK7BxHvRnSj cQPvc/3ODUaAdfnG4Ij99nGn++I2fsXN2HFX11lxAoGAYRmm1cuvVLHzvFA6AFd0 y+E/TeEjh8evL2lycMDc2cIRfUj5OZ21v1aJKWWRbDn7xhB9iJOhpao5fmXAamBX mAoGi4attuRGERk2JXGQeNQ1xwfn2c2oUU37xRKtWXRTREw3Aj4V4lGYP3/528hq u0Trw0WuFjFGSeB1HOi2yE0CgYBxIBP017h26d/9phupCSwMZyj7PO5pBt0qrkSz 6n4AoyBYyBgHodC0TRIoi4jLQCNlJGdpgwv9KV9ow4GDEC3CK/Z8zN46J21VhPrr 1pCsrivwqJbtd2EsoAhPxbuq6nvnann13aCeq1Pi7ChkI6PWDobiErepnUDNdGmk nk5hQQKBgCYxODjAx7+QsKJMV4adhkXIeaLmcEdjJIsNMOvdGKJgBfXwExaY9fvA iJT2xOwlaqM7/tB1EVDbKdyNge71DXtuu/u/WNMXwJVgH08czKB6JHzRVySg1QZL F+ou74/A4wrGQgictUZFsV9pKQWjdmTYSfnxetcP6QNd0QDKGcrW -----END RSA PRIVATE KEY----- 2018-10-08 12:45:54,585 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_e91c6635-61e8-41c7-bb66-9b13094349ac': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3d:54:33', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f1ca2f3c-857f-4e8d-93de-b9ae1cc6d9c6'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-08T12:45:43.000000', 'flavor': Munch({u'id': u'980523ae-02b6-44fb-8549-0332f8a7ea4a'}), 'az': u'nova', 'id': u'8386dcfc-5fa4-493b-b165-4540f222141a', 'security_groups': [Munch({u'name': u'vping_ssh-sg_e91c6635-61e8-41c7-bb66-9b13094349ac'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'381df4d5b6a74596a3731c6b5ab45666', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b9d1d6f03844c21975357c4d4307173', 'name': 'vping_ssh-project_e91c6635-61e8-41c7-bb66-9b13094349ac', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-08T12:45:43.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-08T12:45:51Z', 'hostId': u'2c6c48fd59a4b071b2c898515e72333c39cc655b71acc046955f0f62', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'2c6c48fd59a4b071b2c898515e72333c39cc655b71acc046955f0f62', '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'2018-10-08T12:45:43.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9b9d1d6f03844c21975357c4d4307173', 'name': u'vping_ssh-vm2_e91c6635-61e8-41c7-bb66-9b13094349ac', 'adminPass': u'nb6or78Ffk4Q', 'tenant_id': u'9b9d1d6f03844c21975357c4d4307173', 'region': 'regionOne', 'created': u'2018-10-08T12:45:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-08 12:46:05,269 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_e91c6635-61e8-41c7-bb66-9b13094349ac': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:50:98:0a', 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'f1ca2f3c-857f-4e8d-93de-b9ae1cc6d9c6'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-08T12:45:57.000000', 'flavor': Munch({u'id': u'980523ae-02b6-44fb-8549-0332f8a7ea4a'}), 'az': u'nova', 'id': u'4d9c7ce4-2e7b-4fd3-9a4b-58e2f5cffbbd', 'security_groups': [Munch({u'name': u'vping_ssh-sg_e91c6635-61e8-41c7-bb66-9b13094349ac'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'381df4d5b6a74596a3731c6b5ab45666', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b9d1d6f03844c21975357c4d4307173', 'name': 'vping_ssh-project_e91c6635-61e8-41c7-bb66-9b13094349ac', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-08T12:45:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-08T12:46:03Z', 'hostId': u'16829d3593a5d7b4abacb619bc692862e1e05a68d665e34f0cb1cb19', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_e91c6635-61e8-41c7-bb66-9b13094349ac', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'16829d3593a5d7b4abacb619bc692862e1e05a68d665e34f0cb1cb19', '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'2018-10-08T12:45:57.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9b9d1d6f03844c21975357c4d4307173', 'name': u'vping_ssh-vm_e91c6635-61e8-41c7-bb66-9b13094349ac', 'adminPass': u'87vX87A7Teba', 'tenant_id': u'9b9d1d6f03844c21975357c4d4307173', 'region': 'regionOne', 'created': u'2018-10-08T12:45:56Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-08 12:46:07,081 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'579646f9-5201-4f18-b617-5846803011f2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'9b9d1d6f03844c21975357c4d4307173', 'created_at': u'2018-10-08T12:46:06Z', 'attached': True, 'updated_at': u'2018-10-08T12:46:06Z', 'id': u'37c1b4e1-6c28-4777-9d36-c2fa0f3ee7c2', 'floating_network_id': u'5adda2e1-241a-41f0-bc1b-8f399c667621', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b9d1d6f03844c21975357c4d4307173', 'name': 'vping_ssh-project_e91c6635-61e8-41c7-bb66-9b13094349ac', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'579646f9-5201-4f18-b617-5846803011f2', 'project_id': u'9b9d1d6f03844c21975357c4d4307173', 'port_id': u'cad2d68a-0e00-4b8a-bf71-2811d327dc79', 'port': u'cad2d68a-0e00-4b8a-bf71-2811d327dc79', 'network': u'5adda2e1-241a-41f0-bc1b-8f399c667621'}) 2018-10-08 12:46:08,192 - 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 486766110 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.912 MHz processor [ 0.138113] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140043] pid_max: default: 32768 minimum: 301 [ 0.141099] ACPI: Core revision 20150930 [ 0.142605] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144116] Security Framework initialized [ 0.145077] Yama: becoming mindful. [ 0.145922] AppArmor: AppArmor initialized [ 0.146907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149971] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151384] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152989] Initializing cgroup subsys io [ 0.153946] Initializing cgroup subsys memory [ 0.154956] Initializing cgroup subsys devices [ 0.155806] Initializing cgroup subsys freezer [ 0.156647] Initializing cgroup subsys net_cls [ 0.157496] Initializing cgroup subsys perf_event [ 0.158379] Initializing cgroup subsys net_prio [ 0.159240] Initializing cgroup subsys hugetlb [ 0.160084] Initializing cgroup subsys pids [ 0.160932] CPU: Physical Processor ID: 0 [ 0.162402] mce: CPU supports 10 MCE banks [ 0.163228] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174781] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.181098] ftrace: allocating 31920 entries in 125 pages [ 0.207268] smpboot: Max logical packages: 1 [ 0.208114] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209526] x2apic enabled [ 0.210319] Switched APIC routing to physical x2apic. [ 0.212027] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213118] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.215155] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216888] KVM setup paravirtual spinlock [ 0.218152] x86: Booted up 1 node, 1 CPUs [ 0.218932] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220274] devtmpfs: initialized [ 0.221966] evm: security.selinux [ 0.222645] evm: security.SMACK64 [ 0.223310] evm: security.SMACK64EXEC [ 0.224034] evm: security.SMACK64TRANSMUTE [ 0.224821] evm: security.SMACK64MMAP [ 0.225537] evm: security.ima [ 0.226164] evm: security.capability [ 0.226955] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228748] pinctrl core: initialized pinctrl subsystem [ 0.229804] RTC time: 12:45:57, date: 10/08/18 [ 0.230738] NET: Registered protocol family 16 [ 0.231682] cpuidle: using governor ladder [ 0.232469] cpuidle: using governor menu [ 0.233233] PCCT header not found. [ 0.233960] ACPI: bus type PCI registered [ 0.234739] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235945] PCI: Using configuration type 1 for base access [ 0.237662] ACPI: Added _OSI(Module Device) [ 0.238471] ACPI: Added _OSI(Processor Device) [ 0.239311] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240183] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242295] ACPI: Interpreter enabled [ 0.243048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250380] ACPI: (supports S0 S5) [ 0.251067] ACPI: Using IOAPIC for interrupt routing [ 0.251987] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255017] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256129] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257321] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258473] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260633] acpiphp: Slot [3] registered [ 0.261413] acpiphp: Slot [4] registered [ 0.262197] acpiphp: Slot [5] registered [ 0.262984] acpiphp: Slot [6] registered [ 0.263760] acpiphp: Slot [7] registered [ 0.264539] acpiphp: Slot [8] registered [ 0.265316] acpiphp: Slot [9] registered [ 0.266095] acpiphp: Slot [10] registered [ 0.266881] acpiphp: Slot [11] registered [ 0.267669] acpiphp: Slot [12] registered [ 0.268460] acpiphp: Slot [13] registered [ 0.269251] acpiphp: Slot [14] registered [ 0.270042] acpiphp: Slot [15] registered [ 0.280877] acpiphp: Slot [16] registered [ 0.281673] acpiphp: Slot [17] registered [ 0.282469] acpiphp: Slot [18] registered [ 0.283261] acpiphp: Slot [19] registered [ 0.284044] acpiphp: Slot [20] registered [ 0.284830] acpiphp: Slot [21] registered [ 0.285617] acpiphp: Slot [22] registered [ 0.286397] acpiphp: Slot [23] registered [ 0.287180] acpiphp: Slot [24] registered [ 0.287964] acpiphp: Slot [25] registered [ 0.288746] acpiphp: Slot [26] registered [ 0.289524] acpiphp: Slot [27] registered [ 0.290315] acpiphp: Slot [28] registered [ 0.291105] acpiphp: Slot [29] registered [ 0.291887] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293467] PCI host bridge to bus 0000:00 [ 0.294249] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296607] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298007] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299406] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305597] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.307977] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309201] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315843] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317262] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.363415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.364878] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.366253] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.367634] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.368978] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.370189] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.371355] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.372375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.373890] vgaarb: loaded [ 0.374474] vgaarb: bridge control possible 0000:00:02.0 [ 0.375583] SCSI subsystem initialized [ 0.376375] ACPI: bus type USB registered [ 0.377174] usbcore: registered new interface driver usbfs [ 0.378172] usbcore: registered new interface driver hub [ 0.379143] usbcore: registered new device driver usb [ 0.380167] PCI: Using ACPI for IRQ routing [ 0.381242] NetLabel: Initializing [ 0.381931] NetLabel: domain hash size = 128 [ 0.382751] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.383669] NetLabel: unlabeled traffic allowed by default [ 0.384737] clocksource: Switched to clocksource kvm-clock [ 0.390084] AppArmor: AppArmor Filesystem Enabled [ 0.391137] pnp: PnP ACPI init [ 0.392050] pnp: PnP ACPI: found 5 devices [ 0.398416] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400043] NET: Registered protocol family 2 [ 0.400966] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.402169] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403272] TCP: Hash tables configured (established 4096 bind 4096) [ 0.404379] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.405786] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.406907] NET: Registered protocol family 1 [ 0.407780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.408829] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409860] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.424038] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438144] Trying to unpack rootfs image as initramfs... [ 0.487963] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.502056] Scanning for low memory corruption every 60 seconds [ 0.503326] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.504444] audit: initializing netlink subsys (disabled) [ 0.505427] audit: type=2000 audit(1539002758.456:1): initialized [ 0.506688] Initialise system trusted keyring [ 0.507575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508670] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510568] zbud: loaded [ 0.511242] VFS: Disk quotas dquot_6.6.0 [ 0.512024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513743] fuse init (API version 7.23) [ 0.514590] Key type big_key registered [ 0.515345] Allocating IMA MOK and blacklist keyrings. [ 0.516411] Key type asymmetric registered [ 0.517281] Asymmetric key parser 'x509' registered [ 0.518191] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.519937] io scheduler noop registered [ 0.520689] io scheduler deadline registered (default) [ 0.521640] io scheduler cfq registered [ 0.522433] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523413] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.524596] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.525980] ACPI: Power Button [PWRF] [ 0.526777] GHES: HEST is not enabled! [ 0.540408] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568559] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570746] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596086] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.598315] Linux agpgart interface v0.103 [ 0.600352] brd: module loaded [ 0.601492] loop: module loaded [ 0.606555] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608241] GPT:90111 != 2097151 [ 0.609040] GPT:Alternate GPT header not at the end of the disk. [ 0.610316] GPT:90111 != 2097151 [ 0.611095] GPT: Use GNU Parted to correct GPT errors. [ 0.612214] vda: vda1 vda15 [ 0.613968] scsi host0: ata_piix [ 0.614821] scsi host1: ata_piix [ 0.615663] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.617004] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.618413] libphy: Fixed MDIO Bus: probed [ 0.619208] tun: Universal TUN/TAP device driver, 1.6 [ 0.620122] tun: (C) 1999-2004 Max Krasnyansky [ 0.622408] PPP generic driver version 2.4.2 [ 0.623277] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624809] ehci-pci: EHCI PCI platform driver [ 0.625801] ehci-platform: EHCI generic platform driver [ 0.626937] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628232] ohci-pci: OHCI PCI platform driver [ 0.629238] ohci-platform: OHCI generic platform driver [ 0.630375] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645024] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646169] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.647725] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.649807] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.650984] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652348] usb usb1: Product: UHCI Host Controller [ 0.653256] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.654358] usb usb1: SerialNumber: 0000:00:01.2 [ 0.655340] hub 1-0:1.0: USB hub found [ 0.656096] hub 1-0:1.0: 2 ports detected [ 0.656979] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.659038] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.659958] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.660956] mousedev: PS/2 mouse device common for all mice [ 0.662175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.663953] rtc_cmos 00:00: RTC can wake from S4 [ 0.665035] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.666195] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667344] i2c /dev entries driver [ 0.668080] device-mapper: uevent: version 1.0.3 [ 0.669003] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.670722] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671976] NET: Registered protocol family 10 [ 0.672956] NET: Registered protocol family 17 [ 0.673813] Key type dns_resolver registered [ 0.674719] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675779] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677487] registered taskstats version 1 [ 0.678299] Loading compiled-in X.509 certificates [ 0.679715] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681513] zswap: loaded using pool lzo/zbud [ 0.682874] Key type trusted registered [ 0.684395] Key type encrypted registered [ 0.685206] AppArmor: AppArmor sha1 policy hashing enabled [ 0.686202] ima: No TPM chip found, activating TPM-bypass! [ 0.687197] evm: HMAC attrs: 0x1 [ 0.688121] Magic number: 6:134:784 [ 0.688953] rtc_cmos 00:00: setting system clock to 2018-10-08 12:45:58 UTC (1539002758) [ 0.690503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691588] EDD information not available. [ 0.777683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.779428] Write protecting the kernel read-only data: 14336k [ 0.791389] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.793445] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep 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.86 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... [ 2.085274] 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.97. iid=i-00000024 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.912 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXepyjF5fKqqbBRSSDZADpu7ArcN2U0yF3lCAEzqotW3m/bh14YO2HziP4gwhmHJvu9JK4gJDRFCSIuM3AMiJWHV/zCJuBumLXPZgSVPzptcAuyWYQfS1zrkeXd4XpIc5EgPKnI9b/2TPSeWsKw//+Pn7V1wwyBnyFRWQfYdrzJw9KT1Zi0YRDC/qSzdL7UJV73Z9dLVNMAvgv9gNq4j70SC7ETQIv/zy743krDDBVi8C1oyBeGIrZyGUsaZd5B/7QhIqKcU79K30DTqKOHPM1xn1mG5t1Ypu2XEkouIm2REGVqYRg7Pmt2bTP+0PbVbiK9OgeSpQivjGETmAUBVjF root@vping-ssh-vm-e91c6635-61e8-41c7-bb66-9b13094349ac ssh-dss AAAAB3NzaC1kc3MAAACBAP7r844G2jTC38L/7bDMJbPBXya5etlkn+MXe+wBHKrLBUtbmZvIhNyXQ1s+LEESvgAnGHS9M+vWBLfqpObPYuGVSU38GWlqopQzGWEFxeEo1ossmrA0J4xFOq6MsK6haGEvAjxWJjhC/kAejbCMgfemGeuTXPL6/VSu3QSc7uIrAAAAFQCoQbJ25u9FEr8sNu+ggjm0vJZHAwAAAIAgyjRuHB3gDlnsfC6knFpfNxqZHnShkajm+QxkALQg4iQnlmqPSLvQ6JWO8TDwECluyT3m0dP0z8vMNkLQhJ2Pb1BDDQFNKirwLFoJnFFkzW8Zv48Oei3cDcHBVaEZDxv0mCjz0evmCUygdlD0dGC3Mi6pjbOLWb+BSRVfqebGUQAAAIBoaiPH5mbooWGPw959Jsh7qsN5ze7skRF98hZKA/GtxdzR2phKDRcRINSCZ3xlidGUS3Y905daYReNREL2ZLD83heBy9l8r5ESxXO9dXQzBXgh27b48dcgvY4V6Gf47Iz8zNfr5+Erp8RIrM9Phhl6EQmXNS3RuHkF7yEk7pgAaA== root@vping-ssh-vm-e91c6635-61e8-41c7-bb66-9b13094349ac -----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:fe50:980a/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 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-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-e91c6635-61e8-41c7-bb66-9b13094349ac launch-index: 0 === cirros: current=0.4.0 uptime=3.88 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-e91c6635-61e8-41c7-bb66-9b13094349ac login: 2018-10-08 12:46:11,603 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.12 (192.168.120.12): 56 data bytes 64 bytes from 192.168.120.12: seq=0 ttl=64 time=1.189 ms --- 192.168.120.12 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.189/1.189/1.189 ms 2018-10-08 12:46:11,603 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-10-08 12:46:11,720 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 12:46:11,720 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-08 12:46:30,961 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-08 12:46:31,852 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'id': u'67eca72c1c494f7dbcda6212be33a6f2', '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'})}) 2018-10-08 12:46:32,298 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1e1323ac81a34aa794c11e16077f3927', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_4fe823e3-31c7-46f6-99eb-a8ec14b8455f'}) 2018-10-08 12:46:32,455 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 12:46:32,696 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/b36f836b2f6f4c299a1131e32bfdeb08'}, 'domain_id': None, 'human_id': None, 'id': u'b36f836b2f6f4c299a1131e32bfdeb08', 'HUMAN_ID': False}) 2018-10-08 12:46:33,339 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 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': '21217893-9183-478b-8cb7-4022a2380507', 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_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'project_id': u'67eca72c1c494f7dbcda6212be33a6f2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 12:46:33,345 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'password': '21217893-9183-478b-8cb7-4022a2380507', 'project_name': 'vping_userdata-project_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '67eca72c1c494f7dbcda6212be33a6f2', 'project_domain_name': 'Default'} 2018-10-08 12:46:33,345 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-08 12:46:34,425 - 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'2018-10-08T12:46:33Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'05f73b48-36ab-4859-a2cb-4e4457691116', u'provider:segmentation_id': 36, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', u'admin_state_up': True, u'tenant_id': u'67eca72c1c494f7dbcda6212be33a6f2', u'created_at': u'2018-10-08T12:46:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'67eca72c1c494f7dbcda6212be33a6f2'}) 2018-10-08 12:46:35,862 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-08T12:46:35Z', 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'fb60a9db-89f3-4a29-a3e5-60214c38d0cc', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', u'enable_dhcp': True, u'network_id': u'05f73b48-36ab-4859-a2cb-4e4457691116', u'tenant_id': u'67eca72c1c494f7dbcda6212be33a6f2', u'created_at': u'2018-10-08T12:46:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'67eca72c1c494f7dbcda6212be33a6f2'}) 2018-10-08 12:46:38,577 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5adda2e1-241a-41f0-bc1b-8f399c667621', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'0213a58f-7074-4478-9bd2-8c61a6ae6f0c', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'67eca72c1c494f7dbcda6212be33a6f2', u'created_at': u'2018-10-08T12:46:37Z', u'admin_state_up': True, u'updated_at': u'2018-10-08T12:46:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'67eca72c1c494f7dbcda6212be33a6f2', u'id': u'e74355d3-0852-4bf4-a8e0-99b13a75b822', u'name': u'vping_userdata-router_4fe823e3-31c7-46f6-99eb-a8ec14b8455f'}) 2018-10-08 12:46:43,132 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/fd18827c-fd49-4e10-8fea-47c2bba4ae07/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fd18827c-fd49-4e10-8fea-47c2bba4ae07/file', 'owner': u'67eca72c1c494f7dbcda6212be33a6f2', 'id': u'fd18827c-fd49-4e10-8fea-47c2bba4ae07', 'size': 12716032, u'self': u'/v2/images/fd18827c-fd49-4e10-8fea-47c2bba4ae07', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'67eca72c1c494f7dbcda6212be33a6f2', 'name': 'vping_userdata-project_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/fd18827c-fd49-4e10-8fea-47c2bba4ae07/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T12:46:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-08T12:46:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fd18827c-fd49-4e10-8fea-47c2bba4ae07', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'created': u'2018-10-08T12:46:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T12:46:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fd18827c-fd49-4e10-8fea-47c2bba4ae07', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 12:46:43,354 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', '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'95764ceb46f64e659dbd6686ddec329b', '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'5e42dab3-3994-4cf6-bfad-7f8c11873652', 'swap': 0}) 2018-10-08 12:46:52,023 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4fe823e3-31c7-46f6-99eb-a8ec14b8455f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:18:53:46', 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'fd18827c-fd49-4e10-8fea-47c2bba4ae07'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-08T12:46:42.000000', 'flavor': Munch({u'id': u'5e42dab3-3994-4cf6-bfad-7f8c11873652'}), 'az': u'nova', 'id': u'a5b8b0cc-aca5-41b7-b30e-7e85efc162b4', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1e1323ac81a34aa794c11e16077f3927', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'67eca72c1c494f7dbcda6212be33a6f2', 'name': 'vping_userdata-project_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-08T12:46:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-08T12:46:50Z', 'hostId': u'c481658df9ca64fd08a669f3e1280b9b970895f9ef700c636ee8f055', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'c481658df9ca64fd08a669f3e1280b9b970895f9ef700c636ee8f055', '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'2018-10-08T12:46:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'67eca72c1c494f7dbcda6212be33a6f2', 'name': u'vping_userdata-vm_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'adminPass': u'CFB9UUVCdAtn', 'tenant_id': u'67eca72c1c494f7dbcda6212be33a6f2', 'region': 'regionOne', 'created': u'2018-10-08T12:46:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-08 12:47:02,015 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4fe823e3-31c7-46f6-99eb-a8ec14b8455f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e6:57:1f', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'fd18827c-fd49-4e10-8fea-47c2bba4ae07'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-08T12:46:54.000000', 'flavor': Munch({u'id': u'5e42dab3-3994-4cf6-bfad-7f8c11873652'}), 'az': u'nova', 'id': u'cdc38668-101e-45fe-ad5b-09c0b71f295f', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1e1323ac81a34aa794c11e16077f3927', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'67eca72c1c494f7dbcda6212be33a6f2', 'name': 'vping_userdata-project_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-10-08T12:46:54.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-08T12:47:00Z', 'hostId': u'4ee74c7a4c31e87946344c3947b29d8c0034430c342c515ff7aac755', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'4ee74c7a4c31e87946344c3947b29d8c0034430c342c515ff7aac755', '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'2018-10-08T12:46:54.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'67eca72c1c494f7dbcda6212be33a6f2', 'name': u'vping_userdata-vm2_4fe823e3-31c7-46f6-99eb-a8ec14b8455f', 'adminPass': u'pe6QJYsjzm93', 'tenant_id': u'67eca72c1c494f7dbcda6212be33a6f2', 'region': 'regionOne', 'created': u'2018-10-08T12:46:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-08 12:47:02,016 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-08 12:47:04,884 - 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 509910510 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.912 MHz processor [ 0.128206] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129841] pid_max: default: 32768 minimum: 301 [ 0.130718] ACPI: Core revision 20150930 [ 0.132094] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133379] Security Framework initialized [ 0.134184] Yama: becoming mindful. [ 0.134904] AppArmor: AppArmor initialized [ 0.135755] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138327] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139514] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140879] Initializing cgroup subsys io [ 0.141681] Initializing cgroup subsys memory [ 0.142524] Initializing cgroup subsys devices [ 0.143391] Initializing cgroup subsys freezer [ 0.144252] Initializing cgroup subsys net_cls [ 0.145105] Initializing cgroup subsys perf_event [ 0.145997] Initializing cgroup subsys net_prio [ 0.146862] Initializing cgroup subsys hugetlb [ 0.147725] Initializing cgroup subsys pids [ 0.148585] CPU: Physical Processor ID: 0 [ 0.150061] mce: CPU supports 10 MCE banks [ 0.150879] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151857] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162943] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169263] ftrace: allocating 31920 entries in 125 pages [ 0.195315] smpboot: Max logical packages: 1 [ 0.196181] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197509] x2apic enabled [ 0.198305] Switched APIC routing to physical x2apic. [ 0.200038] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201136] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204858] KVM setup paravirtual spinlock [ 0.206145] x86: Booted up 1 node, 1 CPUs [ 0.206939] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208305] devtmpfs: initialized [ 0.210008] evm: security.selinux [ 0.210697] evm: security.SMACK64 [ 0.211382] evm: security.SMACK64EXEC [ 0.212117] evm: security.SMACK64TRANSMUTE [ 0.212916] evm: security.SMACK64MMAP [ 0.213648] evm: security.ima [ 0.214286] evm: security.capability [ 0.215081] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216907] pinctrl core: initialized pinctrl subsystem [ 0.217981] RTC time: 12:46:54, date: 10/08/18 [ 0.218932] NET: Registered protocol family 16 [ 0.219884] cpuidle: using governor ladder [ 0.220688] cpuidle: using governor menu [ 0.221461] PCCT header not found. [ 0.222195] ACPI: bus type PCI registered [ 0.222994] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224228] PCI: Using configuration type 1 for base access [ 0.225967] ACPI: Added _OSI(Module Device) [ 0.226788] ACPI: Added _OSI(Processor Device) [ 0.227640] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228528] ACPI: Added _OSI(Processor Aggregator Device) [ 0.230611] ACPI: Interpreter enabled [ 0.231366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.234985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.238604] ACPI: (supports S0 S5) [ 0.239297] ACPI: Using IOAPIC for interrupt routing [ 0.240262] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244443] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245650] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246829] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249016] acpiphp: Slot [3] registered [ 0.249803] acpiphp: Slot [4] registered [ 0.250601] acpiphp: Slot [5] registered [ 0.251395] acpiphp: Slot [6] registered [ 0.252183] acpiphp: Slot [7] registered [ 0.252966] acpiphp: Slot [8] registered [ 0.253748] acpiphp: Slot [9] registered [ 0.254532] acpiphp: Slot [10] registered [ 0.255332] acpiphp: Slot [11] registered [ 0.256141] acpiphp: Slot [12] registered [ 0.256945] acpiphp: Slot [13] registered [ 0.257740] acpiphp: Slot [14] registered [ 0.258547] acpiphp: Slot [15] registered [ 0.269179] acpiphp: Slot [16] registered [ 0.269986] acpiphp: Slot [17] registered [ 0.270777] acpiphp: Slot [18] registered [ 0.271569] acpiphp: Slot [19] registered [ 0.272360] acpiphp: Slot [20] registered [ 0.273149] acpiphp: Slot [21] registered [ 0.273946] acpiphp: Slot [22] registered [ 0.274736] acpiphp: Slot [23] registered [ 0.275530] acpiphp: Slot [24] registered [ 0.276324] acpiphp: Slot [25] registered [ 0.277116] acpiphp: Slot [26] registered [ 0.277908] acpiphp: Slot [27] registered [ 0.278703] acpiphp: Slot [28] registered [ 0.279498] acpiphp: Slot [29] registered [ 0.280291] acpiphp: Slot [30] registered [ 0.281083] acpiphp: Slot [31] registered [ 0.281868] PCI host bridge to bus 0000:00 [ 0.282663] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283852] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286455] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287871] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294003] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295260] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296410] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297649] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350110] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.351567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.352957] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354356] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.355714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.356939] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358072] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359107] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.360691] vgaarb: loaded [ 0.361283] vgaarb: bridge control possible 0000:00:02.0 [ 0.362411] SCSI subsystem initialized [ 0.363216] ACPI: bus type USB registered [ 0.364012] usbcore: registered new interface driver usbfs [ 0.365014] usbcore: registered new interface driver hub [ 0.365994] usbcore: registered new device driver usb [ 0.367031] PCI: Using ACPI for IRQ routing [ 0.368033] NetLabel: Initializing [ 0.368729] NetLabel: domain hash size = 128 [ 0.369564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370493] NetLabel: unlabeled traffic allowed by default [ 0.371570] clocksource: Switched to clocksource kvm-clock [ 0.376952] AppArmor: AppArmor Filesystem Enabled [ 0.377884] pnp: PnP ACPI init [ 0.378776] pnp: PnP ACPI: found 5 devices [ 0.385137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.386798] NET: Registered protocol family 2 [ 0.387737] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.388991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390143] TCP: Hash tables configured (established 4096 bind 4096) [ 0.391294] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.392361] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.393515] NET: Registered protocol family 1 [ 0.394377] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.395456] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.396518] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.410520] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424752] Trying to unpack rootfs image as initramfs... [ 0.474253] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488354] Scanning for low memory corruption every 60 seconds [ 0.489663] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490786] audit: initializing netlink subsys (disabled) [ 0.491805] audit: type=2000 audit(1539002815.177:1): initialized [ 0.493081] Initialise system trusted keyring [ 0.493988] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495126] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497076] zbud: loaded [ 0.497760] VFS: Disk quotas dquot_6.6.0 [ 0.498564] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500058] fuse init (API version 7.23) [ 0.500937] Key type big_key registered [ 0.501714] Allocating IMA MOK and blacklist keyrings. [ 0.503161] Key type asymmetric registered [ 0.503978] Asymmetric key parser 'x509' registered [ 0.504913] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.506343] io scheduler noop registered [ 0.507119] io scheduler deadline registered (default) [ 0.508092] io scheduler cfq registered [ 0.508911] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509931] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.511156] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512589] ACPI: Power Button [PWRF] [ 0.513461] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556667] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584154] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586339] Linux agpgart interface v0.103 [ 0.588360] brd: module loaded [ 0.589517] loop: module loaded [ 0.593581] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.594991] GPT:90111 != 2097151 [ 0.595652] GPT:Alternate GPT header not at the end of the disk. [ 0.596704] GPT:90111 != 2097151 [ 0.597360] GPT: Use GNU Parted to correct GPT errors. [ 0.598295] vda: vda1 vda15 [ 0.599788] scsi host0: ata_piix [ 0.600501] scsi host1: ata_piix [ 0.601187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.602354] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.603751] libphy: Fixed MDIO Bus: probed [ 0.604544] tun: Universal TUN/TAP device driver, 1.6 [ 0.605457] tun: (C) 1999-2004 Max Krasnyansky [ 0.607548] PPP generic driver version 2.4.2 [ 0.608419] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609690] ehci-pci: EHCI PCI platform driver [ 0.610545] ehci-platform: EHCI generic platform driver [ 0.611502] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.612594] ohci-pci: OHCI PCI platform driver [ 0.613439] ohci-platform: OHCI generic platform driver [ 0.614389] uhci_hcd: USB Universal Host Controller Interface driver [ 0.628700] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.629662] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.631066] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.632065] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.633143] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.634317] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635690] usb usb1: Product: UHCI Host Controller [ 0.636601] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637701] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638621] hub 1-0:1.0: USB hub found [ 0.639384] hub 1-0:1.0: 2 ports detected [ 0.640276] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.642333] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.643253] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.644253] mousedev: PS/2 mouse device common for all mice [ 0.645458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.647243] rtc_cmos 00:00: RTC can wake from S4 [ 0.648314] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649459] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650609] i2c /dev entries driver [ 0.651339] device-mapper: uevent: version 1.0.3 [ 0.652257] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653823] ledtrig-cpu: registered to indicate activity on CPUs [ 0.655063] NET: Registered protocol family 10 [ 0.656029] NET: Registered protocol family 17 [ 0.656889] Key type dns_resolver registered [ 0.657789] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658849] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660549] registered taskstats version 1 [ 0.661351] Loading compiled-in X.509 certificates [ 0.662752] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664549] zswap: loaded using pool lzo/zbud [ 0.665869] Key type trusted registered [ 0.667388] Key type encrypted registered [ 0.668209] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669204] ima: No TPM chip found, activating TPM-bypass! [ 0.670201] evm: HMAC attrs: 0x1 [ 0.671481] Magic number: 6:134:784 [ 0.672325] rtc_cmos 00:00: setting system clock to 2018-10-08 12:46:55 UTC (1539002815) [ 0.673866] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674952] EDD information not available. [ 0.760660] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762181] Write protecting the kernel read-only data: 14336k [ 0.773915] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.775707] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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 2.23 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.461658] 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.5... Lease of 192.168.120.5 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 2.37. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-10-08 12:47:04,885 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2018-10-08 12:47:07,462 - 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 509910510 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.912 MHz processor [ 0.128206] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129841] pid_max: default: 32768 minimum: 301 [ 0.130718] ACPI: Core revision 20150930 [ 0.132094] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133379] Security Framework initialized [ 0.134184] Yama: becoming mindful. [ 0.134904] AppArmor: AppArmor initialized [ 0.135755] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138327] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139514] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140879] Initializing cgroup subsys io [ 0.141681] Initializing cgroup subsys memory [ 0.142524] Initializing cgroup subsys devices [ 0.143391] Initializing cgroup subsys freezer [ 0.144252] Initializing cgroup subsys net_cls [ 0.145105] Initializing cgroup subsys perf_event [ 0.145997] Initializing cgroup subsys net_prio [ 0.146862] Initializing cgroup subsys hugetlb [ 0.147725] Initializing cgroup subsys pids [ 0.148585] CPU: Physical Processor ID: 0 [ 0.150061] mce: CPU supports 10 MCE banks [ 0.150879] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151857] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162943] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169263] ftrace: allocating 31920 entries in 125 pages [ 0.195315] smpboot: Max logical packages: 1 [ 0.196181] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197509] x2apic enabled [ 0.198305] Switched APIC routing to physical x2apic. [ 0.200038] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201136] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204858] KVM setup paravirtual spinlock [ 0.206145] x86: Booted up 1 node, 1 CPUs [ 0.206939] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208305] devtmpfs: initialized [ 0.210008] evm: security.selinux [ 0.210697] evm: security.SMACK64 [ 0.211382] evm: security.SMACK64EXEC [ 0.212117] evm: security.SMACK64TRANSMUTE [ 0.212916] evm: security.SMACK64MMAP [ 0.213648] evm: security.ima [ 0.214286] evm: security.capability [ 0.215081] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216907] pinctrl core: initialized pinctrl subsystem [ 0.217981] RTC time: 12:46:54, date: 10/08/18 [ 0.218932] NET: Registered protocol family 16 [ 0.219884] cpuidle: using governor ladder [ 0.220688] cpuidle: using governor menu [ 0.221461] PCCT header not found. [ 0.222195] ACPI: bus type PCI registered [ 0.222994] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224228] PCI: Using configuration type 1 for base access [ 0.225967] ACPI: Added _OSI(Module Device) [ 0.226788] ACPI: Added _OSI(Processor Device) [ 0.227640] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228528] ACPI: Added _OSI(Processor Aggregator Device) [ 0.230611] ACPI: Interpreter enabled [ 0.231366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.234985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.238604] ACPI: (supports S0 S5) [ 0.239297] ACPI: Using IOAPIC for interrupt routing [ 0.240262] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244443] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245650] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246829] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249016] acpiphp: Slot [3] registered [ 0.249803] acpiphp: Slot [4] registered [ 0.250601] acpiphp: Slot [5] registered [ 0.251395] acpiphp: Slot [6] registered [ 0.252183] acpiphp: Slot [7] registered [ 0.252966] acpiphp: Slot [8] registered [ 0.253748] acpiphp: Slot [9] registered [ 0.254532] acpiphp: Slot [10] registered [ 0.255332] acpiphp: Slot [11] registered [ 0.256141] acpiphp: Slot [12] registered [ 0.256945] acpiphp: Slot [13] registered [ 0.257740] acpiphp: Slot [14] registered [ 0.258547] acpiphp: Slot [15] registered [ 0.269179] acpiphp: Slot [16] registered [ 0.269986] acpiphp: Slot [17] registered [ 0.270777] acpiphp: Slot [18] registered [ 0.271569] acpiphp: Slot [19] registered [ 0.272360] acpiphp: Slot [20] registered [ 0.273149] acpiphp: Slot [21] registered [ 0.273946] acpiphp: Slot [22] registered [ 0.274736] acpiphp: Slot [23] registered [ 0.275530] acpiphp: Slot [24] registered [ 0.276324] acpiphp: Slot [25] registered [ 0.277116] acpiphp: Slot [26] registered [ 0.277908] acpiphp: Slot [27] registered [ 0.278703] acpiphp: Slot [28] registered [ 0.279498] acpiphp: Slot [29] registered [ 0.280291] acpiphp: Slot [30] registered [ 0.281083] acpiphp: Slot [31] registered [ 0.281868] PCI host bridge to bus 0000:00 [ 0.282663] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283852] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286455] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287871] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294003] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295260] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296410] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297649] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350110] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.351567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.352957] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354356] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.355714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.356939] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358072] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359107] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.360691] vgaarb: loaded [ 0.361283] vgaarb: bridge control possible 0000:00:02.0 [ 0.362411] SCSI subsystem initialized [ 0.363216] ACPI: bus type USB registered [ 0.364012] usbcore: registered new interface driver usbfs [ 0.365014] usbcore: registered new interface driver hub [ 0.365994] usbcore: registered new device driver usb [ 0.367031] PCI: Using ACPI for IRQ routing [ 0.368033] NetLabel: Initializing [ 0.368729] NetLabel: domain hash size = 128 [ 0.369564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370493] NetLabel: unlabeled traffic allowed by default [ 0.371570] clocksource: Switched to clocksource kvm-clock [ 0.376952] AppArmor: AppArmor Filesystem Enabled [ 0.377884] pnp: PnP ACPI init [ 0.378776] pnp: PnP ACPI: found 5 devices [ 0.385137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.386798] NET: Registered protocol family 2 [ 0.387737] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.388991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390143] TCP: Hash tables configured (established 4096 bind 4096) [ 0.391294] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.392361] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.393515] NET: Registered protocol family 1 [ 0.394377] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.395456] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.396518] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.410520] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424752] Trying to unpack rootfs image as initramfs... [ 0.474253] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488354] Scanning for low memory corruption every 60 seconds [ 0.489663] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490786] audit: initializing netlink subsys (disabled) [ 0.491805] audit: type=2000 audit(1539002815.177:1): initialized [ 0.493081] Initialise system trusted keyring [ 0.493988] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495126] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497076] zbud: loaded [ 0.497760] VFS: Disk quotas dquot_6.6.0 [ 0.498564] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500058] fuse init (API version 7.23) [ 0.500937] Key type big_key registered [ 0.501714] Allocating IMA MOK and blacklist keyrings. [ 0.503161] Key type asymmetric registered [ 0.503978] Asymmetric key parser 'x509' registered [ 0.504913] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.506343] io scheduler noop registered [ 0.507119] io scheduler deadline registered (default) [ 0.508092] io scheduler cfq registered [ 0.508911] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509931] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.511156] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512589] ACPI: Power Button [PWRF] [ 0.513461] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556667] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584154] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586339] Linux agpgart interface v0.103 [ 0.588360] brd: module loaded [ 0.589517] loop: module loaded [ 0.593581] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.594991] GPT:90111 != 2097151 [ 0.595652] GPT:Alternate GPT header not at the end of the disk. [ 0.596704] GPT:90111 != 2097151 [ 0.597360] GPT: Use GNU Parted to correct GPT errors. [ 0.598295] vda: vda1 vda15 [ 0.599788] scsi host0: ata_piix [ 0.600501] scsi host1: ata_piix [ 0.601187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.602354] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.603751] libphy: Fixed MDIO Bus: probed [ 0.604544] tun: Universal TUN/TAP device driver, 1.6 [ 0.605457] tun: (C) 1999-2004 Max Krasnyansky [ 0.607548] PPP generic driver version 2.4.2 [ 0.608419] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609690] ehci-pci: EHCI PCI platform driver [ 0.610545] ehci-platform: EHCI generic platform driver [ 0.611502] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.612594] ohci-pci: OHCI PCI platform driver [ 0.613439] ohci-platform: OHCI generic platform driver [ 0.614389] uhci_hcd: USB Universal Host Controller Interface driver [ 0.628700] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.629662] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.631066] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.632065] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.633143] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.634317] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635690] usb usb1: Product: UHCI Host Controller [ 0.636601] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637701] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638621] hub 1-0:1.0: USB hub found [ 0.639384] hub 1-0:1.0: 2 ports detected [ 0.640276] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.642333] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.643253] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.644253] mousedev: PS/2 mouse device common for all mice [ 0.645458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.647243] rtc_cmos 00:00: RTC can wake from S4 [ 0.648314] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649459] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650609] i2c /dev entries driver [ 0.651339] device-mapper: uevent: version 1.0.3 [ 0.652257] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653823] ledtrig-cpu: registered to indicate activity on CPUs [ 0.655063] NET: Registered protocol family 10 [ 0.656029] NET: Registered protocol family 17 [ 0.656889] Key type dns_resolver registered [ 0.657789] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658849] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660549] registered taskstats version 1 [ 0.661351] Loading compiled-in X.509 certificates [ 0.662752] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664549] zswap: loaded using pool lzo/zbud [ 0.665869] Key type trusted registered [ 0.667388] Key type encrypted registered [ 0.668209] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669204] ima: No TPM chip found, activating TPM-bypass! [ 0.670201] evm: HMAC attrs: 0x1 [ 0.671481] Magic number: 6:134:784 [ 0.672325] rtc_cmos 00:00: setting system clock to 2018-10-08 12:46:55 UTC (1539002815) [ 0.673866] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674952] EDD information not available. [ 0.760660] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762181] Write protecting the kernel read-only data: 14336k [ 0.773915] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.775707] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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 2.23 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.461658] 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.5... Lease of 192.168.120.5 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 2.37. iid=i-0000002a 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.912 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCDdUa3BsGYYw9wStfNLzwFSQu9MfVcY+WaepB/MKf0+9QP0VBgZof/LSlp5NtGsHxR4htDEJd342cGbzciLVm+m0ldcYXAiVCaxJYFSsIQcMRhImNhh8QNZUtthFR04nzzE2YUvBXxMLslXDpLxksJoj3Igj5tImFlixnodEdaT01pnIP1KRdWWED0Dbfn9uuySNLyh7gGlOzX3PXE88vdmbTujI2bUYzpB2PJ7ezTKE7FSxq6pDjueOy9S77FY4Y8ILv4UCENvFU+wL3Gu5u9auszJ0wCro7l7PZgZ4p9e8jBb3XAUJk2UO4zRdTl81OnZa/J06+K4+AOUl2XBo4h root@vping-userdata-vm2-4fe823e3-31c7-46f6-99eb-a8ec14b8455f ssh-dss AAAAB3NzaC1kc3MAAACBAKTBdkbltRmgEBr28bUfiNhsHeaFRbSyAlOQdxR8Vo/a9eYln7GglmNATEGwnjZzxzWv9tDjsXVT1ZiiiXNQFe282tjbnw+uaTL/11cEqKueJ6/VO01nLyleOMQSNabGg/DqUErhhBqHZrpk38SktgWaVHztGi70lXcGpgVWWTx5AAAAFQCk3equzSV3NSAj2VBRnEA9uL/x/wAAAIACnvN7sC9MfNbX1Ml8n5eXXW/lsVZH9x0tyxLWffqONXMRap3fgyP+b5eyRbZB/rLRX1tbmWWY3Lwh/aChhyfzUe+7WgMcC3fELVzZJXlQDRRTj3g+/Jl5xZ5NMNZKx3hae6+wyxSGta4XK3qgi+77NaEM/+k/9EWHNFoLxpUjHAAAAIBPEd7BHKl4MwVqB8jdwUJzdzY5Zq1p5VjquBRv8Yf4dmZwOb0xml/+gqW4tM6isL+zswKBSHPsa6Tq9tfuR//4GCowBRzrOInE3U/txdYlyoj/+vxSK6JVgqaya8RAMOcUThkKf0DmACKRav/1l8Aq70I0tkA/8DuqgfJaIQpfhQ== root@vping-userdata-vm2-4fe823e3-31c7-46f6-99eb-a8ec14b8455f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fee6:571f/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.5 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-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-4fe823e3-31c7-46f6-99eb-a8ec14b8455f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=5.84 === 2018-10-08 12:47:07,463 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-08 12:47:07,577 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 12:47:07,577 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-08 12:47:25,565 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-08 12:47:26,426 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'id': u'a8bd6c94a52a4174888626d97a9a18a0', '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'})}) 2018-10-08 12:47:26,879 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c6d3cb1c5dc24e1f9d4ab3edfeec81b1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99'}) 2018-10-08 12:47:27,040 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 12:47:27,260 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/73ac76d36cb2466595489d96b955540f'}, 'domain_id': None, 'human_id': None, 'id': u'73ac76d36cb2466595489d96b955540f', 'HUMAN_ID': False}) 2018-10-08 12:47:27,812 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 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': '3bfc84d9-b3ae-47ea-85b6-7f640eecaca0', 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_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'project_id': u'a8bd6c94a52a4174888626d97a9a18a0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 12:47:27,818 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'password': '3bfc84d9-b3ae-47ea-85b6-7f640eecaca0', 'project_name': 'tempest_smoke_seri-project_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'a8bd6c94a52a4174888626d97a9a18a0', 'project_domain_name': 'Default'} 2018-10-08 12:47:28,913 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-08 12:47:36,715 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-08 12:47:36.437 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5e3a98e7-e99c-439f-b644-00b7fa99d24e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5e3a98e7-e99c-439f-b644-00b7fa99d24e | 2018-10-08T12:47:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5e3a98e7-e99c-439f-b644-00b7fa99d24e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-08 12:47:40,171 - 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 | +-------------+----------------+-----------+ 2018-10-08 12:47:40,171 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-08 12:47:46,973 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-08 12:47:44.480 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-08 12:47:44.651 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-08 12:47:46.764 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c7ee7abd-52d2-475c-946a-be79e0066cf8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c7ee7abd-52d2-475c-946a-be79e0066cf8) as the default verifier for the future CLI operations. 2018-10-08 12:47:49,953 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-08 12:47:52,757 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/7cc8e89e-3c92-4bf5-9b74-6a2d332d41b3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7cc8e89e-3c92-4bf5-9b74-6a2d332d41b3/file', 'owner': u'a8bd6c94a52a4174888626d97a9a18a0', 'id': u'7cc8e89e-3c92-4bf5-9b74-6a2d332d41b3', 'size': 12716032, u'self': u'/v2/images/7cc8e89e-3c92-4bf5-9b74-6a2d332d41b3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a8bd6c94a52a4174888626d97a9a18a0', 'name': 'tempest_smoke_seri-project_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/7cc8e89e-3c92-4bf5-9b74-6a2d332d41b3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T12:47:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T12:47:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/7cc8e89e-3c92-4bf5-9b74-6a2d332d41b3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'created': u'2018-10-08T12:47:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T12:47:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/7cc8e89e-3c92-4bf5-9b74-6a2d332d41b3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 12:47:52,964 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', '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'95764ceb46f64e659dbd6686ddec329b', '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'7c13b2d1-78e1-49d5-bc89-8c69854f66c6', 'swap': 0}) 2018-10-08 12:47:54,915 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/f2262faf-c984-4774-92b2-9162da449152/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f2262faf-c984-4774-92b2-9162da449152/file', 'owner': u'a8bd6c94a52a4174888626d97a9a18a0', 'id': u'f2262faf-c984-4774-92b2-9162da449152', 'size': 12716032, u'self': u'/v2/images/f2262faf-c984-4774-92b2-9162da449152', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a8bd6c94a52a4174888626d97a9a18a0', 'name': 'tempest_smoke_seri-project_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/f2262faf-c984-4774-92b2-9162da449152/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T12:47:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T12:47:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f2262faf-c984-4774-92b2-9162da449152', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', 'created': u'2018-10-08T12:47:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T12:47:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f2262faf-c984-4774-92b2-9162da449152', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 12:47:54,990 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', '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'95764ceb46f64e659dbd6686ddec329b', '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'be8d41ca-9f42-47e6-b40b-296935265d6c', 'swap': 0}) 2018-10-08 12:47:55,011 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_afe22d7a-0f70-49f5-b3d2-4912b7ae6a99', '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'95764ceb46f64e659dbd6686ddec329b', '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'be8d41ca-9f42-47e6-b40b-296935265d6c', 'swap': 0}) 2018-10-08 12:47:58,339 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-08 12:47:57.255 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c7ee7abd-52d2-475c-946a-be79e0066cf8) for deployment 'opnfv-rally' (UUID=5e3a98e7-e99c-439f-b644-00b7fa99d24e). 2018-10-08 12:47:58.133 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-08 12:47:58.136 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c7ee7abd-52d2-475c-946a-be79e0066cf8) has been successfully configured for deployment 'opnfv-rally' (UUID=5e3a98e7-e99c-439f-b644-00b7fa99d24e)! 2018-10-08 12:47:58,340 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-08 12:47:58,340 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-08 12:47:58,342 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-08 12:47:58,360 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-08 12:48:02,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c7ee7abd-52d2-475c-946a-be79e0066cf8/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-08 12:48:02,877 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-08 12:48:02,900 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-08 12:48:02,900 - 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']'. 2018-10-08 12:48:05,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:48:05.148 51 INFO rally.api [-] Starting verification (UUID=a0ed0718-c058-49ca-81a3-11c0ca168b31) for deployment 'opnfv-rally' (UUID=5e3a98e7-e99c-439f-b644-00b7fa99d24e) by verifier 'opnfv-tempest' (UUID=c7ee7abd-52d2-475c-946a-be79e0066cf8). 2018-10-08 12:48:05,150 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a0ed0718-c058-49ca-81a3-11c0ca168b31 2018-10-08 12:48:11,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:48:11.196 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.268s] 2018-10-08 12:48:11,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:48:11.257 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.061s] 2018-10-08 12:48:17,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:48:17.715 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.408s] 2018-10-08 12:48:20,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:48:20.736 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.020s] 2018-10-08 12:48:32,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:48:32.900 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.524s] 2018-10-08 12:48:50,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:48:50.349 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.399s] 2018-10-08 12:49:26,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:49:26.301 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-10-08 12:49:26,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:49:26.302 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-08 12:49:55,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:49:55.779 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.063s] 2018-10-08 12:49:55,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:49:55.781 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-08 12:50:26,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:50:26.052 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-10-08 12:50:26,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:50:26.054 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-08 12:51:11,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:51:11.356 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.182s] 2018-10-08 12:51:35,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:51:35.010 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-10-08 12:51:35,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:51:35.109 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-10-08 12:51:42,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:51:42.649 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.644s] 2018-10-08 12:51:42,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:51:42.658 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-08 12:51:44,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:51:44.324 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 12:51:44,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:51:44.325 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 12:51:48,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:51:48.632 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.388s] 2018-10-08 12:51:54,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:51:54.750 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.415s] 2018-10-08 12:52:01,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:52:01.500 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.574s] 2018-10-08 12:52:09,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:52:09.762 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.375s] 2018-10-08 12:52:19,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:52:19.032 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.908s] 2018-10-08 12:52:25,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:52:25.504 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.677s] 2018-10-08 12:52:31,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:52:31.957 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.170s] 2018-10-08 12:52:39,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:52:39.448 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.330s] 2018-10-08 12:52:46,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:52:46.753 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.754s] 2018-10-08 12:52:55,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:52:55.907 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.667s] 2018-10-08 12:52:58,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:52:58.628 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-08 12:53:00,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:00.832 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-10-08 12:53:00,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:00.907 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-10-08 12:53:00,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:00.977 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-10-08 12:53:00,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:00.984 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-08 12:53:05,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:05.125 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.858s] 2018-10-08 12:53:07,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:07.443 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.317s] 2018-10-08 12:53:09,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:09.523 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.079s] 2018-10-08 12:53:15,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:15.220 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-08 12:53:22,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:22.071 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.780s] 2018-10-08 12:53:37,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:37.364 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.386s] 2018-10-08 12:53:40,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:40.869 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.504s] 2018-10-08 12:53:52,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:52.135 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.784s] 2018-10-08 12:53:55,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:53:55.794 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.658s] 2018-10-08 12:54:05,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:05.089 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.294s] 2018-10-08 12:54:14,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:14.295 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.785s] 2018-10-08 12:54:17,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:17.874 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.578s] 2018-10-08 12:54:24,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:24.733 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.859s] 2018-10-08 12:54:40,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:40.396 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.440s] 2018-10-08 12:54:40,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:40.973 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.578s] 2018-10-08 12:54:41,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:41.234 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.259s] 2018-10-08 12:54:41,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:41.286 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.052s] 2018-10-08 12:54:41,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:41.551 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.263s] 2018-10-08 12:54:41,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:41.750 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.199s] 2018-10-08 12:54:56,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:56.585 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.575s] 2018-10-08 12:54:57,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:57.001 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.417s] 2018-10-08 12:54:57,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:57.269 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.267s] 2018-10-08 12:54:57,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:57.331 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2018-10-08 12:54:57,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:57.469 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.136s] 2018-10-08 12:54:57,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:54:57.680 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.211s] 2018-10-08 12:55:11,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:11.383 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.781s] 2018-10-08 12:55:16,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:16.782 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.399s] 2018-10-08 12:55:18,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:18.498 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.715s] 2018-10-08 12:55:18,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:18.553 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.055s] 2018-10-08 12:55:18,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:18.630 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.077s] 2018-10-08 12:55:30,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:30.698 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.923s] 2018-10-08 12:55:37,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:37.076 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.376s] 2018-10-08 12:55:38,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:38.765 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.689s] 2018-10-08 12:55:38,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:38.986 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.221s] 2018-10-08 12:55:39,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:39.061 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.075s] 2018-10-08 12:55:53,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:53.449 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.308s] 2018-10-08 12:55:58,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:55:58.674 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.226s] 2018-10-08 12:56:03,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:56:03.097 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.421s] 2018-10-08 12:56:05,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:56:05.837 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.741s] 2018-10-08 12:56:30,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:56:30.960 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.582s] 2018-10-08 12:56:36,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:56:36.552 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.592s] 2018-10-08 12:56:41,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:56:41.275 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.721s] 2018-10-08 12:56:43,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:56:43.771 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.496s] 2018-10-08 12:57:00,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:00.852 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.727s] 2018-10-08 12:57:02,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:02.947 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.092s] 2018-10-08 12:57:03,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:03.038 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.093s] 2018-10-08 12:57:07,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:07.958 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.700s] 2018-10-08 12:57:10,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:10.222 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.261s] 2018-10-08 12:57:10,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:10.424 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.204s] 2018-10-08 12:57:14,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:14.865 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.361s] 2018-10-08 12:57:18,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:18.206 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-08 12:57:19,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:19.690 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-08 12:57:19,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:19.693 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-08 12:57:19,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:19.694 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-08 12:57:19,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:19.695 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-08 12:57:19,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:19.696 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-08 12:57:21,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:21.609 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-08 12:57:37,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:37.202 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.226s] 2018-10-08 12:57:50,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:57:50.027 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.131s] 2018-10-08 12:58:02,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:58:02.148 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.118s] 2018-10-08 12:58:13,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 12:58:13.271 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.661s] 2018-10-08 13:00:51,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:00:51.808 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [151.429s] 2018-10-08 13:01:31,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:01:31.370 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [29.404s] 2018-10-08 13:02:13,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:02:13.769 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [22.986s] 2018-10-08 13:02:28,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a0ed0718-c058-49ca-81a3-11c0ca168b31 2018-10-08 13:02:28,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a0ed0718-c058-49ca-81a3-11c0ca168b31']'. 2018-10-08 13:02:29,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-08 13:02:29,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-08 13:02:29,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 13:02:29,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a0ed0718-c058-49ca-81a3-11c0ca168b31 | 2018-10-08 13:02:29,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-08 13:02:29,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-08 12:48:05 | 2018-10-08 13:02:29,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-08 13:02:28 | 2018-10-08 13:02:29,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:23 | 2018-10-08 13:02:29,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-08 13:02:29,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-08 13:02:29,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-08 13:02:29,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c7ee7abd-52d2-475c-946a-be79e0066cf8) | 2018-10-08 13:02:29,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-08 13:02:29,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5e3a98e7-e99c-439f-b644-00b7fa99d24e) | 2018-10-08 13:02:29,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-08 13:02:29,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 844.736 | 2018-10-08 13:02:29,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-10-08 13:02:29,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-08 13:02:29,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-08 13:02:29,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-08 13:02:29,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-08 13:02:29,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 13:02:29,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-08 13:02:29,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-08 13:02:29,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-10-08 13:02:30,017 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 13:02:30,018 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:40 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-10-08 13:02:34,929 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-10-08 13:02:34,982 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-08 13:02:35,845 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'id': u'08c08c44b43c43779089ba6996f54ead', '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'})}) 2018-10-08 13:02:36,291 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'40072755c9624c35ada64d85ce0e5a95', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_b067d4a2-1c29-49a8-9d65-2ffb8487af97'}) 2018-10-08 13:02:36,446 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 13:02:36,622 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/622ec11b8adb4a028430231ff7f86232'}, 'domain_id': None, 'human_id': None, 'id': u'622ec11b8adb4a028430231ff7f86232', 'HUMAN_ID': False}) 2018-10-08 13:02:37,158 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 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': '9029409d-ac18-41e7-9a98-9eb208ee7f35', 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_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'project_id': u'08c08c44b43c43779089ba6996f54ead', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 13:02:37,163 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'password': '9029409d-ac18-41e7-9a98-9eb208ee7f35', 'project_name': 'rally_sanity-project_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '08c08c44b43c43779089ba6996f54ead', 'project_domain_name': 'Default'} 2018-10-08 13:02:37,768 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-08 13:02:41,933 - 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 ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-10-08 13:02:42,627 - 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'2018-10-08T13:02:42Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'dc1395f7-8543-4304-a8d5-4f457a48f712', u'provider:segmentation_id': 86, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_b067d4a2-1c29-49a8-9d65-2ffb8487af97', u'admin_state_up': True, u'tenant_id': u'08c08c44b43c43779089ba6996f54ead', u'created_at': u'2018-10-08T13:02:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'08c08c44b43c43779089ba6996f54ead'}) 2018-10-08 13:02:43,872 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-08T13:02:43Z', 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'2c30b38e-3ecc-4b7a-b431-a4b41b7663f9', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_b067d4a2-1c29-49a8-9d65-2ffb8487af97', u'enable_dhcp': True, u'network_id': u'dc1395f7-8543-4304-a8d5-4f457a48f712', u'tenant_id': u'08c08c44b43c43779089ba6996f54ead', u'created_at': u'2018-10-08T13:02:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'08c08c44b43c43779089ba6996f54ead'}) 2018-10-08 13:02:45,073 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5adda2e1-241a-41f0-bc1b-8f399c667621', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'0213a58f-7074-4478-9bd2-8c61a6ae6f0c', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'08c08c44b43c43779089ba6996f54ead', u'created_at': u'2018-10-08T13:02:44Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-10-08T13:02:45Z', u'revision_number': 2, u'routes': [], u'project_id': u'08c08c44b43c43779089ba6996f54ead', u'id': u'11d90d9d-269c-4fee-b6e8-1e442c32e53a', u'name': u'rally_sanity-router_b067d4a2-1c29-49a8-9d65-2ffb8487af97'}) 2018-10-08 13:02:49,159 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/3f732149-d1e2-46ec-8a47-7f6a7567e6ad/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3f732149-d1e2-46ec-8a47-7f6a7567e6ad/file', 'owner': u'08c08c44b43c43779089ba6996f54ead', 'id': u'3f732149-d1e2-46ec-8a47-7f6a7567e6ad', 'size': 12716032, u'self': u'/v2/images/3f732149-d1e2-46ec-8a47-7f6a7567e6ad', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08c08c44b43c43779089ba6996f54ead', 'name': 'rally_sanity-project_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/3f732149-d1e2-46ec-8a47-7f6a7567e6ad/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T13:02:49Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T13:02:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3f732149-d1e2-46ec-8a47-7f6a7567e6ad', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'created': u'2018-10-08T13:02:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T13:02:46Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3f732149-d1e2-46ec-8a47-7f6a7567e6ad', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 13:02:49,383 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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'95764ceb46f64e659dbd6686ddec329b', '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'6dc9883a-ae3b-4653-89b0-4608b83d0e4d', 'swap': 0}) 2018-10-08 13:02:49,420 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-08 13:02:51,927 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-08 13:02:51.535 154 INFO rally.deployment.engine [-] Deployment 5e3a98e7-e99c-439f-b644-00b7fa99d24e | Starting: Destroy cloud and free allocated resources. 2018-10-08 13:02:51.632 154 INFO rally.deployment.engine [-] Deployment 5e3a98e7-e99c-439f-b644-00b7fa99d24e | Completed: Destroy cloud and free allocated resources. 2018-10-08 13:02:51.674 154 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c7ee7abd-52d2-475c-946a-be79e0066cf8) for deployment 'opnfv-rally'. 2018-10-08 13:02:51.690 154 INFO rally.api [-] Deleting verification (UUID=a0ed0718-c058-49ca-81a3-11c0ca168b31). 2018-10-08 13:02:51.730 154 INFO rally.api [-] Verification has been successfully deleted! 2018-10-08 13:02:51.730 154 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c7ee7abd-52d2-475c-946a-be79e0066cf8). 2018-10-08 13:02:51.737 154 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-08 13:02:54,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-08 13:02:53.925 157 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e9a18549-7fb7-4b25-8b3b-c09547f31ff1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e9a18549-7fb7-4b25-8b3b-c09547f31ff1 | 2018-10-08T13:02:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e9a18549-7fb7-4b25-8b3b-c09547f31ff1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-08 13:02:57,613 - 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 | +-------------+----------------+-----------+ 2018-10-08 13:02:57,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-08 13:02:57,905 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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'95764ceb46f64e659dbd6686ddec329b', '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'7c6b99a9-e07c-4e3f-8169-65567c4a71ef', 'swap': 0}) 2018-10-08 13:02:57,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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'95764ceb46f64e659dbd6686ddec329b', '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'7c6b99a9-e07c-4e3f-8169-65567c4a71ef', 'swap': 0}) 2018-10-08 13:02:57,927 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-08 13:02:57,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-10-08 13:02:57,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-08 13:02:57,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-08 13:02:57,951 - 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': 'dc1395f7-8543-4304-a8d5-4f457a48f712', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'flavor_name': 'rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-08 13:04:00,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d348ce33-e02b-4f66-8d3e-092cb27671d6 2018-10-08 13:04:00,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-08 13:04:00,172 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd348ce33-e02b-4f66-8d3e-092cb27671d6'] 2018-10-08 13:04:01,169 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d348ce33-e02b-4f66-8d3e-092cb27671d6 -------------------------------------------------------------------------------- Task d348ce33-e02b-4f66-8d3e-092cb27671d6: 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 d348ce33-e02b-4f66-8d3e-092cb27671d6 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.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | total | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | -> duration | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.491507 Full duration: 7.588683 -------------------------------------------------------------------------------- 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 d348ce33-e02b-4f66-8d3e-092cb27671d6 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.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | total | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> duration | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.265779 Full duration: 8.222858 -------------------------------------------------------------------------------- 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 d348ce33-e02b-4f66-8d3e-092cb27671d6 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | total | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> duration | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.94325 Full duration: 7.890206 -------------------------------------------------------------------------------- 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 d348ce33-e02b-4f66-8d3e-092cb27671d6 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.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.790321 Full duration: 7.439741 -------------------------------------------------------------------------------- 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 d348ce33-e02b-4f66-8d3e-092cb27671d6 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.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | total | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 100.0% | 1 | | -> duration | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.058106 Full duration: 7.976531 -------------------------------------------------------------------------------- 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 d348ce33-e02b-4f66-8d3e-092cb27671d6 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.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 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.712796 Full duration: 7.587249 HINTS: * To plot HTML graphics with this data, run: rally task report d348ce33-e02b-4f66-8d3e-092cb27671d6 --out output.html * To generate a JUnit report, run: rally task export d348ce33-e02b-4f66-8d3e-092cb27671d6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d348ce33-e02b-4f66-8d3e-092cb27671d6 --json --out output.json 2018-10-08 13:04:01,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd348ce33-e02b-4f66-8d3e-092cb27671d6', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-08 13:04:03,398 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d348ce33-e02b-4f66-8d3e-092cb27671d6 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-08 13:04:03.290 765 INFO rally.api [-] Building 'json' report for the following task(s): 'd348ce33-e02b-4f66-8d3e-092cb27671d6'. 2018-10-08 13:04:03.295 765 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:04:03,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd348ce33-e02b-4f66-8d3e-092cb27671d6', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-08 13:04:05,789 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d348ce33-e02b-4f66-8d3e-092cb27671d6 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-08 13:04:05.617 768 INFO rally.api [-] Building 'html' report for the following task(s): 'd348ce33-e02b-4f66-8d3e-092cb27671d6'. 2018-10-08 13:04:05.654 768 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:04:05,795 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-08 13:04:05,796 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-08 13:04:05,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-10-08 13:04:05,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-08 13:04:05,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-08 13:04:05,822 - 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': 'dc1395f7-8543-4304-a8d5-4f457a48f712', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'flavor_name': 'rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-08 13:05:42,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 2018-10-08 13:05:42,138 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9559ba97-a6da-42dd-8eeb-a21c430a8fd7'] 2018-10-08 13:05:43,230 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 -------------------------------------------------------------------------------- Task 9559ba97-a6da-42dd-8eeb-a21c430a8fd7: 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 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.97 | 3.97 | 3.97 | 3.97 | 3.97 | 3.97 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | -> glance_v2.upload_data | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 100.0% | 1 | | glance_v2.delete_image | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | total | 5.213 | 5.213 | 5.213 | 5.213 | 5.213 | 5.213 | 100.0% | 1 | | -> duration | 5.213 | 5.213 | 5.213 | 5.213 | 5.213 | 5.213 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.213009 Full duration: 13.543149 -------------------------------------------------------------------------------- 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 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 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.85 | 4.85 | 4.85 | 4.85 | 4.85 | 4.85 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> glance_v2.upload_data | 1.926 | 1.926 | 1.926 | 1.926 | 1.926 | 1.926 | 100.0% | 1 | | glance_v2.list_images | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 100.0% | 1 | | -> duration | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.02701 Full duration: 17.234366 -------------------------------------------------------------------------------- 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 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 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.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | total | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | -> duration | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.325359 Full duration: 7.983761 -------------------------------------------------------------------------------- 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_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "number_instances": 2, "nics": [ { "net-id": "dc1395f7-8543-4304-a8d5-4f457a48f712" } ] }, "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 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 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.614 | 4.614 | 4.614 | 4.614 | 4.614 | 4.614 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | -> glance_v2.upload_data | 1.722 | 1.722 | 1.722 | 1.722 | 1.722 | 1.722 | 100.0% | 1 | | nova.boot_servers | 12.722 | 12.722 | 12.722 | 12.722 | 12.722 | 12.722 | 100.0% | 1 | | total | 17.337 | 17.337 | 17.337 | 17.337 | 17.337 | 17.337 | 100.0% | 1 | | -> duration | 16.337 | 16.337 | 16.337 | 16.337 | 16.337 | 16.337 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.337356 Full duration: 42.156486 HINTS: * To plot HTML graphics with this data, run: rally task report 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 --out output.html * To generate a JUnit report, run: rally task export 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 --json --out output.json 2018-10-08 13:05:43,230 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9559ba97-a6da-42dd-8eeb-a21c430a8fd7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-08 13:05:45,561 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-08 13:05:45.453 1321 INFO rally.api [-] Building 'json' report for the following task(s): '9559ba97-a6da-42dd-8eeb-a21c430a8fd7'. 2018-10-08 13:05:45.458 1321 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:05:45,562 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9559ba97-a6da-42dd-8eeb-a21c430a8fd7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-08 13:05:48,046 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9559ba97-a6da-42dd-8eeb-a21c430a8fd7 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-08 13:05:47.884 1324 INFO rally.api [-] Building 'html' report for the following task(s): '9559ba97-a6da-42dd-8eeb-a21c430a8fd7'. 2018-10-08 13:05:47.907 1324 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:05:48,052 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-08 13:05:48,052 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-08 13:05:48,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-10-08 13:05:48,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-08 13:05:48,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-08 13:05:48,081 - 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': 'dc1395f7-8543-4304-a8d5-4f457a48f712', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'flavor_name': 'rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-08 13:09:05,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 34364806-a30b-4643-a564-b5262065e220 2018-10-08 13:09:05,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '34364806-a30b-4643-a564-b5262065e220'] 2018-10-08 13:09:06,258 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 34364806-a30b-4643-a564-b5262065e220 -------------------------------------------------------------------------------- Task 34364806-a30b-4643-a564-b5262065e220: 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 34364806-a30b-4643-a564-b5262065e220 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.167 | 3.167 | 3.167 | 3.167 | 3.167 | 3.167 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.578 | 2.578 | 2.578 | 2.578 | 2.578 | 2.578 | 100.0% | 1 | | total | 5.746 | 5.746 | 5.746 | 5.746 | 5.746 | 5.746 | 100.0% | 1 | | -> duration | 5.746 | 5.746 | 5.746 | 5.746 | 5.746 | 5.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.745701 Full duration: 23.029302 -------------------------------------------------------------------------------- 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 34364806-a30b-4643-a564-b5262065e220 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.326 | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 100.0% | 1 | | cinder_v2.delete_volume | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 100.0% | 1 | | total | 5.804 | 5.804 | 5.804 | 5.804 | 5.804 | 5.804 | 100.0% | 1 | | -> duration | 5.804 | 5.804 | 5.804 | 5.804 | 5.804 | 5.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.803574 Full duration: 15.841369 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 34364806-a30b-4643-a564-b5262065e220 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.771 | 8.771 | 8.771 | 8.771 | 8.771 | 8.771 | 100.0% | 1 | | cinder_v2.delete_volume | 2.456 | 2.456 | 2.456 | 2.456 | 2.456 | 2.456 | 100.0% | 1 | | total | 11.228 | 11.228 | 11.228 | 11.228 | 11.228 | 11.228 | 100.0% | 1 | | -> duration | 11.228 | 11.228 | 11.228 | 11.228 | 11.228 | 11.228 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.227774 Full duration: 21.685821 -------------------------------------------------------------------------------- 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 34364806-a30b-4643-a564-b5262065e220 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.119 | 3.119 | 3.119 | 3.119 | 3.119 | 3.119 | 100.0% | 1 | | cinder_v2.delete_volume | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 100.0% | 1 | | total | 5.737 | 5.737 | 5.737 | 5.737 | 5.737 | 5.737 | 100.0% | 1 | | -> duration | 5.737 | 5.737 | 5.737 | 5.737 | 5.737 | 5.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.736641 Full duration: 15.845948 -------------------------------------------------------------------------------- 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 34364806-a30b-4643-a564-b5262065e220 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.285 | 3.285 | 3.285 | 3.285 | 3.285 | 3.285 | 100.0% | 1 | | cinder_v2.extend_volume | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 100.0% | 1 | | cinder_v2.delete_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 8.575 | 8.575 | 8.575 | 8.575 | 8.575 | 8.575 | 100.0% | 1 | | -> duration | 8.575 | 8.575 | 8.575 | 8.575 | 8.575 | 8.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.575179 Full duration: 19.197495 -------------------------------------------------------------------------------- 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 34364806-a30b-4643-a564-b5262065e220 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.377 | 3.377 | 3.377 | 3.377 | 3.377 | 3.377 | 100.0% | 1 | | cinder_v2.delete_volume | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 100.0% | 1 | | total | 5.877 | 5.877 | 5.877 | 5.877 | 5.877 | 5.877 | 100.0% | 1 | | -> duration | 5.877 | 5.877 | 5.877 | 5.877 | 5.877 | 5.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.876924 Full duration: 22.982435 -------------------------------------------------------------------------------- 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 34364806-a30b-4643-a564-b5262065e220 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | cinder_v2.list_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782234 Full duration: 12.462665 -------------------------------------------------------------------------------- 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 34364806-a30b-4643-a564-b5262065e220 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | cinder_v2.set_qos | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.797844 Full duration: 12.320874 -------------------------------------------------------------------------------- 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 34364806-a30b-4643-a564-b5262065e220 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.list_types | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885666 Full duration: 12.796594 -------------------------------------------------------------------------------- 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 34364806-a30b-4643-a564-b5262065e220 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803943 Full duration: 12.723664 HINTS: * To plot HTML graphics with this data, run: rally task report 34364806-a30b-4643-a564-b5262065e220 --out output.html * To generate a JUnit report, run: rally task export 34364806-a30b-4643-a564-b5262065e220 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 34364806-a30b-4643-a564-b5262065e220 --json --out output.json 2018-10-08 13:09:06,259 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '34364806-a30b-4643-a564-b5262065e220', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-08 13:09:08,426 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 34364806-a30b-4643-a564-b5262065e220 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-08 13:09:08.313 3113 INFO rally.api [-] Building 'json' report for the following task(s): '34364806-a30b-4643-a564-b5262065e220'. 2018-10-08 13:09:08.322 3113 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:09:08,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '34364806-a30b-4643-a564-b5262065e220', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-08 13:09:11,012 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 34364806-a30b-4643-a564-b5262065e220 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-08 13:09:10.848 3116 INFO rally.api [-] Building 'html' report for the following task(s): '34364806-a30b-4643-a564-b5262065e220'. 2018-10-08 13:09:10.878 3116 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:09:11,022 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-08 13:09:11,022 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-08 13:09:11,023 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-10-08 13:09:11,023 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-08 13:09:11,038 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-08 13:09:11,045 - 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': 'dc1395f7-8543-4304-a8d5-4f457a48f712', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'flavor_name': 'rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-08 13:10:34,507 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4a938a0b-bc37-431d-92cf-198f9c9e6b62 2018-10-08 13:10:34,507 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4a938a0b-bc37-431d-92cf-198f9c9e6b62'] 2018-10-08 13:10:35,566 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4a938a0b-bc37-431d-92cf-198f9c9e6b62 -------------------------------------------------------------------------------- Task 4a938a0b-bc37-431d-92cf-198f9c9e6b62: 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 4a938a0b-bc37-431d-92cf-198f9c9e6b62 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.449 | 4.449 | 4.449 | 4.449 | 4.449 | 4.449 | 100.0% | 1 | | heat.update_stack | 2.945 | 2.945 | 2.945 | 2.945 | 2.945 | 2.945 | 100.0% | 1 | | heat.delete_stack | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | total | 10.029 | 10.029 | 10.029 | 10.029 | 10.029 | 10.029 | 100.0% | 1 | | -> duration | 6.029 | 6.029 | 6.029 | 6.029 | 6.029 | 6.029 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.029063 Full duration: 20.333597 -------------------------------------------------------------------------------- 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 4a938a0b-bc37-431d-92cf-198f9c9e6b62 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.521 | 4.521 | 4.521 | 4.521 | 4.521 | 4.521 | 100.0% | 1 | | heat.check_stack | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | heat.delete_stack | 2.486 | 2.486 | 2.486 | 2.486 | 2.486 | 2.486 | 100.0% | 1 | | total | 7.906 | 7.906 | 7.906 | 7.906 | 7.906 | 7.906 | 100.0% | 1 | | -> duration | 5.906 | 5.906 | 5.906 | 5.906 | 5.906 | 5.906 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.906171 Full duration: 16.739126 -------------------------------------------------------------------------------- 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 4a938a0b-bc37-431d-92cf-198f9c9e6b62 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.382 | 4.382 | 4.382 | 4.382 | 4.382 | 4.382 | 100.0% | 1 | | heat.suspend_stack | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | heat.resume_stack | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 100.0% | 1 | | heat.delete_stack | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 100.0% | 1 | | total | 8.243 | 8.243 | 8.243 | 8.243 | 8.243 | 8.243 | 100.0% | 1 | | -> duration | 6.243 | 6.243 | 6.243 | 6.243 | 6.243 | 6.243 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.242752 Full duration: 16.776525 -------------------------------------------------------------------------------- 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 4a938a0b-bc37-431d-92cf-198f9c9e6b62 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | total | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> duration | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.597203 Full duration: 8.854168 HINTS: * To plot HTML graphics with this data, run: rally task report 4a938a0b-bc37-431d-92cf-198f9c9e6b62 --out output.html * To generate a JUnit report, run: rally task export 4a938a0b-bc37-431d-92cf-198f9c9e6b62 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4a938a0b-bc37-431d-92cf-198f9c9e6b62 --json --out output.json 2018-10-08 13:10:35,566 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4a938a0b-bc37-431d-92cf-198f9c9e6b62', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-08 13:10:37,837 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4a938a0b-bc37-431d-92cf-198f9c9e6b62 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-08 13:10:37.727 3849 INFO rally.api [-] Building 'json' report for the following task(s): '4a938a0b-bc37-431d-92cf-198f9c9e6b62'. 2018-10-08 13:10:37.732 3849 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:10:37,838 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4a938a0b-bc37-431d-92cf-198f9c9e6b62', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-08 13:10:40,039 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4a938a0b-bc37-431d-92cf-198f9c9e6b62 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-08 13:10:39.911 3852 INFO rally.api [-] Building 'html' report for the following task(s): '4a938a0b-bc37-431d-92cf-198f9c9e6b62'. 2018-10-08 13:10:39.933 3852 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:10:40,044 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-08 13:10:40,044 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-08 13:10:40,045 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-10-08 13:10:40,045 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-08 13:10:40,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-08 13:10:40,066 - 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': 'dc1395f7-8543-4304-a8d5-4f457a48f712', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'flavor_name': 'rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-08 13:13:58,250 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0b393330-5cff-4db9-aa62-5031ac13546c 2018-10-08 13:13:58,250 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0b393330-5cff-4db9-aa62-5031ac13546c'] 2018-10-08 13:13:59,283 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0b393330-5cff-4db9-aa62-5031ac13546c -------------------------------------------------------------------------------- Task 0b393330-5cff-4db9-aa62-5031ac13546c: 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 0b393330-5cff-4db9-aa62-5031ac13546c 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.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.revoke_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764816 Full duration: 14.689163 -------------------------------------------------------------------------------- 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 0b393330-5cff-4db9-aa62-5031ac13546c 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.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.742817 Full duration: 14.356867 -------------------------------------------------------------------------------- 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 0b393330-5cff-4db9-aa62-5031ac13546c 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782153 Full duration: 15.188268 -------------------------------------------------------------------------------- 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 0b393330-5cff-4db9-aa62-5031ac13546c 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.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | keystone_v3.delete_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | -> duration | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.602049 Full duration: 12.489057 -------------------------------------------------------------------------------- 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 0b393330-5cff-4db9-aa62-5031ac13546c 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.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | keystone_v3.delete_service | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.795684 Full duration: 12.860285 -------------------------------------------------------------------------------- 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 0b393330-5cff-4db9-aa62-5031ac13546c 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.create_user | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | -> keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.create_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.get_project | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.list_services | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.get_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 1.849 | 1.849 | 1.849 | 1.849 | 1.849 | 1.849 | 100.0% | 1 | | -> duration | 1.849 | 1.849 | 1.849 | 1.849 | 1.849 | 1.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.848766 Full duration: 20.14733 -------------------------------------------------------------------------------- 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 0b393330-5cff-4db9-aa62-5031ac13546c 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.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.924401 Full duration: 12.804105 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 0b393330-5cff-4db9-aa62-5031ac13546c 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 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.787754 Full duration: 14.385223 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 0b393330-5cff-4db9-aa62-5031ac13546c 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.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | total | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | -> duration | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.666506 Full duration: 15.078444 -------------------------------------------------------------------------------- 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 0b393330-5cff-4db9-aa62-5031ac13546c 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> duration | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.899695 Full duration: 15.007225 -------------------------------------------------------------------------------- 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 0b393330-5cff-4db9-aa62-5031ac13546c 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.create_users | 4.924 | 4.924 | 4.924 | 4.924 | 4.924 | 4.924 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.923 | 4.923 | 4.923 | 4.923 | 4.923 | 4.923 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | total | 6.583 | 6.583 | 6.583 | 6.583 | 6.583 | 6.583 | 100.0% | 1 | | -> duration | 6.583 | 6.583 | 6.583 | 6.583 | 6.583 | 6.583 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.583409 Full duration: 23.036135 HINTS: * To plot HTML graphics with this data, run: rally task report 0b393330-5cff-4db9-aa62-5031ac13546c --out output.html * To generate a JUnit report, run: rally task export 0b393330-5cff-4db9-aa62-5031ac13546c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0b393330-5cff-4db9-aa62-5031ac13546c --json --out output.json 2018-10-08 13:13:59,284 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0b393330-5cff-4db9-aa62-5031ac13546c', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-08 13:14:01,624 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0b393330-5cff-4db9-aa62-5031ac13546c --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-08 13:14:01.489 5767 INFO rally.api [-] Building 'json' report for the following task(s): '0b393330-5cff-4db9-aa62-5031ac13546c'. 2018-10-08 13:14:01.501 5767 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:14:01,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0b393330-5cff-4db9-aa62-5031ac13546c', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-08 13:14:03,925 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0b393330-5cff-4db9-aa62-5031ac13546c --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-08 13:14:03.791 5770 INFO rally.api [-] Building 'html' report for the following task(s): '0b393330-5cff-4db9-aa62-5031ac13546c'. 2018-10-08 13:14:03.821 5770 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:14:03,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-08 13:14:03,939 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-08 13:14:03,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-10-08 13:14:03,940 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-08 13:14:03,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-08 13:14:03,963 - 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': 'dc1395f7-8543-4304-a8d5-4f457a48f712', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'flavor_name': 'rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-08 13:19:25,266 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b621823f-61c0-42e1-a654-fbae143d28d6 2018-10-08 13:19:25,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b621823f-61c0-42e1-a654-fbae143d28d6'] 2018-10-08 13:19:26,287 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b621823f-61c0-42e1-a654-fbae143d28d6 -------------------------------------------------------------------------------- Task b621823f-61c0-42e1-a654-fbae143d28d6: 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | neutron.delete_network | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | total | 2.176 | 2.176 | 2.176 | 2.176 | 2.176 | 2.176 | 100.0% | 1 | | -> duration | 2.176 | 2.176 | 2.176 | 2.176 | 2.176 | 2.176 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.176135 Full duration: 15.270202 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.415 | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 100.0% | 1 | | neutron.delete_port | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | total | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 100.0% | 1 | | -> duration | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.105553 Full duration: 30.597543 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | neutron.create_subnet | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | neutron.create_router | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | neutron.add_interface_router | 1.701 | 1.701 | 1.701 | 1.701 | 1.701 | 1.701 | 100.0% | 1 | | neutron.remove_interface_router | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | neutron.delete_router | 0.448 | 0.448 | 0.448 | 0.448 | 0.448 | 0.448 | 100.0% | 1 | | total | 5.136 | 5.136 | 5.136 | 5.136 | 5.136 | 5.136 | 100.0% | 1 | | -> duration | 5.136 | 5.136 | 5.136 | 5.136 | 5.136 | 5.136 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.136064 Full duration: 37.046094 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.23 | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 | 100.0% | 1 | | neutron.delete_subnet | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | total | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 100.0% | 1 | | -> duration | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.843627 Full duration: 29.190712 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.list_networks | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | -> duration | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.337293 Full duration: 16.580677 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.508 | 1.508 | 1.508 | 1.508 | 1.508 | 1.508 | 100.0% | 1 | | neutron.list_ports | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 1.739 | 1.739 | 1.739 | 1.739 | 1.739 | 1.739 | 100.0% | 1 | | -> duration | 1.739 | 1.739 | 1.739 | 1.739 | 1.739 | 1.739 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.739373 Full duration: 31.722635 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | neutron.create_subnet | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | neutron.create_router | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | neutron.add_interface_router | 1.639 | 1.639 | 1.639 | 1.639 | 1.639 | 1.639 | 100.0% | 1 | | neutron.list_routers | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 3.746 | 3.746 | 3.746 | 3.746 | 3.746 | 3.746 | 100.0% | 1 | | -> duration | 3.746 | 3.746 | 3.746 | 3.746 | 3.746 | 3.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.7456 Full duration: 39.137064 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | neutron.create_subnet | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | neutron.list_subnets | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 1.896 | 1.896 | 1.896 | 1.896 | 1.896 | 1.896 | 100.0% | 1 | | -> duration | 1.896 | 1.896 | 1.896 | 1.896 | 1.896 | 1.896 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.89577 Full duration: 40.065846 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | neutron.delete_security_group | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 100.0% | 1 | | total | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 100.0% | 1 | | -> duration | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.263152 Full duration: 14.587077 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | neutron.create_security_group_rule | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.959 | 1.959 | 1.959 | 1.959 | 1.959 | 1.959 | 100.0% | 1 | | -> duration | 1.959 | 1.959 | 1.959 | 1.959 | 1.959 | 1.959 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.959242 Full duration: 14.980345 -------------------------------------------------------------------------------- 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 b621823f-61c0-42e1-a654-fbae143d28d6 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.create_router | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | neutron.add_gateway_router | 1.409 | 1.409 | 1.409 | 1.409 | 1.409 | 1.409 | 100.0% | 1 | | neutron.remove_gateway_router | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | total | 3.691 | 3.691 | 3.691 | 3.691 | 3.691 | 3.691 | 100.0% | 1 | | -> duration | 3.691 | 3.691 | 3.691 | 3.691 | 3.691 | 3.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.691272 Full duration: 24.118738 HINTS: * To plot HTML graphics with this data, run: rally task report b621823f-61c0-42e1-a654-fbae143d28d6 --out output.html * To generate a JUnit report, run: rally task export b621823f-61c0-42e1-a654-fbae143d28d6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b621823f-61c0-42e1-a654-fbae143d28d6 --json --out output.json 2018-10-08 13:19:26,288 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b621823f-61c0-42e1-a654-fbae143d28d6', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-08 13:19:28,435 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b621823f-61c0-42e1-a654-fbae143d28d6 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-08 13:19:28.329 9065 INFO rally.api [-] Building 'json' report for the following task(s): 'b621823f-61c0-42e1-a654-fbae143d28d6'. 2018-10-08 13:19:28.340 9065 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:19:28,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b621823f-61c0-42e1-a654-fbae143d28d6', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-08 13:19:30,737 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b621823f-61c0-42e1-a654-fbae143d28d6 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-08 13:19:30.568 9068 INFO rally.api [-] Building 'html' report for the following task(s): 'b621823f-61c0-42e1-a654-fbae143d28d6'. 2018-10-08 13:19:30.603 9068 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:19:30,751 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-08 13:19:30,751 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-08 13:19:30,752 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-10-08 13:19:30,752 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-08 13:19:30,768 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-08 13:19:30,780 - 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': 'dc1395f7-8543-4304-a8d5-4f457a48f712', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'flavor_name': 'rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-08 13:24:49,959 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5d98226e-0b43-4774-8331-f4130f03a3d0 2018-10-08 13:24:49,960 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5d98226e-0b43-4774-8331-f4130f03a3d0'] 2018-10-08 13:24:51,066 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5d98226e-0b43-4774-8331-f4130f03a3d0 -------------------------------------------------------------------------------- Task 5d98226e-0b43-4774-8331-f4130f03a3d0: 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_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "image": { "name": "rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "block_migration": false, "nics": [ { "net-id": "dc1395f7-8543-4304-a8d5-4f457a48f712" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5d98226e-0b43-4774-8331-f4130f03a3d0 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.185 | 10.185 | 10.185 | 10.185 | 10.185 | 10.185 | 100.0% | 1 | | nova.find_host_to_migrate | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | nova.live_migrate | 10.388 | 10.388 | 10.388 | 10.388 | 10.388 | 10.388 | 100.0% | 1 | | nova.delete_server | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 100.0% | 1 | | total | 24.512 | 24.512 | 24.512 | 24.512 | 24.512 | 24.512 | 100.0% | 1 | | -> duration | 23.512 | 23.512 | 23.512 | 23.512 | 23.512 | 23.512 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.51237 Full duration: 33.505934 -------------------------------------------------------------------------------- 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_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "image": { "name": "rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "dc1395f7-8543-4304-a8d5-4f457a48f712" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5d98226e-0b43-4774-8331-f4130f03a3d0 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 11.917 | 11.917 | 11.917 | 11.917 | 11.917 | 11.917 | 100.0% | 1 | | cinder_v2.create_volume | 2.842 | 2.842 | 2.842 | 2.842 | 2.842 | 2.842 | 100.0% | 1 | | nova.attach_volume | 4.447 | 4.447 | 4.447 | 4.447 | 4.447 | 4.447 | 100.0% | 1 | | nova.find_host_to_migrate | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 100.0% | 1 | | nova.live_migrate | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 100.0% | 1 | | nova.detach_volume | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 100.0% | 1 | | cinder_v2.delete_volume | 2.479 | 2.479 | 2.479 | 2.479 | 2.479 | 2.479 | 100.0% | 1 | | nova.delete_server | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 100.0% | 1 | | total | 38.672 | 38.672 | 38.672 | 38.672 | 38.672 | 38.672 | 100.0% | 1 | | -> duration | 37.672 | 37.672 | 37.672 | 37.672 | 37.672 | 37.672 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.671809 Full duration: 50.145297 -------------------------------------------------------------------------------- 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_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "image": { "name": "rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "dc1395f7-8543-4304-a8d5-4f457a48f712" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5d98226e-0b43-4774-8331-f4130f03a3d0 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.502 | 8.502 | 8.502 | 8.502 | 8.502 | 8.502 | 100.0% | 1 | | nova.boot_server | 9.948 | 9.948 | 9.948 | 9.948 | 9.948 | 9.948 | 100.0% | 1 | | nova.find_host_to_migrate | 1.486 | 1.486 | 1.486 | 1.486 | 1.486 | 1.486 | 100.0% | 1 | | nova.live_migrate | 14.433 | 14.433 | 14.433 | 14.433 | 14.433 | 14.433 | 100.0% | 1 | | nova.delete_server | 7.67 | 7.67 | 7.67 | 7.67 | 7.67 | 7.67 | 100.0% | 1 | | total | 42.039 | 42.039 | 42.039 | 42.039 | 42.039 | 42.039 | 100.0% | 1 | | -> duration | 41.039 | 41.039 | 41.039 | 41.039 | 41.039 | 41.039 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.038603 Full duration: 53.659026 -------------------------------------------------------------------------------- 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_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "image": { "name": "rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "server_kwargs": { "nics": [ { "net-id": "dc1395f7-8543-4304-a8d5-4f457a48f712" } ] } }, "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 5d98226e-0b43-4774-8331-f4130f03a3d0 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 12.042075 -------------------------------------------------------------------------------- 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_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "image": { "name": "rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "volume_size": 5, "nics": [ { "net-id": "dc1395f7-8543-4304-a8d5-4f457a48f712" } ] }, "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 5d98226e-0b43-4774-8331-f4130f03a3d0 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.765609 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "image": { "name": "rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "force_delete": false, "nics": [ { "net-id": "dc1395f7-8543-4304-a8d5-4f457a48f712" } ] }, "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 5d98226e-0b43-4774-8331-f4130f03a3d0 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.53081 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "image": { "name": "rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "nics": [ { "net-id": "dc1395f7-8543-4304-a8d5-4f457a48f712" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5d98226e-0b43-4774-8331-f4130f03a3d0 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.633 | 9.633 | 9.633 | 9.633 | 9.633 | 9.633 | 100.0% | 1 | | nova.migrate | 70.405 | 70.405 | 70.405 | 70.405 | 70.405 | 70.405 | 100.0% | 1 | | nova.resize_confirm | 5.427 | 5.427 | 5.427 | 5.427 | 5.427 | 5.427 | 100.0% | 1 | | nova.delete_server | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 100.0% | 1 | | total | 87.99 | 87.99 | 87.99 | 87.99 | 87.99 | 87.99 | 100.0% | 1 | | -> duration | 86.99 | 86.99 | 86.99 | 86.99 | 86.99 | 86.99 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 86.989838 Full duration: 97.186983 -------------------------------------------------------------------------------- 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_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "image": { "name": "rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 5d98226e-0b43-4774-8331-f4130f03a3d0 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 9.454543 -------------------------------------------------------------------------------- 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 5d98226e-0b43-4774-8331-f4130f03a3d0 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | nova.delete_server_group | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727998 Full duration: 9.149781 HINTS: * To plot HTML graphics with this data, run: rally task report 5d98226e-0b43-4774-8331-f4130f03a3d0 --out output.html * To generate a JUnit report, run: rally task export 5d98226e-0b43-4774-8331-f4130f03a3d0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5d98226e-0b43-4774-8331-f4130f03a3d0 --json --out output.json 2018-10-08 13:24:51,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5d98226e-0b43-4774-8331-f4130f03a3d0', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-08 13:24:53,257 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5d98226e-0b43-4774-8331-f4130f03a3d0 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-08 13:24:53.145 10375 INFO rally.api [-] Building 'json' report for the following task(s): '5d98226e-0b43-4774-8331-f4130f03a3d0'. 2018-10-08 13:24:53.153 10375 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:24:53,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5d98226e-0b43-4774-8331-f4130f03a3d0', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-08 13:24:55,462 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5d98226e-0b43-4774-8331-f4130f03a3d0 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-08 13:24:55.332 10378 INFO rally.api [-] Building 'html' report for the following task(s): '5d98226e-0b43-4774-8331-f4130f03a3d0'. 2018-10-08 13:24:55.359 10378 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:24:55,473 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-10-08 13:24:55,474 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-08 13:24:55,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-10-08 13:24:55,475 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-08 13:24:55,492 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-08 13:24:55,499 - 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': 'dc1395f7-8543-4304-a8d5-4f457a48f712', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'flavor_name': 'rally_sanity-flavor_b067d4a2-1c29-49a8-9d65-2ffb8487af97', '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_b067d4a2-1c29-49a8-9d65-2ffb8487af97', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-08 13:25:49,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 73da1065-b3b6-40d2-ba0a-471ae530cc81 2018-10-08 13:25:49,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '73da1065-b3b6-40d2-ba0a-471ae530cc81'] 2018-10-08 13:25:50,309 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 73da1065-b3b6-40d2-ba0a-471ae530cc81 -------------------------------------------------------------------------------- Task 73da1065-b3b6-40d2-ba0a-471ae530cc81: 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 73da1065-b3b6-40d2-ba0a-471ae530cc81 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | quotas.delete_quotas | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> duration | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.914438 Full duration: 8.64532 -------------------------------------------------------------------------------- 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 73da1065-b3b6-40d2-ba0a-471ae530cc81 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 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.713211 Full duration: 8.43101 -------------------------------------------------------------------------------- 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 73da1065-b3b6-40d2-ba0a-471ae530cc81 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743077 Full duration: 8.278715 -------------------------------------------------------------------------------- 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 73da1065-b3b6-40d2-ba0a-471ae530cc81 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.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | total | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | -> duration | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.087358 Full duration: 9.352274 HINTS: * To plot HTML graphics with this data, run: rally task report 73da1065-b3b6-40d2-ba0a-471ae530cc81 --out output.html * To generate a JUnit report, run: rally task export 73da1065-b3b6-40d2-ba0a-471ae530cc81 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 73da1065-b3b6-40d2-ba0a-471ae530cc81 --json --out output.json 2018-10-08 13:25:50,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '73da1065-b3b6-40d2-ba0a-471ae530cc81', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-08 13:25:52,555 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 73da1065-b3b6-40d2-ba0a-471ae530cc81 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-08 13:25:52.447 10891 INFO rally.api [-] Building 'json' report for the following task(s): '73da1065-b3b6-40d2-ba0a-471ae530cc81'. 2018-10-08 13:25:52.451 10891 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:25:52,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '73da1065-b3b6-40d2-ba0a-471ae530cc81', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-08 13:25:54,754 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 73da1065-b3b6-40d2-ba0a-471ae530cc81 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-08 13:25:54.630 10894 INFO rally.api [-] Building 'html' report for the following task(s): '73da1065-b3b6-40d2-ba0a-471ae530cc81'. 2018-10-08 13:25:54.651 10894 INFO rally.api [-] The report has been successfully built. 2018-10-08 13:25:54,759 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-08 13:25:54,763 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:50 | 11 | 100.00% | | neutron | 04:53 | 11 | 100.00% | | nova | 04:46 | 5 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:03 | 55 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-08 13:25:54,763 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 7/8 modules 2018-10-08 13:25:54,891 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 13:25:54,892 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:13 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-10-08 13:26:05,500 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-10-08 13:26:05,553 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-08 13:26:06,455 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'id': u'11e21ad629ba4d9281fa25a6a1f9eaa0', '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'})}) 2018-10-08 13:26:06,951 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'250271d941a447af8c1ca48446f1ef7b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_1b735c93-f0c3-4db7-bdd2-91eaaea86e84'}) 2018-10-08 13:26:07,107 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 13:26:07,292 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/ba89af3f1a4d425b9e2df79dce878c14'}, 'domain_id': None, 'human_id': None, 'id': u'ba89af3f1a4d425b9e2df79dce878c14', 'HUMAN_ID': False}) 2018-10-08 13:26:07,851 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 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': '177f9b88-6b49-4c81-950f-1e88fcbe7fae', 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_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'project_id': u'11e21ad629ba4d9281fa25a6a1f9eaa0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 13:26:07,857 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'password': '177f9b88-6b49-4c81-950f-1e88fcbe7fae', 'project_name': 'refstack_defcore-project_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '11e21ad629ba4d9281fa25a6a1f9eaa0', 'project_domain_name': 'Default'} 2018-10-08 13:26:08,940 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-08 13:26:11,412 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-08 13:26:11.069 10897 INFO rally.deployment.engine [-] Deployment e9a18549-7fb7-4b25-8b3b-c09547f31ff1 | Starting: Destroy cloud and free allocated resources. 2018-10-08 13:26:11.167 10897 INFO rally.deployment.engine [-] Deployment e9a18549-7fb7-4b25-8b3b-c09547f31ff1 | Completed: Destroy cloud and free allocated resources. 2018-10-08 13:26:11.191 10897 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c7ee7abd-52d2-475c-946a-be79e0066cf8). 2018-10-08 13:26:11.195 10897 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-08 13:26:13,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-08 13:26:13.632 10900 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ef6a7dc8-c470-40ab-bdcc-62f46bcbfb41) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ef6a7dc8-c470-40ab-bdcc-62f46bcbfb41 | 2018-10-08T13:26:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ef6a7dc8-c470-40ab-bdcc-62f46bcbfb41 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-08 13:26:17,365 - 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 | +-------------+----------------+-----------+ 2018-10-08 13:26:17,366 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-08 13:26:19,759 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-08 13:26:19.498 10906 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c7ee7abd-52d2-475c-946a-be79e0066cf8). 2018-10-08 13:26:19.622 10906 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-08 13:26:23,170 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-08 13:26:21.835 10909 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-08 13:26:21.987 10909 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-08 13:26:22.993 10909 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4cc5d3fc-5eea-4913-9684-89a635a91128) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4cc5d3fc-5eea-4913-9684-89a635a91128) as the default verifier for the future CLI operations. 2018-10-08 13:26:26,143 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-08 13:26:28,667 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/2fa5ff33-18e3-41a5-bebc-3b71b6bc48a9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2fa5ff33-18e3-41a5-bebc-3b71b6bc48a9/file', 'owner': u'11e21ad629ba4d9281fa25a6a1f9eaa0', 'id': u'2fa5ff33-18e3-41a5-bebc-3b71b6bc48a9', 'size': 12716032, u'self': u'/v2/images/2fa5ff33-18e3-41a5-bebc-3b71b6bc48a9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11e21ad629ba4d9281fa25a6a1f9eaa0', 'name': 'refstack_defcore-project_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/2fa5ff33-18e3-41a5-bebc-3b71b6bc48a9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T13:26:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T13:26:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2fa5ff33-18e3-41a5-bebc-3b71b6bc48a9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'created': u'2018-10-08T13:26:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T13:26:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2fa5ff33-18e3-41a5-bebc-3b71b6bc48a9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 13:26:28,891 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', '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'95764ceb46f64e659dbd6686ddec329b', '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'a23216c6-9c7f-4a77-876e-a6df27cf533d', 'swap': 0}) 2018-10-08 13:26:31,422 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/305272a1-e640-4c2f-8a59-2672a0e1a4e1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/305272a1-e640-4c2f-8a59-2672a0e1a4e1/file', 'owner': u'11e21ad629ba4d9281fa25a6a1f9eaa0', 'id': u'305272a1-e640-4c2f-8a59-2672a0e1a4e1', 'size': 12716032, u'self': u'/v2/images/305272a1-e640-4c2f-8a59-2672a0e1a4e1', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11e21ad629ba4d9281fa25a6a1f9eaa0', 'name': 'refstack_defcore-project_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/305272a1-e640-4c2f-8a59-2672a0e1a4e1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T13:26:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T13:26:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/305272a1-e640-4c2f-8a59-2672a0e1a4e1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', 'created': u'2018-10-08T13:26:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T13:26:29Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/305272a1-e640-4c2f-8a59-2672a0e1a4e1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 13:26:31,494 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', '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'95764ceb46f64e659dbd6686ddec329b', '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'5c36eb65-7da6-4f41-974e-bcff89076cc3', 'swap': 0}) 2018-10-08 13:26:31,516 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_1b735c93-f0c3-4db7-bdd2-91eaaea86e84', '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'95764ceb46f64e659dbd6686ddec329b', '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'5c36eb65-7da6-4f41-974e-bcff89076cc3', 'swap': 0}) 2018-10-08 13:26:34,660 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-08 13:26:33.642 10928 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4cc5d3fc-5eea-4913-9684-89a635a91128) for deployment 'opnfv-rally' (UUID=ef6a7dc8-c470-40ab-bdcc-62f46bcbfb41). 2018-10-08 13:26:34.495 10928 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-08 13:26:34.498 10928 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4cc5d3fc-5eea-4913-9684-89a635a91128) has been successfully configured for deployment 'opnfv-rally' (UUID=ef6a7dc8-c470-40ab-bdcc-62f46bcbfb41)! 2018-10-08 13:26:34,661 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-08 13:26:34,661 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-08 13:26:34,663 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-08 13:26:38,243 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-08 13:26:38,261 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-08 13:26:38,262 - 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']'. 2018-10-08 13:26:40,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:26:40.294 10940 INFO rally.api [-] Starting verification (UUID=a73f0139-1ec8-4be7-9fa0-7008a9d3d944) for deployment 'opnfv-rally' (UUID=ef6a7dc8-c470-40ab-bdcc-62f46bcbfb41) by verifier 'opnfv-tempest' (UUID=4cc5d3fc-5eea-4913-9684-89a635a91128). 2018-10-08 13:26:40,296 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a73f0139-1ec8-4be7-9fa0-7008a9d3d944 2018-10-08 13:26:46,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:26:46.506 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.206s] 2018-10-08 13:26:46,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:26:46.561 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.056s] 2018-10-08 13:26:48,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:26:48.427 10940 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.058s] 2018-10-08 13:26:50,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:26:50.823 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [1.072s] 2018-10-08 13:27:01,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:01.248 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.808s] 2018-10-08 13:27:04,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:04.064 10940 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.629s] 2018-10-08 13:27:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.271 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.060s] 2018-10-08 13:27:08,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.283 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-10-08 13:27:08,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.425 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.141s] 2018-10-08 13:27:08,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.438 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-10-08 13:27:08,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.451 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-10-08 13:27:08,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.486 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.034s] 2018-10-08 13:27:08,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.548 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-10-08 13:27:08,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.610 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.062s] 2018-10-08 13:27:08,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.930 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.320s] 2018-10-08 13:27:08,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:08.948 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2018-10-08 13:27:09,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:09.018 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-10-08 13:27:14,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:14.214 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-10-08 13:27:16,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:16.032 10940 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-10-08 13:27:17,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:17.473 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.258s] 2018-10-08 13:27:20,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:20.076 10940 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-10-08 13:27:20,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:20.156 10940 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-10-08 13:27:20,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:20.232 10940 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-10-08 13:27:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:21.090 10940 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.024s] 2018-10-08 13:27:23,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:23.664 10940 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.136s] 2018-10-08 13:27:23,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:23.827 10940 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.163s] 2018-10-08 13:27:25,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:25.084 10940 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.256s] 2018-10-08 13:27:25,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:25.249 10940 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.164s] 2018-10-08 13:27:25,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:25.263 10940 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-10-08 13:27:27,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:27.456 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [28.884s] 2018-10-08 13:27:28,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:28.052 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.603s] 2018-10-08 13:27:28,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:28.793 10940 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [7.705s] 2018-10-08 13:27:40,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:40.395 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [9.028s] 2018-10-08 13:27:42,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:42.222 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.893s] 2018-10-08 13:27:43,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:43.092 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.869s] 2018-10-08 13:27:43,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:43.758 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.665s] 2018-10-08 13:27:44,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:44.312 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.553s] 2018-10-08 13:27:44,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:44.882 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.570s] 2018-10-08 13:27:44,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:44.954 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-10-08 13:27:45,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:45.030 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.076s] 2018-10-08 13:27:45,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:45.095 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.065s] 2018-10-08 13:27:45,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:45.164 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-10-08 13:27:45,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:45.234 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.069s] 2018-10-08 13:27:45,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:45.381 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.146s] 2018-10-08 13:27:45,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:45.902 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.506s] 2018-10-08 13:27:46,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:46.422 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-10-08 13:27:50,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:50.118 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.215s] 2018-10-08 13:27:54,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:54.306 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.187s] 2018-10-08 13:27:56,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:56.247 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-10-08 13:27:58,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:27:58.216 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.909s] 2018-10-08 13:28:02,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:02.727 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.510s] 2018-10-08 13:28:04,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:04.598 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.567s] 2018-10-08 13:28:04,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:04.839 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.241s] 2018-10-08 13:28:05,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:05.200 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.360s] 2018-10-08 13:28:05,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:05.583 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.383s] 2018-10-08 13:28:05,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:05.964 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.381s] 2018-10-08 13:28:06,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:06.390 10940 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.425s] 2018-10-08 13:28:07,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:07.425 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.698s] 2018-10-08 13:28:12,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:12.532 10940 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.685s] 2018-10-08 13:28:13,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:13.873 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-10-08 13:28:14,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:14.728 10940 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.196s] 2018-10-08 13:28:14,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:14.999 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.572s] 2018-10-08 13:28:18,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:18.514 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.514s] 2018-10-08 13:28:18,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:18.770 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.256s] 2018-10-08 13:28:18,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:18.939 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.169s] 2018-10-08 13:28:19,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:19.029 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.089s] 2018-10-08 13:28:19,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:19.081 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.051s] 2018-10-08 13:28:19,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:19.198 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.116s] 2018-10-08 13:28:19,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:19.302 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.104s] 2018-10-08 13:28:19,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:19.516 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.214s] 2018-10-08 13:28:19,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:19.568 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.051s] 2018-10-08 13:28:22,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:22.432 10940 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.855s] 2018-10-08 13:28:23,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:23.587 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.018s] 2018-10-08 13:28:24,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:24.013 10940 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.580s] 2018-10-08 13:28:26,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:26.250 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.032s] 2018-10-08 13:28:27,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:27.156 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.905s] 2018-10-08 13:28:28,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:28.187 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.031s] 2018-10-08 13:28:28,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:28.823 10940 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.805s] 2018-10-08 13:28:29,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:29.462 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.274s] 2018-10-08 13:28:29,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:29.850 10940 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.031s] 2018-10-08 13:28:30,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:30.498 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.035s] 2018-10-08 13:28:30,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:30.884 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.189s] 2018-10-08 13:28:31,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:31.387 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.889s] 2018-10-08 13:28:31,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:31.610 10940 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.757s] 2018-10-08 13:28:32,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:32.053 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.665s] 2018-10-08 13:28:32,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:32.449 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.395s] 2018-10-08 13:28:32,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:32.866 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.981s] 2018-10-08 13:28:32,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:32.905 10940 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.295s] 2018-10-08 13:28:33,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:33.000 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.551s] 2018-10-08 13:28:33,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:33.798 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.932s] 2018-10-08 13:28:33,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:33.924 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.923s] 2018-10-08 13:28:34,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:34.314 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.390s] 2018-10-08 13:28:34,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:34.671 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.871s] 2018-10-08 13:28:34,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:34.847 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.532s] 2018-10-08 13:28:35,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:35.077 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.229s] 2018-10-08 13:28:35,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:35.342 10940 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.434s] 2018-10-08 13:28:35,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:35.507 10940 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [66.700s] 2018-10-08 13:28:35,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:35.554 10940 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.214s] 2018-10-08 13:28:35,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:35.943 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.271s] 2018-10-08 13:28:36,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:36.085 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.007s] 2018-10-08 13:28:36,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:36.594 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.509s] 2018-10-08 13:28:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:36.992 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.397s] 2018-10-08 13:28:37,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:37.513 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.520s] 2018-10-08 13:28:37,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:37.913 10940 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.400s] 2018-10-08 13:28:38,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:38.415 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.470s] 2018-10-08 13:28:38,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:38.866 10940 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.150s] 2018-10-08 13:28:39,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:39.114 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.699s] 2018-10-08 13:28:39,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:39.198 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.084s] 2018-10-08 13:28:39,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:39.223 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.025s] 2018-10-08 13:28:39,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:39.401 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.178s] 2018-10-08 13:28:39,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:39.423 10940 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.021s] 2018-10-08 13:28:39,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:39.908 10940 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.329s] 2018-10-08 13:28:40,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:40.270 10940 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.362s] 2018-10-08 13:28:45,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:45.345 10940 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.802s] 2018-10-08 13:28:45,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:45.967 10940 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.555s] 2018-10-08 13:28:46,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:46.031 10940 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.434s] 2018-10-08 13:28:46,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:46.051 10940 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.706s] 2018-10-08 13:28:46,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:46.920 10940 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.952s] 2018-10-08 13:28:51,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:51.244 10940 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-10-08 13:28:53,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:53.728 10940 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.321s] 2018-10-08 13:28:56,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:56.043 10940 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.972s] 2018-10-08 13:28:57,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:28:57.536 10940 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.989s] 2018-10-08 13:29:00,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:00.951 10940 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.907s] 2018-10-08 13:29:02,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:02.940 10940 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.989s] 2018-10-08 13:29:03,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:03.000 10940 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.059s] 2018-10-08 13:29:03,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:03.196 10940 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.195s] 2018-10-08 13:29:03,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:03.299 10940 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.102s] 2018-10-08 13:29:03,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:03.480 10940 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.181s] 2018-10-08 13:29:07,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:07.581 10940 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.044s] 2018-10-08 13:29:10,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:10.116 10940 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.155s] 2018-10-08 13:29:14,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:14.158 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.159s] 2018-10-08 13:29:14,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:14.313 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.154s] 2018-10-08 13:29:14,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:14.497 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.182s] 2018-10-08 13:29:14,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:14.874 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.378s] 2018-10-08 13:29:15,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:15.057 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.182s] 2018-10-08 13:29:15,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:15.394 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.335s] 2018-10-08 13:29:15,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:15.592 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.197s] 2018-10-08 13:29:15,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:15.875 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.282s] 2018-10-08 13:29:16,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:16.070 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.194s] 2018-10-08 13:29:16,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:16.255 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.185s] 2018-10-08 13:29:22,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:22.238 10940 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.392s] 2018-10-08 13:29:26,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:26.372 10940 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [40.315s] 2018-10-08 13:29:31,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:31.747 10940 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.507s] 2018-10-08 13:29:32,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:32.289 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.642s] 2018-10-08 13:29:32,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:32.450 10940 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.161s] 2018-10-08 13:29:37,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:37.349 10940 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.399s] 2018-10-08 13:29:40,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:40.363 10940 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.376s] 2018-10-08 13:29:40,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:40.588 10940 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.225s] 2018-10-08 13:29:45,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:45.654 10940 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.905s] 2018-10-08 13:29:47,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:47.084 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.315s] 2018-10-08 13:29:47,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:47.652 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.568s] 2018-10-08 13:29:51,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:51.914 10940 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.177s] 2018-10-08 13:29:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:52.097 10940 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.183s] 2018-10-08 13:29:59,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:59.505 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.186s] 2018-10-08 13:29:59,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:59.695 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.189s] 2018-10-08 13:29:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:29:59.877 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.181s] 2018-10-08 13:30:00,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:00.560 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.682s] 2018-10-08 13:30:00,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:00.660 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.099s] 2018-10-08 13:30:01,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:01.027 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.366s] 2018-10-08 13:30:01,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:01.209 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.181s] 2018-10-08 13:30:01,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:01.397 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.187s] 2018-10-08 13:30:01,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:01.451 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.054s] 2018-10-08 13:30:01,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:01.501 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-10-08 13:30:01,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:01.540 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.039s] 2018-10-08 13:30:01,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:01.761 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.219s] 2018-10-08 13:30:01,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:01.841 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.079s] 2018-10-08 13:30:02,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:02.042 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.202s] 2018-10-08 13:30:02,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:02.091 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-10-08 13:30:09,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:09.071 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.154s] 2018-10-08 13:30:09,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:09.097 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.026s] 2018-10-08 13:30:09,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:09.132 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.035s] 2018-10-08 13:30:09,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:09.150 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.018s] 2018-10-08 13:30:09,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:09.309 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.158s] 2018-10-08 13:30:09,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:09.468 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.158s] 2018-10-08 13:30:09,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:09.646 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.178s] 2018-10-08 13:30:09,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:09.833 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.186s] 2018-10-08 13:30:09,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:09.993 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.159s] 2018-10-08 13:30:10,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.028 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.035s] 2018-10-08 13:30:10,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.038 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-10-08 13:30:10,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.083 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-10-08 13:30:10,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.127 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.043s] 2018-10-08 13:30:10,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.167 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.039s] 2018-10-08 13:30:10,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.213 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.045s] 2018-10-08 13:30:10,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.223 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-10-08 13:30:10,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.398 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.175s] 2018-10-08 13:30:10,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.661 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.262s] 2018-10-08 13:30:10,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.695 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-10-08 13:30:10,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:10.880 10940 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.186s] 2018-10-08 13:30:15,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a73f0139-1ec8-4be7-9fa0-7008a9d3d944 2018-10-08 13:30:15,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a73f0139-1ec8-4be7-9fa0-7008a9d3d944']'. 2018-10-08 13:30:16,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-08 13:30:16,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-08 13:30:16,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 13:30:16,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a73f0139-1ec8-4be7-9fa0-7008a9d3d944 | 2018-10-08 13:30:16,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-08 13:30:16,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-08 13:26:40 | 2018-10-08 13:30:16,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-08 13:30:14 | 2018-10-08 13:30:16,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:34 | 2018-10-08 13:30:16,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-08 13:30:16,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-08 13:30:16,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-08 13:30:16,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4cc5d3fc-5eea-4913-9684-89a635a91128) | 2018-10-08 13:30:16,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-08 13:30:16,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ef6a7dc8-c470-40ab-bdcc-62f46bcbfb41) | 2018-10-08 13:30:16,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-08 13:30:16,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 206.408 | 2018-10-08 13:30:16,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 184 | 2018-10-08 13:30:16,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-08 13:30:16,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-08 13:30:16,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-08 13:30:16,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 16 | 2018-10-08 13:30:16,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 13:30:16,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-08 13:30:16,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-08 13:30:16,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 92.0% 2018-10-08 13:30:16,509 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 13:30:16,510 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:50 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-10-08 13:30:19,730 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-10-08 13:30:19,784 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-08 13:30:21,280 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'id': u'bfab03b881344b0982bfd77fd92052a4', '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'})}) 2018-10-08 13:30:21,809 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f9e87f2604624f86a8d72074e85b9955', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0'}) 2018-10-08 13:30:21,905 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 13:30:22,078 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/10ccc918b64d49329871e479566b82cb'}, 'domain_id': None, 'human_id': None, 'id': u'10ccc918b64d49329871e479566b82cb', 'HUMAN_ID': False}) 2018-10-08 13:30:22,635 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 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': 'afa6555a-ada7-442e-bf47-f55e52df5861', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'project_id': u'bfab03b881344b0982bfd77fd92052a4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 13:30:22,640 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'password': 'afa6555a-ada7-442e-bf47-f55e52df5861', 'project_name': 'patrole-project_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'bfab03b881344b0982bfd77fd92052a4', 'project_domain_name': 'Default'} 2018-10-08 13:30:23,839 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-08 13:30:26,418 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-08 13:30:25.961 10970 INFO rally.deployment.engine [-] Deployment ef6a7dc8-c470-40ab-bdcc-62f46bcbfb41 | Starting: Destroy cloud and free allocated resources. 2018-10-08 13:30:26.066 10970 INFO rally.deployment.engine [-] Deployment ef6a7dc8-c470-40ab-bdcc-62f46bcbfb41 | Completed: Destroy cloud and free allocated resources. 2018-10-08 13:30:26.116 10970 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4cc5d3fc-5eea-4913-9684-89a635a91128) for deployment 'opnfv-rally'. 2018-10-08 13:30:26.139 10970 INFO rally.api [-] Deleting verification (UUID=a73f0139-1ec8-4be7-9fa0-7008a9d3d944). 2018-10-08 13:30:26.180 10970 INFO rally.api [-] Verification has been successfully deleted! 2018-10-08 13:30:26.180 10970 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4cc5d3fc-5eea-4913-9684-89a635a91128). 2018-10-08 13:30:26.188 10970 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-08 13:30:29,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-08 13:30:28.697 10973 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b9e1a4a9-fe82-41f9-892c-1bea1000f8a3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b9e1a4a9-fe82-41f9-892c-1bea1000f8a3 | 2018-10-08T13:30:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b9e1a4a9-fe82-41f9-892c-1bea1000f8a3 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-08 13:30:32,151 - 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 | +-------------+----------------+-----------+ 2018-10-08 13:30:32,152 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-08 13:30:34,817 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-08 13:30:34.502 10979 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4cc5d3fc-5eea-4913-9684-89a635a91128). 2018-10-08 13:30:34.641 10979 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-08 13:30:37,998 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-08 13:30:36.807 10982 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-08 13:30:36.965 10982 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-08 13:30:37.874 10982 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3) as the default verifier for the future CLI operations. 2018-10-08 13:30:40,829 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-08 13:30:43,182 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/380ef95f-4576-46a7-91cc-d800861b299e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/380ef95f-4576-46a7-91cc-d800861b299e/file', 'owner': u'bfab03b881344b0982bfd77fd92052a4', 'id': u'380ef95f-4576-46a7-91cc-d800861b299e', 'size': 12716032, u'self': u'/v2/images/380ef95f-4576-46a7-91cc-d800861b299e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bfab03b881344b0982bfd77fd92052a4', 'name': 'patrole-project_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/380ef95f-4576-46a7-91cc-d800861b299e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T13:30:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T13:30:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/380ef95f-4576-46a7-91cc-d800861b299e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'created': u'2018-10-08T13:30:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T13:30:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/380ef95f-4576-46a7-91cc-d800861b299e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 13:30:43,375 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', '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'95764ceb46f64e659dbd6686ddec329b', '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'fb6d081b-7951-4713-b488-1bb525e1f97d', 'swap': 0}) 2018-10-08 13:30:45,517 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/de867284-9c4c-484d-82f7-5e252e3e6977/snap', u'metadata': Munch({})})], 'file': u'/v2/images/de867284-9c4c-484d-82f7-5e252e3e6977/file', 'owner': u'bfab03b881344b0982bfd77fd92052a4', 'id': u'de867284-9c4c-484d-82f7-5e252e3e6977', 'size': 12716032, u'self': u'/v2/images/de867284-9c4c-484d-82f7-5e252e3e6977', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bfab03b881344b0982bfd77fd92052a4', 'name': 'patrole-project_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/de867284-9c4c-484d-82f7-5e252e3e6977/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T13:30:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T13:30:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/de867284-9c4c-484d-82f7-5e252e3e6977', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', 'created': u'2018-10-08T13:30:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T13:30:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/de867284-9c4c-484d-82f7-5e252e3e6977', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 13:30:45,566 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', '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'95764ceb46f64e659dbd6686ddec329b', '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'805aa4da-4fd5-403a-aea4-f072945aa138', 'swap': 0}) 2018-10-08 13:30:45,588 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_f3e54e66-e05e-4e4f-8064-fb1cd2ada8b0', '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'95764ceb46f64e659dbd6686ddec329b', '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'805aa4da-4fd5-403a-aea4-f072945aa138', 'swap': 0}) 2018-10-08 13:30:49,095 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-08 13:30:47.690 11001 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3) for deployment 'opnfv-rally' (UUID=b9e1a4a9-fe82-41f9-892c-1bea1000f8a3). 2018-10-08 13:30:48.922 11001 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-08 13:30:48.925 11001 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3) has been successfully configured for deployment 'opnfv-rally' (UUID=b9e1a4a9-fe82-41f9-892c-1bea1000f8a3)! 2018-10-08 13:30:49,096 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-08 13:30:49,096 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-08 13:30:49,099 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-08 13:30:49,114 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-08 13:30:52,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3/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) 2018-10-08 13:30:52,370 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-08 13:30:52,399 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-08 13:30:52,399 - 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']'. 2018-10-08 13:30:54,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 13:30:54.605 11010 INFO rally.api [-] Starting verification (UUID=698eebf2-ea32-4b75-96e7-e9af36c7e085) for deployment 'opnfv-rally' (UUID=b9e1a4a9-fe82-41f9-892c-1bea1000f8a3) by verifier 'opnfv-tempest' (UUID=2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3). 2018-10-08 13:30:54,607 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 698eebf2-ea32-4b75-96e7-e9af36c7e085 2018-10-08 13:33:35,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 698eebf2-ea32-4b75-96e7-e9af36c7e085 2018-10-08 13:33:35,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '698eebf2-ea32-4b75-96e7-e9af36c7e085']'. 2018-10-08 13:33:36,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-08 13:33:36,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-08 13:33:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 13:33:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 698eebf2-ea32-4b75-96e7-e9af36c7e085 | 2018-10-08 13:33:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-08 13:33:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-08 13:30:54 | 2018-10-08 13:33:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-08 13:33:35 | 2018-10-08 13:33:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:41 | 2018-10-08 13:33:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-08 13:33:36,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-08 13:33:36,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3) | 2018-10-08 13:33:36,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-08 13:33:36,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b9e1a4a9-fe82-41f9-892c-1bea1000f8a3) | 2018-10-08 13:33:36,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-08 13:33:36,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 152.037 | 2018-10-08 13:33:36,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-10-08 13:33:36,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-10-08 13:33:36,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-08 13:33:36,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-08 13:33:36,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-08 13:33:36,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 13:33:36,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-08 13:33:36,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-08 13:33:37,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-08 13:33:37,229 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 13:33:37,230 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-08 13:33:42,429 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-10-08 13:33:43,129 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-10-08 13:34:04,057 - 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 2018-10-08 13:34:04,101 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-10-08 13:34:04,379 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-10-08 13:34:04,486 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 13:34:04,486 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-08 13:34:04,540 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-08 13:34:06,050 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 13:34:09,128 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-08 13:34:09,129 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-08 14:13:56,580 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 14:13:56,581 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 39:47 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-10-08 14:13:58,505 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-10-08 14:13:58,558 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-08 14:14:00,241 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 14:14:01,966 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-08 14:14:04,424 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-08 14:14:04.011 11100 INFO rally.deployment.engine [-] Deployment b9e1a4a9-fe82-41f9-892c-1bea1000f8a3 | Starting: Destroy cloud and free allocated resources. 2018-10-08 14:14:04.112 11100 INFO rally.deployment.engine [-] Deployment b9e1a4a9-fe82-41f9-892c-1bea1000f8a3 | Completed: Destroy cloud and free allocated resources. 2018-10-08 14:14:04.168 11100 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3) for deployment 'opnfv-rally'. 2018-10-08 14:14:04.199 11100 INFO rally.api [-] Deleting verification (UUID=698eebf2-ea32-4b75-96e7-e9af36c7e085). 2018-10-08 14:14:04.249 11100 INFO rally.api [-] Verification has been successfully deleted! 2018-10-08 14:14:04.249 11100 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3). 2018-10-08 14:14:04.254 11100 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-08 14:14:06,907 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-08 14:14:06.597 11103 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ac9a32a9-f141-4be6-be7b-6320b107e628) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ac9a32a9-f141-4be6-be7b-6320b107e628 | 2018-10-08T14:14:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ac9a32a9-f141-4be6-be7b-6320b107e628 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-08 14:14:10,180 - 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 | +-------------+----------------+-----------+ 2018-10-08 14:14:10,181 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-08 14:14:12,594 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-08 14:14:12.304 11109 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2e5e5ecf-75b6-45e0-9479-5a85fcdf3ae3). 2018-10-08 14:14:12.437 11109 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-08 14:14:15,996 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-08 14:14:14.689 11112 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-08 14:14:14.825 11112 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-08 14:14:15.824 11112 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=127049a2-20a5-4cbd-9592-8371379c3011) has been successfully created! Using verifier 'opnfv-tempest' (UUID=127049a2-20a5-4cbd-9592-8371379c3011) as the default verifier for the future CLI operations. 2018-10-08 14:14:18,932 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-08 14:14:26,527 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-08 14:14:25.483 11131 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=127049a2-20a5-4cbd-9592-8371379c3011) for deployment 'opnfv-rally' (UUID=ac9a32a9-f141-4be6-be7b-6320b107e628). 2018-10-08 14:14:26.365 11131 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-08 14:14:26.367 11131 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=127049a2-20a5-4cbd-9592-8371379c3011) has been successfully configured for deployment 'opnfv-rally' (UUID=ac9a32a9-f141-4be6-be7b-6320b107e628)! 2018-10-08 14:14:29,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-127049a2-20a5-4cbd-9592-8371379c3011/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-08 14:14:29,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-10-08 14:14:31,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 14:14:31.826 11140 INFO rally.api [-] Starting verification (UUID=9760910e-d093-409f-901a-a90daf39b215) for deployment 'opnfv-rally' (UUID=ac9a32a9-f141-4be6-be7b-6320b107e628) by verifier 'opnfv-tempest' (UUID=127049a2-20a5-4cbd-9592-8371379c3011). 2018-10-08 14:16:20,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 9760910e-d093-409f-901a-a90daf39b215 2018-10-08 14:16:20,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9760910e-d093-409f-901a-a90daf39b215']'. 2018-10-08 14:16:21,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-08 14:16:21,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-08 14:16:21,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 14:16:21,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9760910e-d093-409f-901a-a90daf39b215 | 2018-10-08 14:16:21,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-08 14:16:21,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-08 14:14:31 | 2018-10-08 14:16:21,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-08 14:16:19 | 2018-10-08 14:16:21,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:48 | 2018-10-08 14:16:21,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-08 14:16:21,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-08 14:16:21,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 127049a2-20a5-4cbd-9592-8371379c3011) | 2018-10-08 14:16:21,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-08 14:16:21,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ac9a32a9-f141-4be6-be7b-6320b107e628) | 2018-10-08 14:16:21,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-08 14:16:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 97.635 | 2018-10-08 14:16:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-10-08 14:16:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-10-08 14:16:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-08 14:16:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-08 14:16:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-08 14:16:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 14:16:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-08 14:16:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-08 14:16:21,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-10-08 14:16:21,359 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 14:16:21,359 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:02 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-10-08 14:16:24,595 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-10-08 14:16:24,596 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:41 | PASS | | vping_userdata | functest | smoke | 00:34 | PASS | | tempest_smoke_serial | functest | smoke | 14:40 | FAIL | | rally_sanity | functest | smoke | 23:13 | FAIL | | refstack_defcore | functest | smoke | 03:50 | FAIL | | patrole | functest | smoke | 02:56 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 39:47 | FAIL | | neutron_trunk | functest | smoke | 02:02 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-08 14:16:24,607 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-08 14:16:28,313 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-295 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2018-10-08 14:16:28,318 - 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=v3JVsgjXu7shfMNHHQyxPUHfG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.9 export OS_REGION_NAME=regionOne 2018-10-08 14:16:28,318 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-08 14:16:28,319 - 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 | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-10-08 14:16:28,340 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-10-08 14:16:28,374 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-10-08 14:21:14,495 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-10-08 14:21:14,607 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 14:21:14,607 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:46 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-10-08 14:21:14,640 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-10-08 14:21:16,464 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-10-08 14:21:18,073 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-10-08 14:21:19,767 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-10-08 14:21:20,604 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-10-08 14:21:20,604 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-10-08 14:21:20,649 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-10-08 14:21:20,815 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-10-08 14:21:49,482 - 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.' 2018-10-08 14:21:49,482 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-10-08 14:21:49,482 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-10-08 14:21:49,570 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-10-08 14:22:18,693 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-10-08 14:22:18,694 - 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'}]} 2018-10-08 14:22:18,695 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-10-08 14:22:18,695 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-10-08 14:22:18,695 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-10-08 14:22:18,778 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-10-08 14:22:18,788 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-08 14:22:19,475 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-08 14:22:22,768 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-10-08 14:22:23,274 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f263369f-efcb-4429-9ca2-debf77a80713' created successfully 2018-10-08 14:22:23,274 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-08 14:22:23,933 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3352ea42-4df8-4025-b51a-b776433cb3ad' created successfully 2018-10-08 14:22:23,933 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-08 14:22:24,211 - sdnvpn.lib.openstack_utils - DEBUG - Router '8ab7a113-ccf2-463e-82ae-47fdde88e6eb' created successfully 2018-10-08 14:22:24,212 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-08 14:22:26,068 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-08 14:22:26,068 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-08 14:22:27,779 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-08 14:22:28,450 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-10-08 14:22:28,857 - sdnvpn.lib.openstack_utils - DEBUG - Network '704e84bf-470e-4c91-8cc7-586f912e94b3' created successfully 2018-10-08 14:22:28,857 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-08 14:22:29,454 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'be000f97-2877-48ac-bb99-21aa51967ed0' created successfully 2018-10-08 14:22:29,454 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-08 14:22:29,454 - sdnvpn.lib.openstack_utils - DEBUG - Router '8ab7a113-ccf2-463e-82ae-47fdde88e6eb' created successfully 2018-10-08 14:22:29,454 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-08 14:22:30,937 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-08 14:22:30,937 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-08 14:22:31,899 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-08 14:22:32,153 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-10-08 14:22:32,517 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=8192459e-a063-47dd-8c68-16a25fbaa028 created successfully. 2018-10-08 14:22:32,517 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-10-08 14:22:32,517 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-10-08 14:22:32,733 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-10-08 14:22:32,733 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-08 14:22:32,943 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-08 14:22:33,618 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-08 14:23:52,443 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-08 14:24:28,341 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.202 -c 10' 2018-10-08 14:24:49,674 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-10-08 14:24:49,674 - 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'}]} 2018-10-08 14:24:49,674 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-10-08 14:24:49,674 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-10-08 14:24:49,675 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-10-08 14:24:49,752 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-10-08 14:25:05,006 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-10-08 14:25:05,006 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-10-08 14:25:05,064 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-10-08 14:25:05,123 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-10-08 14:25:05,175 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-10-08 14:25:05,623 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-10-08 14:25:05,668 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.27 2018-10-08 14:25:15,588 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-10-08 14:25:15,639 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-10-08 14:25:15,640 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-10-08 14:25:22,028 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-08 14:25:22,619 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-08 14:25:22,682 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=54ca01b9-6284-4d16-8d5e-254df0f15cc5 created successfully. 2018-10-08 14:25:23,368 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-08 14:25:23,918 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-08 14:25:24,807 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-10-08 14:25:25,221 - sdnvpn.lib.openstack_utils - DEBUG - Network '09346696-e857-46c0-a1d1-95d04ae196d5' created successfully 2018-10-08 14:25:25,221 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-08 14:25:25,760 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'a8d6bce5-dcbf-485d-9c5c-ed76c33e2d93' created successfully 2018-10-08 14:25:25,761 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-08 14:25:25,889 - sdnvpn.lib.openstack_utils - DEBUG - Router '96c49b1e-cad7-4272-a308-1697f7025209' created successfully 2018-10-08 14:25:25,890 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-08 14:25:27,472 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-08 14:25:27,473 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-08 14:25:29,106 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-08 14:25:29,641 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-10-08 14:25:29,898 - sdnvpn.lib.openstack_utils - DEBUG - Network '8bda7865-47a8-4696-879c-5513d2801ad1' created successfully 2018-10-08 14:25:29,898 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-08 14:25:30,725 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '759f50d6-4740-48f7-912e-c454d4626066' created successfully 2018-10-08 14:25:30,725 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-08 14:25:31,081 - sdnvpn.lib.openstack_utils - DEBUG - Router '354b1d9f-8025-4c06-8161-60d4263b6f3e' created successfully 2018-10-08 14:25:31,081 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-08 14:25:32,708 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-08 14:25:32,708 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-08 14:25:34,737 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-08 14:25:35,310 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-08 14:31:11,765 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-10-08 14:31:11,765 - 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'}]} 2018-10-08 14:31:11,765 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-10-08 14:31:11,765 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-10-08 14:31:11,765 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-10-08 14:31:11,849 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-10-08 14:31:11,858 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-08 14:31:11,859 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-10-08 14:31:12,808 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-08 14:31:18,950 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-08 14:32:02,727 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-893887', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'95764ceb46f64e659dbd6686ddec329b', u'route_targets': [u'55:55'], u'project_id': u'95764ceb46f64e659dbd6686ddec329b', u'type': u'l3', u'id': u'1475580f-2dfc-4d40-9844-bd36e890ce44'}} 2018-10-08 14:32:25,118 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-08 14:32:57,589 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-286490', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'95764ceb46f64e659dbd6686ddec329b', u'route_targets': [u'88:88'], u'project_id': u'95764ceb46f64e659dbd6686ddec329b', u'type': u'l3', u'id': u'784555b3-b448-4dfc-af09-25909711d7ff'}} 2018-10-08 14:33:01,231 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-08 14:33:42,857 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-10-08 14:33:42,857 - 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'}]} 2018-10-08 14:33:42,857 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-10-08 14:33:42,857 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-10-08 14:33:42,857 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-10-08 14:33:42,939 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-10-08 14:33:42,948 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-08 14:33:43,574 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-08 14:33:48,667 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-08 14:34:52,978 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-101256', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'95764ceb46f64e659dbd6686ddec329b', u'route_targets': [], u'project_id': u'95764ceb46f64e659dbd6686ddec329b', u'type': u'l3', u'id': u'bbb0fb23-dc36-4563-b677-0f7b705a5a98'}} 2018-10-08 14:37:22,287 - sdnvpn.test.functest.testcase_1 - ERROR - One or more instances are down 2018-10-08 14:45:34,186 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-08 14:46:38,057 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-101256', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'95764ceb46f64e659dbd6686ddec329b', u'route_targets': [], u'project_id': u'95764ceb46f64e659dbd6686ddec329b', u'type': u'l3', u'id': u'416efc12-722f-413b-b465-fcd28ef2e7d7'}} 2018-10-08 14:46:42,047 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-08 14:47:28,016 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-10-08 14:47:28,016 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'FAIL', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'FAIL'}, {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'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-10-08 14:47:28,017 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-10-08 14:47:28,017 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-10-08 14:47:28,017 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-10-08 14:47:28,104 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-10-08 14:47:28,114 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-08 14:47:43,893 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-08 14:47:47,411 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-08 14:49:51,696 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-10-08 14:51:22,616 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-10-08 14:52:53,384 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-10-08 14:53:30,281 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-10-08 14:53:30,282 - 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 342, actual flow count 366': 'PASS'}, {'OVS groups are programmed after resync expected group count 23, actual group count 23': 'PASS'}, {'OVS flows are programmed after resync expected flow count 342, actual flow count 365': 'PASS'}, {'OVS groups are programmed after resync expected group count 23, actual group count 23': 'PASS'}]} 2018-10-08 14:53:30,282 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-10-08 14:53:30,282 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-10-08 14:53:30,282 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-10-08 14:53:30,381 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-10-08 14:53:30,392 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-08 14:53:45,798 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-08 14:53:49,589 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-08 14:55:51,472 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-08 14:56:29,846 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-08 14:57:00,121 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-10-08 14:57:00,121 - 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'}]} 2018-10-08 14:57:00,122 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-10-08 14:57:00,122 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-10-08 14:57:00,123 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-10-08 14:57:00,206 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-10-08 14:57:00,220 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-08 14:57:00,804 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-08 14:57:03,509 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-10-08 14:57:04,145 - sdnvpn.lib.openstack_utils - DEBUG - Network '345c9e0c-7f90-418a-a3b5-2a1a1e918d4f' created successfully 2018-10-08 14:57:04,145 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-08 14:57:04,846 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '55c45aaf-9718-47c7-8803-6aa55ed679de' created successfully 2018-10-08 14:57:04,847 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-08 14:57:05,201 - sdnvpn.lib.openstack_utils - DEBUG - Router 'bf68ecea-83f9-42b4-8521-97fc42139fb7' created successfully 2018-10-08 14:57:05,201 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-08 14:57:06,676 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-08 14:57:06,676 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-08 14:57:08,386 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-08 14:57:09,406 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-08 14:58:14,680 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-692639', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'95764ceb46f64e659dbd6686ddec329b', u'route_targets': [], u'project_id': u'95764ceb46f64e659dbd6686ddec329b', u'type': u'l3', u'id': u'7ae52dc1-38af-4723-a9a8-386eaea6184c'}} 2018-10-08 14:59:52,134 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-08 15:00:55,439 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-692639', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'95764ceb46f64e659dbd6686ddec329b', u'route_targets': [], u'project_id': u'95764ceb46f64e659dbd6686ddec329b', u'type': u'l3', u'id': u'6d42a59e-0489-4cb4-9f12-5b77f72889cb'}} 2018-10-08 15:00:59,404 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-08 15:01:29,428 - 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. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-10-08 15:01:41,866 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-10-08 15:01:41,867 - 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'}]} 2018-10-08 15:01:41,867 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-10-08 15:01:41,867 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-10-08 15:01:41,867 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-10-08 15:01:42,131 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-10-08 15:01:43,081 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'id': u'97974ff4cd434b70b124979b5d0b60cc', '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'})}) 2018-10-08 15:01:43,618 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b6347badc35d4621aa4a88c85c909ef6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_c19be7f2-5363-4925-9601-0c0ccc2765e4'}) 2018-10-08 15:01:43,785 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 15:01:43,977 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/204017dd678d4753af1a80510712147f'}, 'domain_id': None, 'human_id': None, 'id': u'204017dd678d4753af1a80510712147f', 'HUMAN_ID': False}) 2018-10-08 15:01:44,496 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_c19be7f2-5363-4925-9601-0c0ccc2765e4', 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': '15259793-f367-48a4-96bc-ae897d96b593', 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_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'project_id': u'97974ff4cd434b70b124979b5d0b60cc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 15:01:44,503 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'password': '15259793-f367-48a4-96bc-ae897d96b593', 'project_name': 'bgpvpn-tempest-tes-project_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '97974ff4cd434b70b124979b5d0b60cc', 'project_domain_name': 'Default'} 2018-10-08 15:01:45,640 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-08 15:01:54,244 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-08 15:01:53.924 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2411278b-214e-468b-8c85-187644b5c1e5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2411278b-214e-468b-8c85-187644b5c1e5 | 2018-10-08T15:01:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2411278b-214e-468b-8c85-187644b5c1e5 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-08 15:01:57,518 - 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 | +-------------+----------------+-----------+ 2018-10-08 15:01:57,519 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-08 15:02:03,651 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-08 15:02:01.587 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-08 15:02:01.750 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-08 15:02:03.474 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e247a8d8-e666-45b2-be2a-3ac2cbb88969) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e247a8d8-e666-45b2-be2a-3ac2cbb88969) as the default verifier for the future CLI operations. 2018-10-08 15:02:08,588 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/831b7aa8-4925-465f-ae7e-ee80715e7267/snap', u'metadata': Munch({})})], 'file': u'/v2/images/831b7aa8-4925-465f-ae7e-ee80715e7267/file', 'owner': u'97974ff4cd434b70b124979b5d0b60cc', 'id': u'831b7aa8-4925-465f-ae7e-ee80715e7267', 'size': 12716032, u'self': u'/v2/images/831b7aa8-4925-465f-ae7e-ee80715e7267', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97974ff4cd434b70b124979b5d0b60cc', 'name': 'bgpvpn-tempest-tes-project_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/831b7aa8-4925-465f-ae7e-ee80715e7267/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T15:02:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T15:02:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/831b7aa8-4925-465f-ae7e-ee80715e7267', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_c19be7f2-5363-4925-9601-0c0ccc2765e4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'created': u'2018-10-08T15:02:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T15:02:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/831b7aa8-4925-465f-ae7e-ee80715e7267', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_c19be7f2-5363-4925-9601-0c0ccc2765e4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 15:02:08,788 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_c19be7f2-5363-4925-9601-0c0ccc2765e4', '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'95764ceb46f64e659dbd6686ddec329b', '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'5f8ffa40-92a7-43e9-8dbb-22a04df7d782', 'swap': 0}) 2018-10-08 15:02:10,844 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/f222f5ff-cac5-4c87-9288-b4332896e9e6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f222f5ff-cac5-4c87-9288-b4332896e9e6/file', 'owner': u'97974ff4cd434b70b124979b5d0b60cc', 'id': u'f222f5ff-cac5-4c87-9288-b4332896e9e6', 'size': 12716032, u'self': u'/v2/images/f222f5ff-cac5-4c87-9288-b4332896e9e6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97974ff4cd434b70b124979b5d0b60cc', 'name': 'bgpvpn-tempest-tes-project_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/f222f5ff-cac5-4c87-9288-b4332896e9e6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T15:02:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T15:02:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f222f5ff-cac5-4c87-9288-b4332896e9e6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_c19be7f2-5363-4925-9601-0c0ccc2765e4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_c19be7f2-5363-4925-9601-0c0ccc2765e4', 'created': u'2018-10-08T15:02:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T15:02:09Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f222f5ff-cac5-4c87-9288-b4332896e9e6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_c19be7f2-5363-4925-9601-0c0ccc2765e4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 15:02:10,900 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_c19be7f2-5363-4925-9601-0c0ccc2765e4', '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'95764ceb46f64e659dbd6686ddec329b', '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'89d24a20-2297-4454-b6f6-1290dd76edb9', 'swap': 0}) 2018-10-08 15:02:10,923 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_c19be7f2-5363-4925-9601-0c0ccc2765e4', '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'95764ceb46f64e659dbd6686ddec329b', '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'89d24a20-2297-4454-b6f6-1290dd76edb9', 'swap': 0}) 2018-10-08 15:02:14,013 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-08 15:02:12.974 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e247a8d8-e666-45b2-be2a-3ac2cbb88969) for deployment 'opnfv-rally' (UUID=2411278b-214e-468b-8c85-187644b5c1e5). 2018-10-08 15:02:13.845 183 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-08 15:02:13.847 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e247a8d8-e666-45b2-be2a-3ac2cbb88969) has been successfully configured for deployment 'opnfv-rally' (UUID=2411278b-214e-468b-8c85-187644b5c1e5)! 2018-10-08 15:02:14,013 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-08 15:02:14,014 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-08 15:02:14,016 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-08 15:02:14,031 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-08 15:02:16,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e247a8d8-e666-45b2-be2a-3ac2cbb88969/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-10-08 15:02:16,942 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-08 15:02:16,968 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-08 15:02:16,969 - 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']'. 2018-10-08 15:02:19,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:02:19.044 192 INFO rally.api [-] Starting verification (UUID=b090822b-77f1-4e27-b694-2ff67d43bee4) for deployment 'opnfv-rally' (UUID=2411278b-214e-468b-8c85-187644b5c1e5) by verifier 'opnfv-tempest' (UUID=e247a8d8-e666-45b2-be2a-3ac2cbb88969). 2018-10-08 15:02:19,045 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b090822b-77f1-4e27-b694-2ff67d43bee4 2018-10-08 15:06:34,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b090822b-77f1-4e27-b694-2ff67d43bee4 2018-10-08 15:06:34,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b090822b-77f1-4e27-b694-2ff67d43bee4']'. 2018-10-08 15:06:35,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-08 15:06:35,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-08 15:06:35,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 15:06:35,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b090822b-77f1-4e27-b694-2ff67d43bee4 | 2018-10-08 15:06:35,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-08 15:06:35,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-08 15:02:19 | 2018-10-08 15:06:35,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-08 15:06:33 | 2018-10-08 15:06:35,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:14 | 2018-10-08 15:06:35,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-08 15:06:35,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-08 15:06:35,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-08 15:06:35,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e247a8d8-e666-45b2-be2a-3ac2cbb88969) | 2018-10-08 15:06:35,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-08 15:06:35,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2411278b-214e-468b-8c85-187644b5c1e5) | 2018-10-08 15:06:35,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-10-08 15:06:35,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 246.37 | 2018-10-08 15:06:35,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-10-08 15:06:35,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-08 15:06:35,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-08 15:06:35,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-08 15:06:35,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-08 15:06:35,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 15:06:35,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-08 15:06:35,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-08 15:06:35,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-10-08 15:06:38,491 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-10-08 15:06:38,491 - 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'} 2018-10-08 15:06:38,492 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-10-08 15:06:38,492 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-10-08 15:06:38,492 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-10-08 15:06:38,575 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-10-08 15:06:38,585 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-08 15:06:39,524 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-08 15:06:43,102 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-08 15:10:11,481 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '21cdbc37-05bb-4f29-a469-6c28d6e66a60')]: Unable to complete operation on subnet 21cdbc37-05bb-4f29-a469-6c28d6e66a60: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-c7c3c4a2-10ba-4413-a531-fa8b3a5c289b'] 2018-10-08 15:10:11,498 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-10-08 15:10:11,499 - 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': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-1': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-10-08 15:10:11,499 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-10-08 15:10:11,499 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-10-08 15:10:11,499 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-10-08 15:10:11,585 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-10-08 15:10:11,585 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-10-08 15:10:11,595 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-08 15:10:12,144 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-08 15:10:24,665 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-08 15:10:24,723 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=0a07366e-c3e9-4397-b305-5d105019f681 created successfully. 2018-10-08 15:10:25,762 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-10-08 15:10:26,161 - sdnvpn.lib.openstack_utils - DEBUG - Network '80034b4a-a2dc-45eb-bcee-61cea7a8c7eb' created successfully 2018-10-08 15:10:26,162 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-08 15:10:26,970 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '26c432aa-f7c5-4d80-afb1-d8b57f68e66d' created successfully 2018-10-08 15:10:26,970 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-08 15:10:27,991 - sdnvpn.lib.openstack_utils - DEBUG - Router '75835470-7e52-457b-a71a-6863adc5317e' created successfully 2018-10-08 15:10:27,991 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-08 15:10:29,675 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-08 15:10:29,675 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-08 15:10:31,925 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-08 15:10:32,216 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-08 15:13:15,759 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-08 15:14:31,997 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-366862', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'95764ceb46f64e659dbd6686ddec329b', u'route_targets': [], u'project_id': u'95764ceb46f64e659dbd6686ddec329b', u'type': u'l3', u'id': u'd3f2a88d-09a4-4655-afd5-59aa0e28fe90'}} 2018-10-08 15:14:33,056 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-08 15:15:05,235 - 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' | +========================================================================================+ 2018-10-08 15:15:17,367 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-10-08 15:15:17,367 - 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'}]} 2018-10-08 15:15:17,367 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-10-08 15:15:17,644 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-10-08 15:15:32,144 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-10-08 15:15:38,558 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-08 15:15:38,571 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-10-08 15:15:42,660 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-08 15:15:42,676 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-10-08 15:15:51,205 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-08 15:15:51,219 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-10-08 15:15:51,892 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-08 15:15:51,907 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-10-08 15:15:52,201 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-08 15:15:52,218 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-10-08 15:15:52,250 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-10-08 15:15:54,307 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-08 15:15:54,307 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 54:38 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-10-08 15:15:54,315 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-10-08 15:15:54,315 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:46 | PASS | | bgpvpn | sdnvpn | features | 54:38 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-08 15:15:54,322 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-08 15:16:00,488 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-295 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2018-10-08 15:16:00,494 - 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=v3JVsgjXu7shfMNHHQyxPUHfG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.9 export OS_REGION_NAME=regionOne 2018-10-08 15:16:00,494 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-08 15:16:00,494 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-08 15:16:00,495 - 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 | +----------------------+------------------+--------------+------------------+----------------+ 2018-10-08 15:16:00,498 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-08 15:16:03,119 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-295 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2018-10-08 15:16:03,122 - 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=v3JVsgjXu7shfMNHHQyxPUHfG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.9 export OS_REGION_NAME=regionOne 2018-10-08 15:16:03,122 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-08 15:16:03,123 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-08 15:16:03,123 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-08 15:16:03,124 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-08 15:16:05,730 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-295 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2018-10-08 15:16:05,736 - 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=v3JVsgjXu7shfMNHHQyxPUHfG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.9 export OS_REGION_NAME=regionOne 2018-10-08 15:16:05,737 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-08 15:16:05,748 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-08 15:16:07,692 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'id': u'5d9d6cb86d4b4eaea2e6dc25a59b92c7', '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'})}) 2018-10-08 15:16:08,134 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1f89c8dc8c7348bc9468706e680c0881', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_491a9c1a-cf04-48d3-ab01-38bb9305ea57'}) 2018-10-08 15:16:08,305 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-08 15:16:08,481 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/28f931b8cdc84b579982e240d0a64d5a'}, 'domain_id': None, 'human_id': None, 'id': u'28f931b8cdc84b579982e240d0a64d5a', 'HUMAN_ID': False}) 2018-10-08 15:16:08,956 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 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': 'f464ce12-bcd3-4b1b-9514-97deb2fb8004', 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_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'project_id': u'5d9d6cb86d4b4eaea2e6dc25a59b92c7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-08 15:16:08,961 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'password': 'f464ce12-bcd3-4b1b-9514-97deb2fb8004', 'project_name': 'tempest_full_paral-project_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '5d9d6cb86d4b4eaea2e6dc25a59b92c7', 'project_domain_name': 'Default'} 2018-10-08 15:16:10,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-08 15:16:15,277 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-08 15:16:14.954 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c032a484-6b9e-48b9-9a5b-c0f866f419ab) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c032a484-6b9e-48b9-9a5b-c0f866f419ab | 2018-10-08T15:16:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c032a484-6b9e-48b9-9a5b-c0f866f419ab ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-10-08 15:16:18,611 - 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 | +-------------+----------------+-----------+ 2018-10-08 15:16:18,611 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-08 15:16:24,271 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-08 15:16:22.684 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-08 15:16:22.845 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-08 15:16:24.097 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dbe8c921-0274-4a0f-ba7f-a22056f5f0d7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=dbe8c921-0274-4a0f-ba7f-a22056f5f0d7) as the default verifier for the future CLI operations. 2018-10-08 15:16:26,938 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-08 15:16:29,327 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/8b65ca80-e902-4ebb-a523-406f0f8bd43f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8b65ca80-e902-4ebb-a523-406f0f8bd43f/file', 'owner': u'5d9d6cb86d4b4eaea2e6dc25a59b92c7', 'id': u'8b65ca80-e902-4ebb-a523-406f0f8bd43f', 'size': 12716032, u'self': u'/v2/images/8b65ca80-e902-4ebb-a523-406f0f8bd43f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d9d6cb86d4b4eaea2e6dc25a59b92c7', 'name': 'tempest_full_paral-project_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/8b65ca80-e902-4ebb-a523-406f0f8bd43f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T15:16:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T15:16:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8b65ca80-e902-4ebb-a523-406f0f8bd43f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_491a9c1a-cf04-48d3-ab01-38bb9305ea57', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'created': u'2018-10-08T15:16:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T15:16:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8b65ca80-e902-4ebb-a523-406f0f8bd43f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_491a9c1a-cf04-48d3-ab01-38bb9305ea57', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 15:16:29,523 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_491a9c1a-cf04-48d3-ab01-38bb9305ea57', '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'95764ceb46f64e659dbd6686ddec329b', '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'f4d84767-1952-4e25-bd3f-c9f6fa6fbe92', 'swap': 0}) 2018-10-08 15:16:31,961 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/2b36fb60-06b5-4c12-9d5e-bc13e49a39f8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2b36fb60-06b5-4c12-9d5e-bc13e49a39f8/file', 'owner': u'5d9d6cb86d4b4eaea2e6dc25a59b92c7', 'id': u'2b36fb60-06b5-4c12-9d5e-bc13e49a39f8', 'size': 12716032, u'self': u'/v2/images/2b36fb60-06b5-4c12-9d5e-bc13e49a39f8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d9d6cb86d4b4eaea2e6dc25a59b92c7', 'name': 'tempest_full_paral-project_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b52185c3-adaf-4671-a9e8-e30ace8ff19c/images/2b36fb60-06b5-4c12-9d5e-bc13e49a39f8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-08T15:16:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-08T15:16:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2b36fb60-06b5-4c12-9d5e-bc13e49a39f8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_491a9c1a-cf04-48d3-ab01-38bb9305ea57', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_491a9c1a-cf04-48d3-ab01-38bb9305ea57', 'created': u'2018-10-08T15:16:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-08T15:16:30Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2b36fb60-06b5-4c12-9d5e-bc13e49a39f8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_491a9c1a-cf04-48d3-ab01-38bb9305ea57', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-08 15:16:32,045 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_491a9c1a-cf04-48d3-ab01-38bb9305ea57', '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'95764ceb46f64e659dbd6686ddec329b', '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'1ac4fe24-34be-4e1d-9c06-5b19edc1730c', 'swap': 0}) 2018-10-08 15:16:32,067 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_491a9c1a-cf04-48d3-ab01-38bb9305ea57', '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'95764ceb46f64e659dbd6686ddec329b', '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'1ac4fe24-34be-4e1d-9c06-5b19edc1730c', 'swap': 0}) 2018-10-08 15:16:35,162 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-08 15:16:34.068 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dbe8c921-0274-4a0f-ba7f-a22056f5f0d7) for deployment 'opnfv-rally' (UUID=c032a484-6b9e-48b9-9a5b-c0f866f419ab). 2018-10-08 15:16:34.957 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-08 15:16:34.960 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dbe8c921-0274-4a0f-ba7f-a22056f5f0d7) has been successfully configured for deployment 'opnfv-rally' (UUID=c032a484-6b9e-48b9-9a5b-c0f866f419ab)! 2018-10-08 15:16:35,162 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-08 15:16:35,162 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-08 15:16:35,166 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-08 15:16:35,180 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-08 15:16:37,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-dbe8c921-0274-4a0f-ba7f-a22056f5f0d7/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-08 15:16:37,750 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-08 15:16:37,778 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-08 15:16:37,782 - 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']'. 2018-10-08 15:16:39,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:39.790 49 INFO rally.api [-] Starting verification (UUID=2bf24237-1240-47ae-b7c6-5bb8b1404f6c) for deployment 'opnfv-rally' (UUID=c032a484-6b9e-48b9-9a5b-c0f866f419ab) by verifier 'opnfv-tempest' (UUID=dbe8c921-0274-4a0f-ba7f-a22056f5f0d7). 2018-10-08 15:16:39,791 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2bf24237-1240-47ae-b7c6-5bb8b1404f6c 2018-10-08 15:16:44,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:44.461 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]. 2018-10-08 15:16:44,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:44.470 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-08 15:16:44,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:44.476 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-08 15:16:44,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:44.531 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]. 2018-10-08 15:16:44,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:44.568 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]. 2018-10-08 15:16:47,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:47.741 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.151s] 2018-10-08 15:16:47,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:47.757 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.016s] 2018-10-08 15:16:47,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:47.841 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.265s] 2018-10-08 15:16:47,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:47.923 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.079s] 2018-10-08 15:16:47,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:47.924 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.164s] 2018-10-08 15:16:47,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:47.938 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.208s] 2018-10-08 15:16:47,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:47.952 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.160s] 2018-10-08 15:16:47,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:47.972 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.033s] 2018-10-08 15:16:48,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.043 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.195s] 2018-10-08 15:16:48,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.048 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.125s] 2018-10-08 15:16:48,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.055 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.012s] 2018-10-08 15:16:48,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.074 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.309s] 2018-10-08 15:16:48,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.075 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.305s] 2018-10-08 15:16:48,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.081 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.108s] 2018-10-08 15:16:48,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.171 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.090s] 2018-10-08 15:16:48,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.182 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.108s] 2018-10-08 15:16:48,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.185 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.300s] 2018-10-08 15:16:48,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.199 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.027s] 2018-10-08 15:16:48,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.248 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.062s] 2018-10-08 15:16:48,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.254 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.199s] 2018-10-08 15:16:48,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.313 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.058s] 2018-10-08 15:16:48,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.340 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.027s] 2018-10-08 15:16:48,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.361 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.021s] 2018-10-08 15:16:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.366 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.166s] 2018-10-08 15:16:48,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.372 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.011s] 2018-10-08 15:16:48,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.378 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.307s] 2018-10-08 15:16:48,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.430 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.062s] 2018-10-08 15:16:48,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.431 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.381s] 2018-10-08 15:16:48,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.702 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.320s] 2018-10-08 15:16:48,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.705 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.817s] 2018-10-08 15:16:48,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.786 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.536s] 2018-10-08 15:16:48,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.818 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.388s] 2018-10-08 15:16:48,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:48.916 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.711s] 2018-10-08 15:16:49,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:49.031 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.322s] 2018-10-08 15:16:49,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:49.053 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.351s] 2018-10-08 15:16:49,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:49.219 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.514s] 2018-10-08 15:16:49,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:49.423 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.370s] 2018-10-08 15:16:49,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:49.482 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.452s] 2018-10-08 15:16:49,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:49.501 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.585s] 2018-10-08 15:16:50,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:50.007 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.582s] 2018-10-08 15:16:50,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:50.878 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.407s] 2018-10-08 15:16:51,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:51.146 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [3.297s] 2018-10-08 15:16:51,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:51.171 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [1.668s] 2018-10-08 15:16:51,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:51.428 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [1.421s] 2018-10-08 15:16:51,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:51.530 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.360s] 2018-10-08 15:16:51,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:51.542 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.012s] 2018-10-08 15:16:51,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:51.555 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2018-10-08 15:16:52,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:52.717 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [1.161s] 2018-10-08 15:16:53,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:53.231 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.513s] 2018-10-08 15:16:53,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:53.275 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.044s] 2018-10-08 15:16:53,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:53.798 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.366s] 2018-10-08 15:16:53,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:53.818 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.542s] 2018-10-08 15:16:53,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:53.971 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.153s] 2018-10-08 15:16:54,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:54.147 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.347s] 2018-10-08 15:16:54,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:54.148 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.172s] 2018-10-08 15:16:54,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:54.786 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.641s] 2018-10-08 15:16:54,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:54.908 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.763s] 2018-10-08 15:16:55,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:55.138 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [4.258s] 2018-10-08 15:16:55,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:55.507 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.598s] 2018-10-08 15:16:56,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:56.331 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-08 15:16:57,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.146 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.215s] 2018-10-08 15:16:57,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.175 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.029s] 2018-10-08 15:16:57,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.423 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.596s] 2018-10-08 15:16:57,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.803 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.190s] 2018-10-08 15:16:57,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.824 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.018s] 2018-10-08 15:16:57,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.826 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.402s] 2018-10-08 15:16:57,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.860 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.036s] 2018-10-08 15:16:57,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.875 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.015s] 2018-10-08 15:16:57,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.908 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.033s] 2018-10-08 15:16:57,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.919 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.010s] 2018-10-08 15:16:57,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.975 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.054s] 2018-10-08 15:16:57,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:57.989 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.013s] 2018-10-08 15:16:58,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.017 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.028s] 2018-10-08 15:16:58,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.028 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.010s] 2018-10-08 15:16:58,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.039 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.010s] 2018-10-08 15:16:58,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.050 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.011s] 2018-10-08 15:16:58,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.061 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-10-08 15:16:58,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.088 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.027s] 2018-10-08 15:16:58,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.195 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.369s] 2018-10-08 15:16:58,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.586 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.390s] 2018-10-08 15:16:58,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.658 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.519s] 2018-10-08 15:16:58,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.663 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. 2018-10-08 15:16:58,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.666 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. 2018-10-08 15:16:58,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.671 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.012s] 2018-10-08 15:16:58,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:58.993 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.406s] 2018-10-08 15:16:59,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:59.219 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.226s] 2018-10-08 15:16:59,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:59.705 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.235s] 2018-10-08 15:16:59,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:59.808 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.102s] 2018-10-08 15:16:59,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:59.867 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.060s] 2018-10-08 15:16:59,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:16:59.913 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.045s] 2018-10-08 15:17:00,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:00.791 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]. 2018-10-08 15:17:00,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:00.792 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]. 2018-10-08 15:17:01,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:01.239 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.319s] 2018-10-08 15:17:01,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:01.289 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.050s] 2018-10-08 15:17:01,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:01.341 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.052s] 2018-10-08 15:17:02,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:02.159 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.163s] 2018-10-08 15:17:03,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:03.254 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [15.317s] 2018-10-08 15:17:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:06.196 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [18.334s] 2018-10-08 15:17:06,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:06.845 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.523s] 2018-10-08 15:17:07,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:07.470 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.625s] 2018-10-08 15:17:08,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:08.173 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.213s] 2018-10-08 15:17:08,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:08.370 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.899s] 2018-10-08 15:17:11,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:11.399 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [13.810s] 2018-10-08 15:17:12,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:12.013 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [4.124s] 2018-10-08 15:17:12,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:12.205 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.192s] 2018-10-08 15:17:12,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:12.395 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [14.530s] 2018-10-08 15:17:12,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:12.805 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.270s] 2018-10-08 15:17:13,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:13.410 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [2.013s] 2018-10-08 15:17:13,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:13.651 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.511s] 2018-10-08 15:17:14,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:14.290 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.638s] 2018-10-08 15:17:14,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:14.600 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.794s] 2018-10-08 15:17:15,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:15.149 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.545s] 2018-10-08 15:17:15,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:15.149 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.855s] 2018-10-08 15:17:15,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:15.670 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [2.260s] 2018-10-08 15:17:17,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:17.405 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.472s] 2018-10-08 15:17:17,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:17.414 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] 2018-10-08 15:17:17,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:17.671 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [2.000s] 2018-10-08 15:17:17,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:17.864 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [16.522s] 2018-10-08 15:17:17,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:17.940 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [5.732s] 2018-10-08 15:17:17,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:17.971 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [2.825s] 2018-10-08 15:17:18,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.043 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.179s] 2018-10-08 15:17:18,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.078 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.406s] 2018-10-08 15:17:18,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.113 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [15.948s] 2018-10-08 15:17:18,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.118 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.010s] 2018-10-08 15:17:18,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.130 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.012s] 2018-10-08 15:17:18,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.147 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.016s] 2018-10-08 15:17:18,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.578 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.162s] 2018-10-08 15:17:18,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.581 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 2018-10-08 15:17:18,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.585 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. 2018-10-08 15:17:18,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.586 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. 2018-10-08 15:17:18,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:18.747 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.165s] 2018-10-08 15:17:19,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:19.041 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.962s] 2018-10-08 15:17:19,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:19.060 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.311s] 2018-10-08 15:17:19,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:19.062 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 2018-10-08 15:17:19,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:19.064 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 2018-10-08 15:17:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:19.065 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 2018-10-08 15:17:20,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:20.846 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.804s] 2018-10-08 15:17:22,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:22.678 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.831s] 2018-10-08 15:17:23,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:23.854 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [1.177s] 2018-10-08 15:17:28,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:28.686 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [24.372s] 2018-10-08 15:17:28,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:28.710 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.030s] 2018-10-08 15:17:28,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:28.723 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.013s] 2018-10-08 15:17:28,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:28.737 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.013s] 2018-10-08 15:17:28,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:28.747 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-10-08 15:17:28,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:28.926 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.178s] 2018-10-08 15:17:29,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:29.124 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.197s] 2018-10-08 15:17:29,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:29.469 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.343s] 2018-10-08 15:17:29,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:29.807 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.337s] 2018-10-08 15:17:30,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:30.159 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.353s] 2018-10-08 15:17:31,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:31.078 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [13.138s] 2018-10-08 15:17:32,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:32.170 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [14.021s] 2018-10-08 15:17:32,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:32.958 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.787s] 2018-10-08 15:17:33,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:33.670 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.103s] 2018-10-08 15:17:33,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:33.680 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.011s] 2018-10-08 15:17:33,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:33.696 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.015s] 2018-10-08 15:17:33,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:33.914 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.217s] 2018-10-08 15:17:33,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:33.927 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.013s] 2018-10-08 15:17:33,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:33.944 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [27.744s] 2018-10-08 15:17:33,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:33.971 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.043s] 2018-10-08 15:17:33,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:33.988 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.016s] 2018-10-08 15:17:34,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:34.032 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.043s] 2018-10-08 15:17:34,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:34.049 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.017s] 2018-10-08 15:17:34,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:34.097 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.048s] 2018-10-08 15:17:34,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:34.123 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.027s] 2018-10-08 15:17:36,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:36.384 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [21.126s] 2018-10-08 15:17:37,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:37.174 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]. 2018-10-08 15:17:40,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:40.564 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [10.618s] 2018-10-08 15:17:40,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:40.784 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.222s] 2018-10-08 15:17:41,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:41.522 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.141s] 2018-10-08 15:17:41,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:41.863 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.078s] 2018-10-08 15:17:41,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:41.961 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.174s] 2018-10-08 15:17:42,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:42.042 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.080s] 2018-10-08 15:17:42,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:42.126 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.083s] 2018-10-08 15:17:42,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:42.263 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.137s] 2018-10-08 15:17:42,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:42.511 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.647s] 2018-10-08 15:17:42,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:42.548 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.037s] 2018-10-08 15:17:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:42.735 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.755s] 2018-10-08 15:17:43,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:43.031 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.296s] 2018-10-08 15:17:44,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:44.095 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.545s] 2018-10-08 15:17:44,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:44.978 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.882s] 2018-10-08 15:17:45,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:45.024 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 [29.871s] 2018-10-08 15:17:46,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:46.888 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-08 15:17:46,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:46.898 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [20.650s] 2018-10-08 15:17:48,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:48.847 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.145s] 2018-10-08 15:17:48,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:48.889 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] 2018-10-08 15:17:49,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:49.092 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.203s] 2018-10-08 15:17:50,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:50.281 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.387s] 2018-10-08 15:17:51,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:51.266 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.255s] 2018-10-08 15:17:51,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:51.954 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.688s] 2018-10-08 15:17:53,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.068 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.161s] 2018-10-08 15:17:53,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.126 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-10-08 15:17:53,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.204 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.078s] 2018-10-08 15:17:53,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.262 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.057s] 2018-10-08 15:17:53,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.300 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.038s] 2018-10-08 15:17:53,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.367 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.066s] 2018-10-08 15:17:53,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.572 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.204s] 2018-10-08 15:17:53,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.625 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.052s] 2018-10-08 15:17:53,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.650 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.025s] 2018-10-08 15:17:53,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.693 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.738s] 2018-10-08 15:17:53,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.896 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.245s] 2018-10-08 15:17:53,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:53.960 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.063s] 2018-10-08 15:17:54,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:54.428 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-10-08 15:17:55,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:55.951 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.256s] 2018-10-08 15:17:56,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:17:56.648 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.698s] 2018-10-08 15:18:00,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:00.404 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [10.120s] 2018-10-08 15:18:11,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:11.091 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [8.258s] 2018-10-08 15:18:12,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:12.084 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.512s] 2018-10-08 15:18:12,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:12.296 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.213s] 2018-10-08 15:18:18,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:18.430 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [7.338s] 2018-10-08 15:18:23,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:23.731 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [39.693s] 2018-10-08 15:18:23,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:23.964 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [32.125s] 2018-10-08 15:18:25,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:25.920 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.964s] 2018-10-08 15:18:29,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:29.882 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.174s] 2018-10-08 15:18:32,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:32.724 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [87.433s] 2018-10-08 15:18:32,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:32.749 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.029s] 2018-10-08 15:18:33,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:33.781 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [48.749s] 2018-10-08 15:18:34,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:34.819 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.460s] 2018-10-08 15:18:36,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:36.050 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]. 2018-10-08 15:18:43,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:43.033 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.428s] 2018-10-08 15:18:43,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:43.126 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.092s] 2018-10-08 15:18:44,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:44.170 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.044s] 2018-10-08 15:18:44,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:44.456 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.285s] 2018-10-08 15:18:46,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:46.132 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.676s] 2018-10-08 15:18:51,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:51.496 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [27.762s] 2018-10-08 15:18:54,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:54.277 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.784s] 2018-10-08 15:18:54,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:54.444 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [6.681s] 2018-10-08 15:18:54,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:54.901 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 [0.458s] 2018-10-08 15:18:54,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:54.915 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.014s] 2018-10-08 15:18:56,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:56.247 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-10-08 15:18:56,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:56.356 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.108s] 2018-10-08 15:18:57,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:18:57.554 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 [2.638s] 2018-10-08 15:19:00,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:00.736 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 [3.182s] 2018-10-08 15:19:01,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:01.741 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [28.705s] 2018-10-08 15:19:02,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:02.429 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.692s] 2018-10-08 15:19:02,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:02.749 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.318s] 2018-10-08 15:19:02,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:02.948 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.199s] 2018-10-08 15:19:03,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:03.376 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.565s] 2018-10-08 15:19:05,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:05.758 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [56.559s] 2018-10-08 15:19:05,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:05.816 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [2.440s] 2018-10-08 15:19:08,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:08.254 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.516s] 2018-10-08 15:19:10,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:10.614 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [76.164s] 2018-10-08 15:19:13,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:13.766 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-10-08 15:19:13,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:13.872 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [73.453s] 2018-10-08 15:19:15,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:15.118 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.251s] 2018-10-08 15:19:15,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:15.503 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [21.219s] 2018-10-08 15:19:15,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:15.504 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. 2018-10-08 15:19:17,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:17.034 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.555s] 2018-10-08 15:19:19,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:19.966 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [14.203s] 2018-10-08 15:19:20,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:20.267 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 [17.499s] 2018-10-08 15:19:20,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:20.277 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.011s] 2018-10-08 15:19:20,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:20.598 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.320s] 2018-10-08 15:19:20,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:20.629 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.031s] 2018-10-08 15:19:23,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:23.534 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [6.498s] 2018-10-08 15:19:24,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:24.873 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.341s] 2018-10-08 15:19:32,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:32.186 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]. 2018-10-08 15:19:35,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:35.690 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:19:36,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:36.473 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.392s] 2018-10-08 15:19:39,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:39.219 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [114.212s] 2018-10-08 15:19:40,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:40.931 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.011s] 2018-10-08 15:19:40,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:40.941 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.010s] 2018-10-08 15:19:40,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:40.951 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.009s] 2018-10-08 15:19:44,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:44.423 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [33.804s] 2018-10-08 15:19:44,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:44.425 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. 2018-10-08 15:19:48,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:48.374 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-10-08 15:19:49,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:49.193 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [35.413s] 2018-10-08 15:19:50,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:50.541 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.008s] 2018-10-08 15:19:50,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:50.549 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.006s] 2018-10-08 15:19:50,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:50.555 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.006s] 2018-10-08 15:19:50,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:50.560 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.005s] 2018-10-08 15:19:51,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:51.149 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [76.332s] 2018-10-08 15:19:53,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:53.661 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [80.894s] 2018-10-08 15:19:53,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:53.929 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.552s] 2018-10-08 15:19:54,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:54.257 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-08 15:19:54,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:54.257 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]. 2018-10-08 15:19:55,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:55.038 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [15.815s] 2018-10-08 15:19:55,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:55.983 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.323s] 2018-10-08 15:19:56,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:56.519 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [20.042s] 2018-10-08 15:19:56,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:56.648 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.615s] 2018-10-08 15:19:57,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:19:57.791 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [8.600s] 2018-10-08 15:20:03,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:03.406 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [3.422s] 2018-10-08 15:20:08,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:08.757 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [5.350s] 2018-10-08 15:20:11,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:11.049 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.525s] 2018-10-08 15:20:18,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:18.688 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.803s] 2018-10-08 15:20:19,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:19.421 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.733s] 2018-10-08 15:20:20,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:20.265 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [11.507s] 2018-10-08 15:20:20,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:20.606 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.185s] 2018-10-08 15:20:20,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:20.973 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.367s] 2018-10-08 15:20:22,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:22.074 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [1.099s] 2018-10-08 15:20:22,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:22.501 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.427s] 2018-10-08 15:20:22,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:22.793 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [12.667s] 2018-10-08 15:20:23,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:23.703 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.371s] 2018-10-08 15:20:23,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:23.951 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.248s] 2018-10-08 15:20:24,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:24.214 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.263s] 2018-10-08 15:20:24,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:24.615 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.400s] 2018-10-08 15:20:25,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:25.110 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.494s] 2018-10-08 15:20:25,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:25.184 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.074s] 2018-10-08 15:20:25,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:25.333 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.147s] 2018-10-08 15:20:25,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:25.411 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.078s] 2018-10-08 15:20:25,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:25.478 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-10-08 15:20:25,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:25.558 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.078s] 2018-10-08 15:20:25,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:25.625 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-10-08 15:20:27,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:27.129 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [6.863s] 2018-10-08 15:20:29,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:29.925 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [74.403s] 2018-10-08 15:20:33,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:33.513 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.404s] 2018-10-08 15:20:34,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:34.203 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [7.074s] 2018-10-08 15:20:36,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:36.768 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.181s] 2018-10-08 15:20:38,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:38.259 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [133.809s] 2018-10-08 15:20:38,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:38.329 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.079s] 2018-10-08 15:20:38,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:38.409 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:20:38,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:38.707 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.377s] 2018-10-08 15:20:38,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:38.776 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.572s] 2018-10-08 15:20:39,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:39.996 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-08 15:20:42,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:42.765 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.707s] 2018-10-08 15:20:42,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:42.852 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.543s] 2018-10-08 15:20:42,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:42.988 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.445s] 2018-10-08 15:20:43,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:43.189 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.336s] 2018-10-08 15:20:43,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:43.600 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.411s] 2018-10-08 15:20:45,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:45.856 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [7.079s] 2018-10-08 15:20:46,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:46.689 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [16.765s] 2018-10-08 15:20:48,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:48.448 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [12.229s] 2018-10-08 15:20:48,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:48.450 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. 2018-10-08 15:20:48,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:48.452 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. 2018-10-08 15:20:48,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:48.453 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. 2018-10-08 15:20:52,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:52.239 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [6.383s] 2018-10-08 15:20:54,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:54.964 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.083s] 2018-10-08 15:20:55,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:55.379 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.414s] 2018-10-08 15:20:55,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:55.442 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.064s] 2018-10-08 15:20:55,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:55.506 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.063s] 2018-10-08 15:20:55,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:55.591 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.085s] 2018-10-08 15:20:59,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:20:59.859 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [4.267s] 2018-10-08 15:21:00,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:00.386 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.526s] 2018-10-08 15:21:06,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:06.044 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-08 15:21:11,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:11.933 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [80.761s] 2018-10-08 15:21:12,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:12.192 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.658s] 2018-10-08 15:21:14,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:14.008 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [1.813s] 2018-10-08 15:21:15,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:15.906 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.986s] 2018-10-08 15:21:16,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:16.662 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-08 15:21:18,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:18.903 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [45.385s] 2018-10-08 15:21:21,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:21.565 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.153s] 2018-10-08 15:21:21,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:21.717 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.151s] 2018-10-08 15:21:21,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:21.897 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.180s] 2018-10-08 15:21:21,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:21.980 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [84.160s] 2018-10-08 15:21:22,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:22.062 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.165s] 2018-10-08 15:21:22,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:22.304 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.241s] 2018-10-08 15:21:22,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:22.333 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.427s] 2018-10-08 15:21:22,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:22.484 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.179s] 2018-10-08 15:21:22,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:22.650 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.165s] 2018-10-08 15:21:22,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:22.809 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.159s] 2018-10-08 15:21:23,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:23.001 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.190s] 2018-10-08 15:21:23,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:23.061 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [89.379s] 2018-10-08 15:21:23,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:23.163 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.163s] 2018-10-08 15:21:23,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:23.180 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [34.032s] 2018-10-08 15:21:25,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:25.506 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.923s] 2018-10-08 15:21:28,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:28.496 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.989s] 2018-10-08 15:21:30,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:30.556 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.147s] 2018-10-08 15:21:30,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:30.797 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.241s] 2018-10-08 15:21:32,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:32.449 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.649s] 2018-10-08 15:21:33,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:33.592 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [11.257s] 2018-10-08 15:21:33,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:33.696 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.247s] 2018-10-08 15:21:33,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:33.855 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.159s] 2018-10-08 15:21:33,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:33.868 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.013s] 2018-10-08 15:21:33,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:33.885 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.016s] 2018-10-08 15:21:34,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:34.052 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.167s] 2018-10-08 15:21:34,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:34.243 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [51.470s] 2018-10-08 15:21:34,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:34.253 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 [5.756s] 2018-10-08 15:21:34,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:34.303 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [257.262s] 2018-10-08 15:21:37,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:37.687 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [72.040s] 2018-10-08 15:21:37,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:37.698 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.017s] 2018-10-08 15:21:38,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:38.880 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.178s] 2018-10-08 15:21:38,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:38.882 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. 2018-10-08 15:21:39,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:39.205 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.324s] 2018-10-08 15:21:39,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:39.341 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.137s] 2018-10-08 15:21:39,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:39.902 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.649s] 2018-10-08 15:21:40,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:40.324 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [18.345s] 2018-10-08 15:21:41,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:41.278 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.957s] 2018-10-08 15:21:41,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:41.963 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.370s] 2018-10-08 15:21:43,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:43.418 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.399s] 2018-10-08 15:21:44,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:44.860 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.442s] 2018-10-08 15:21:46,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:46.202 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [6.298s] 2018-10-08 15:21:50,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:50.168 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.204s] 2018-10-08 15:21:50,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:50.623 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [6.812s] 2018-10-08 15:21:53,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:53.593 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [8.730s] 2018-10-08 15:21:56,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:56.567 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.974s] 2018-10-08 15:21:58,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:58.302 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [8.134s] 2018-10-08 15:21:58,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:58.862 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [39.954s] 2018-10-08 15:21:59,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:59.195 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.158s] 2018-10-08 15:21:59,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:21:59.853 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.286s] 2018-10-08 15:22:02,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:02.445 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-08 15:22:02,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:02.447 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-08 15:22:02,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:02.447 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-08 15:22:03,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:03.953 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.526s] 2018-10-08 15:22:05,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:05.147 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.844s] 2018-10-08 15:22:06,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:06.582 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.330s] 2018-10-08 15:22:06,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:06.652 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.077s] 2018-10-08 15:22:07,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:07.060 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.407s] 2018-10-08 15:22:09,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:09.737 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [83.031s] 2018-10-08 15:22:10,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:10.678 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.174s] 2018-10-08 15:22:12,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:12.038 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [1.359s] 2018-10-08 15:22:12,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:12.387 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.349s] 2018-10-08 15:22:13,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:13.833 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.444s] 2018-10-08 15:22:14,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:14.624 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.792s] 2018-10-08 15:22:15,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:15.395 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.770s] 2018-10-08 15:22:15,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:15.846 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [34.554s] 2018-10-08 15:22:15,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:15.918 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.523s] 2018-10-08 15:22:15,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:15.927 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.804s] 2018-10-08 15:22:15,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:15.966 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [10.819s] 2018-10-08 15:22:16,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:16.008 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.081s] 2018-10-08 15:22:16,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:16.019 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.108s] 2018-10-08 15:22:16,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:16.214 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.195s] 2018-10-08 15:22:18,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:18.901 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.934s] 2018-10-08 15:22:22,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:22.090 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [94.707s] 2018-10-08 15:22:22,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:22.229 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [6.386s] 2018-10-08 15:22:22,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:22.664 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.500s] 2018-10-08 15:22:23,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:23.064 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.399s] 2018-10-08 15:22:23,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:23.452 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.387s] 2018-10-08 15:22:23,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:23.852 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.399s] 2018-10-08 15:22:24,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:24.265 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.413s] 2018-10-08 15:22:24,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:24.348 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [18.011s] 2018-10-08 15:22:24,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:24.454 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.553s] 2018-10-08 15:22:24,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:24.937 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.482s] 2018-10-08 15:22:25,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:25.197 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.112s] 2018-10-08 15:22:25,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:25.722 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.784s] 2018-10-08 15:22:25,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:25.829 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.106s] 2018-10-08 15:22:26,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:26.030 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.201s] 2018-10-08 15:22:26,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:26.094 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.063s] 2018-10-08 15:22:26,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:26.189 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.095s] 2018-10-08 15:22:26,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:26.283 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.093s] 2018-10-08 15:22:26,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:26.519 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.235s] 2018-10-08 15:22:26,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:26.851 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.330s] 2018-10-08 15:22:27,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:27.208 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-08 15:22:30,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:30.542 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-08 15:22:30,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:30.944 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.113s] 2018-10-08 15:22:33,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:33.884 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.070s] 2018-10-08 15:22:33,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:33.895 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2018-10-08 15:22:34,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:34.044 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.149s] 2018-10-08 15:22:34,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:34.056 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-10-08 15:22:34,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:34.070 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2018-10-08 15:22:34,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:34.105 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.034s] 2018-10-08 15:22:34,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:34.171 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.065s] 2018-10-08 15:22:34,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:34.244 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.072s] 2018-10-08 15:22:34,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:34.561 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.316s] 2018-10-08 15:22:34,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:34.574 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-10-08 15:22:34,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:34.654 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.080s] 2018-10-08 15:22:39,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:39.252 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [87.296s] 2018-10-08 15:22:39,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:39.468 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [12.618s] 2018-10-08 15:22:39,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:39.615 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [14.418s] 2018-10-08 15:22:46,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:46.496 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [6.842s] 2018-10-08 15:22:49,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:49.297 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [5.413s] 2018-10-08 15:22:49,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:49.398 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.137s] 2018-10-08 15:22:49,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:49.673 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.019s] 2018-10-08 15:22:51,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:51.137 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.840s] 2018-10-08 15:22:56,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:56.207 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.190s] 2018-10-08 15:22:56,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:56.378 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.170s] 2018-10-08 15:22:56,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:56.633 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.254s] 2018-10-08 15:22:56,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:56.931 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.297s] 2018-10-08 15:22:57,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:57.111 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.179s] 2018-10-08 15:22:57,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:57.306 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.195s] 2018-10-08 15:22:57,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:57.497 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.190s] 2018-10-08 15:22:57,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:57.525 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.028s] 2018-10-08 15:22:57,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:57.567 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.042s] 2018-10-08 15:22:57,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:57.754 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.186s] 2018-10-08 15:22:59,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:59.898 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.285s] 2018-10-08 15:22:59,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:22:59.957 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-10-08 15:23:00,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:00.506 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.548s] 2018-10-08 15:23:03,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:03.876 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.903s] 2018-10-08 15:23:04,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:04.474 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [14.408s] 2018-10-08 15:23:04,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:04.526 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [40.169s] 2018-10-08 15:23:06,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:06.879 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [17.201s] 2018-10-08 15:23:08,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:08.947 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [105.862s] 2018-10-08 15:23:10,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:10.464 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-08 15:23:11,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:11.265 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.386s] 2018-10-08 15:23:12,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:12.105 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.841s] 2018-10-08 15:23:12,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:12.840 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.101s] 2018-10-08 15:23:12,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:12.937 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.832s] 2018-10-08 15:23:13,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:13.043 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [154.322s] 2018-10-08 15:23:13,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:13.044 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-08 15:23:13,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:13.282 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.872s] 2018-10-08 15:23:13,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:13.565 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]. 2018-10-08 15:23:13,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:13.566 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:23:13,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:13.839 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.557s] 2018-10-08 15:23:14,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:14.056 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.118s] 2018-10-08 15:23:14,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:14.123 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [5.472s] 2018-10-08 15:23:14,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:14.915 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.857s] 2018-10-08 15:23:15,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:15.915 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.000s] 2018-10-08 15:23:17,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:17.997 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.685s] 2018-10-08 15:23:18,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:18.315 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.318s] 2018-10-08 15:23:18,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:18.703 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.786s] 2018-10-08 15:23:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:19.669 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [1.354s] 2018-10-08 15:23:20,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:20.288 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.585s] 2018-10-08 15:23:20,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:20.604 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.316s] 2018-10-08 15:23:20,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:20.859 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.253s] 2018-10-08 15:23:21,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:21.310 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.407s] 2018-10-08 15:23:21,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:21.420 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.560s] 2018-10-08 15:23:21,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:21.910 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.178s] 2018-10-08 15:23:22,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:22.117 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.697s] 2018-10-08 15:23:22,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:22.604 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.486s] 2018-10-08 15:23:22,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:22.629 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-08 15:23:23,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:23.060 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.149s] 2018-10-08 15:23:23,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:23.183 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.578s] 2018-10-08 15:23:23,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:23.536 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.867s] 2018-10-08 15:23:24,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:24.218 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.156s] 2018-10-08 15:23:24,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:24.309 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [1.125s] 2018-10-08 15:23:24,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:24.615 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:23:24,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:24.692 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [3.380s] 2018-10-08 15:23:24,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:24.958 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.649s] 2018-10-08 15:23:25,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:25.224 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.266s] 2018-10-08 15:23:25,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:25.440 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [57.652s] 2018-10-08 15:23:25,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:25.498 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.280s] 2018-10-08 15:23:26,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:26.377 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.839s] 2018-10-08 15:23:26,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:26.426 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.049s] 2018-10-08 15:23:26,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:26.473 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.047s] 2018-10-08 15:23:26,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:26.857 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [12.734s] 2018-10-08 15:23:27,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:27.251 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.559s] 2018-10-08 15:23:27,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:27.322 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [22.792s] 2018-10-08 15:23:28,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:28.791 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [3.291s] 2018-10-08 15:23:31,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:31.668 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [6.440s] 2018-10-08 15:23:31,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:31.669 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 2018-10-08 15:23:31,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:31.913 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.246s] 2018-10-08 15:23:32,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:32.102 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.066s] 2018-10-08 15:23:32,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:32.175 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.072s] 2018-10-08 15:23:32,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:32.249 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.998s] 2018-10-08 15:23:32,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:32.328 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.414s] 2018-10-08 15:23:33,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:33.051 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.723s] 2018-10-08 15:23:33,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:33.163 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [4.371s] 2018-10-08 15:23:33,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:33.322 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.270s] 2018-10-08 15:23:33,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:33.710 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.388s] 2018-10-08 15:23:34,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:34.006 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.295s] 2018-10-08 15:23:34,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:34.195 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [2.020s] 2018-10-08 15:23:34,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:34.803 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.796s] 2018-10-08 15:23:35,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:35.206 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.402s] 2018-10-08 15:23:35,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:35.513 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.307s] 2018-10-08 15:23:35,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:35.774 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.260s] 2018-10-08 15:23:36,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:36.208 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 2018-10-08 15:23:36,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:36.287 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [2.092s] 2018-10-08 15:23:36,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:36.355 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.581s] 2018-10-08 15:23:37,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:37.145 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.788s] 2018-10-08 15:23:37,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:37.147 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. 2018-10-08 15:23:37,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:37.148 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-10-08 15:23:37,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:37.693 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.548s] 2018-10-08 15:23:38,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:38.213 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.519s] 2018-10-08 15:23:42,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:42.697 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [15.839s] 2018-10-08 15:23:46,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:46.593 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [8.377s] 2018-10-08 15:23:46,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:46.876 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-10-08 15:23:46,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:46.882 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-08 15:23:46,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:46.884 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-08 15:23:46,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:46.887 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-08 15:23:46,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:46.888 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]. 2018-10-08 15:23:46,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:46.889 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-08 15:23:47,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:47.137 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.545s] 2018-10-08 15:23:47,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:47.869 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [5.170s] 2018-10-08 15:23:47,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:47.874 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.733s] 2018-10-08 15:23:47,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:47.874 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. 2018-10-08 15:23:47,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:47.875 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. 2018-10-08 15:23:48,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:48.287 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.415s] 2018-10-08 15:23:48,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:48.760 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.473s] 2018-10-08 15:23:49,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:49.360 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.598s] 2018-10-08 15:23:49,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:49.619 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.206s] 2018-10-08 15:23:49,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:49.689 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.070s] 2018-10-08 15:23:49,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:49.768 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.078s] 2018-10-08 15:23:49,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:49.831 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.063s] 2018-10-08 15:23:49,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:49.899 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.068s] 2018-10-08 15:23:50,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:50.795 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.057s] 2018-10-08 15:23:51,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:51.158 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.290s] 2018-10-08 15:23:51,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:51.413 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.240s] 2018-10-08 15:23:53,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:53.108 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.151s] 2018-10-08 15:23:53,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:53.339 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.231s] 2018-10-08 15:23:53,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:53.721 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.381s] 2018-10-08 15:23:53,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:53.763 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.041s] 2018-10-08 15:23:54,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:54.039 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.276s] 2018-10-08 15:23:54,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:54.073 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.033s] 2018-10-08 15:23:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:54.375 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.300s] 2018-10-08 15:23:54,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:54.415 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.040s] 2018-10-08 15:23:54,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:54.819 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.404s] 2018-10-08 15:23:54,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:54.864 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.044s] 2018-10-08 15:23:54,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:54.911 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.046s] 2018-10-08 15:23:54,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:54.961 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.049s] 2018-10-08 15:23:54,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:54.994 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.034s] 2018-10-08 15:23:55,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:55.034 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.038s] 2018-10-08 15:23:55,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:55.242 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.207s] 2018-10-08 15:23:56,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:56.506 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.682s] 2018-10-08 15:23:56,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:56.666 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.161s] 2018-10-08 15:23:56,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:56.903 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.236s] 2018-10-08 15:23:57,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:57.938 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.186s] 2018-10-08 15:23:58,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:23:58.153 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [7.356s] 2018-10-08 15:24:02,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:02.887 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.946s] 2018-10-08 15:24:04,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:04.466 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.579s] 2018-10-08 15:24:04,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:04.906 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.029s] 2018-10-08 15:24:05,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:05.513 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [14.098s] 2018-10-08 15:24:06,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:06.121 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.654s] 2018-10-08 15:24:06,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:06.801 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [9.892s] 2018-10-08 15:24:07,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:07.667 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.616s] 2018-10-08 15:24:07,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:07.676 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-08 15:24:07,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:07.838 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.716s] 2018-10-08 15:24:09,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:09.197 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.997s] 2018-10-08 15:24:09,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:09.386 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.189s] 2018-10-08 15:24:09,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:09.777 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.869s] 2018-10-08 15:24:09,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:09.939 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.787s] 2018-10-08 15:24:10,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:10.057 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.670s] 2018-10-08 15:24:10,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:10.394 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [91.123s] 2018-10-08 15:24:10,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:10.654 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-08 15:24:11,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:11.307 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [20.146s] 2018-10-08 15:24:11,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:11.519 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.214s] 2018-10-08 15:24:11,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:11.574 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.055s] 2018-10-08 15:24:12,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:12.617 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.777s] 2018-10-08 15:24:13,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:13.053 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.402s] 2018-10-08 15:24:14,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:14.527 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.909s] 2018-10-08 15:24:14,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:14.795 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.268s] 2018-10-08 15:24:15,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:15.873 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [9.070s] 2018-10-08 15:24:15,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:15.975 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-08 15:24:15,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:15.976 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-08 15:24:15,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:15.977 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-08 15:24:16,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:16.050 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.181s] 2018-10-08 15:24:17,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:17.098 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.047s] 2018-10-08 15:24:17,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:17.137 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 [1.836s] 2018-10-08 15:24:17,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:17.329 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [4.275s] 2018-10-08 15:24:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:17.730 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [2.933s] 2018-10-08 15:24:19,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:19.100 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [1.962s] 2018-10-08 15:24:19,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:19.636 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.906s] 2018-10-08 15:24:19,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:19.659 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-10-08 15:24:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:19.677 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-10-08 15:24:19,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:19.696 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-08 15:24:20,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:20.799 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.442s] 2018-10-08 15:24:20,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:20.974 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.176s] 2018-10-08 15:24:21,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:21.740 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.640s] 2018-10-08 15:24:21,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:21.788 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-08 15:24:21,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:21.790 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-08 15:24:21,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:21.791 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]. 2018-10-08 15:24:22,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:22.241 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [11.849s] 2018-10-08 15:24:22,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:22.815 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [11.239s] 2018-10-08 15:24:23,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:23.011 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [5.680s] 2018-10-08 15:24:24,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:24.857 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.426s] 2018-10-08 15:24:24,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:24.907 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.051s] 2018-10-08 15:24:25,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:25.194 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-08 15:24:25,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:25.950 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.202s] 2018-10-08 15:24:27,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:27.837 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.824s] 2018-10-08 15:24:28,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:28.804 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]. 2018-10-08 15:24:29,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:29.453 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.174s] 2018-10-08 15:24:29,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:29.504 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.050s] 2018-10-08 15:24:30,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:30.965 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.460s] 2018-10-08 15:24:30,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:30.976 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.012s] 2018-10-08 15:24:31,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:31.022 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.046s] 2018-10-08 15:24:31,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:31.032 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.009s] 2018-10-08 15:24:31,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:31.120 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.088s] 2018-10-08 15:24:31,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:31.147 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.027s] 2018-10-08 15:24:33,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:33.024 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:24:33,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:33.637 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.752s] 2018-10-08 15:24:34,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:34.212 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.016s] 2018-10-08 15:24:34,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:34.255 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [6.418s] 2018-10-08 15:24:34,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:34.375 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.843s] 2018-10-08 15:24:34,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:34.734 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.523s] 2018-10-08 15:24:36,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:36.313 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.578s] 2018-10-08 15:24:37,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:37.690 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.223s] 2018-10-08 15:24:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:38.948 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [16.131s] 2018-10-08 15:24:39,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:39.340 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.392s] 2018-10-08 15:24:39,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:39.399 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.059s] 2018-10-08 15:24:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:39.863 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [2.172s] 2018-10-08 15:24:41,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:41.596 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [5.586s] 2018-10-08 15:24:42,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:42.281 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.979s] 2018-10-08 15:24:42,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:42.360 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [8.102s] 2018-10-08 15:24:42,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:42.659 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [2.795s] 2018-10-08 15:24:42,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:42.678 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.397s] 2018-10-08 15:24:44,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:44.554 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.895s] 2018-10-08 15:24:45,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:45.405 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.728s] 2018-10-08 15:24:47,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:47.333 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.697s] 2018-10-08 15:24:48,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:48.250 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-08 15:24:48,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:48.353 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.167s] 2018-10-08 15:24:49,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:49.507 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-08 15:24:50,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:50.476 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [22.723s] 2018-10-08 15:24:51,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:51.412 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.055s] 2018-10-08 15:24:51,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:51.429 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.017s] 2018-10-08 15:24:53,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:53.241 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.109s] 2018-10-08 15:24:53,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:53.334 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.092s] 2018-10-08 15:24:53,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:53.426 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.092s] 2018-10-08 15:24:53,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:53.433 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-10-08 15:24:56,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:56.047 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [90.589s] 2018-10-08 15:24:56,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:56.568 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [17.167s] 2018-10-08 15:24:56,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:56.705 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.371s] 2018-10-08 15:24:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:56.707 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. 2018-10-08 15:24:56,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:56.784 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.108s] 2018-10-08 15:24:56,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:56.786 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. 2018-10-08 15:24:57,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:57.369 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.011s] 2018-10-08 15:24:57,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:57.377 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.006s] 2018-10-08 15:24:57,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:57.382 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.010s] 2018-10-08 15:24:57,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:57.392 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.010s] 2018-10-08 15:24:57,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:57.894 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.457s] 2018-10-08 15:24:58,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:58.048 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.155s] 2018-10-08 15:24:58,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:58.209 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.160s] 2018-10-08 15:24:58,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:58.218 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.435s] 2018-10-08 15:24:58,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:24:58.516 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.238s] 2018-10-08 15:25:01,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:01.449 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.158s] 2018-10-08 15:25:01,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:01.460 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2018-10-08 15:25:01,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:01.472 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-10-08 15:25:01,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:01.638 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [3.425s] 2018-10-08 15:25:01,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:01.814 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.341s] 2018-10-08 15:25:01,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:01.825 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-10-08 15:25:01,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:01.835 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-10-08 15:25:02,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:02.226 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.389s] 2018-10-08 15:25:02,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:02.575 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.350s] 2018-10-08 15:25:02,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:02.608 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.901s] 2018-10-08 15:25:03,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:03.732 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.094s] 2018-10-08 15:25:04,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:04.913 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.801s] 2018-10-08 15:25:05,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:05.815 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:25:05,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:05.827 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.095s] 2018-10-08 15:25:07,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:07.468 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.728s] 2018-10-08 15:25:07,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:07.822 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-08 15:25:10,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:10.787 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [12.762s] 2018-10-08 15:25:10,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:10.869 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [14.299s] 2018-10-08 15:25:11,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:11.942 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [9.333s] 2018-10-08 15:25:13,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:13.522 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.089s] 2018-10-08 15:25:13,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:13.551 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.030s] 2018-10-08 15:25:14,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:14.405 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.161s] 2018-10-08 15:25:14,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:14.519 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.445s] 2018-10-08 15:25:14,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:14.521 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-10-08 15:25:14,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:14.610 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.204s] 2018-10-08 15:25:14,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:14.803 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.193s] 2018-10-08 15:25:14,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:14.830 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [4.675s] 2018-10-08 15:25:15,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:15.109 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.325s] 2018-10-08 15:25:15,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:15.496 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.692s] 2018-10-08 15:25:15,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:15.709 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.213s] 2018-10-08 15:25:19,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:19.491 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.315s] 2018-10-08 15:25:20,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:20.505 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.271s] 2018-10-08 15:25:21,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:21.320 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [71.526s] 2018-10-08 15:25:21,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:21.384 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [6.275s] 2018-10-08 15:25:21,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:21.571 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.186s] 2018-10-08 15:25:21,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:21.776 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.205s] 2018-10-08 15:25:21,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:21.965 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.188s] 2018-10-08 15:25:21,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:21.991 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.025s] 2018-10-08 15:25:22,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:22.143 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.152s] 2018-10-08 15:25:22,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:22.350 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.206s] 2018-10-08 15:25:22,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:22.549 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.199s] 2018-10-08 15:25:22,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:22.720 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.170s] 2018-10-08 15:25:22,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:22.729 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-10-08 15:25:22,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:22.925 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.195s] 2018-10-08 15:25:23,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:23.121 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.195s] 2018-10-08 15:25:23,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:23.301 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.179s] 2018-10-08 15:25:23,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:23.353 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.052s] 2018-10-08 15:25:23,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:23.628 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.275s] 2018-10-08 15:25:23,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:23.886 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.257s] 2018-10-08 15:25:23,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:23.934 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.047s] 2018-10-08 15:25:24,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:24.689 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.755s] 2018-10-08 15:25:24,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:24.965 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.277s] 2018-10-08 15:25:24,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:24.973 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.283s] 2018-10-08 15:25:25,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:25.025 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.052s] 2018-10-08 15:25:25,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:25.038 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2018-10-08 15:25:25,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:25.070 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-10-08 15:25:25,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:25.258 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.187s] 2018-10-08 15:25:25,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:25.308 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.049s] 2018-10-08 15:25:25,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:25.688 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.380s] 2018-10-08 15:25:25,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:25.727 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.038s] 2018-10-08 15:25:25,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:25.934 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.207s] 2018-10-08 15:25:26,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:26.115 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.180s] 2018-10-08 15:25:26,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:26.296 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.181s] 2018-10-08 15:25:26,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:26.332 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.035s] 2018-10-08 15:25:26,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:26.730 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.763s] 2018-10-08 15:25:26,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:26.766 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-08 15:25:26,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:26.798 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.068s] 2018-10-08 15:25:27,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:27.262 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.464s] 2018-10-08 15:25:27,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:27.334 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [31.284s] 2018-10-08 15:25:28,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:28.734 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.627s] 2018-10-08 15:25:28,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:28.811 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [9.317s] 2018-10-08 15:25:29,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:29.661 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.927s] 2018-10-08 15:25:32,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:32.349 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.844s] 2018-10-08 15:25:32,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:32.635 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [4.014s] 2018-10-08 15:25:35,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:35.253 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [6.441s] 2018-10-08 15:25:36,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:36.364 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.727s] 2018-10-08 15:25:37,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:37.667 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [4.159s] 2018-10-08 15:25:38,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:38.714 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.350s] 2018-10-08 15:25:39,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:39.181 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [11.848s] 2018-10-08 15:25:39,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:39.768 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.100s] 2018-10-08 15:25:40,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:40.422 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [3.304s] 2018-10-08 15:25:41,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:41.367 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [9.015s] 2018-10-08 15:25:41,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:41.370 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. 2018-10-08 15:25:42,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:42.389 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [7.136s] 2018-10-08 15:25:42,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:42.579 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.865s] 2018-10-08 15:25:43,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:43.367 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [31.421s] 2018-10-08 15:25:43,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:43.438 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.010s] 2018-10-08 15:25:45,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:45.264 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.899s] 2018-10-08 15:25:47,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:47.030 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.662s] 2018-10-08 15:25:47,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:47.600 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [5.209s] 2018-10-08 15:25:49,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:49.119 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.520s] 2018-10-08 15:25:52,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:52.860 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.052s] 2018-10-08 15:25:52,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:52.872 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2018-10-08 15:25:53,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:53.746 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [6.620s] 2018-10-08 15:25:55,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:55.066 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.317s] 2018-10-08 15:25:55,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:55.940 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.229s] 2018-10-08 15:25:56,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:56.464 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [9.433s] 2018-10-08 15:25:57,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:25:57.186 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.457s] 2018-10-08 15:26:00,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:00.383 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.636s] 2018-10-08 15:26:00,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:00.507 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [5.441s] 2018-10-08 15:26:02,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:02.892 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.508s] 2018-10-08 15:26:06,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:06.905 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [9.716s] 2018-10-08 15:26:07,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:07.883 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.364s] 2018-10-08 15:26:07,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:07.884 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.003s] 2018-10-08 15:26:09,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:09.275 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [6.384s] 2018-10-08 15:26:09,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:09.757 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.853s] 2018-10-08 15:26:10,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:10.509 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [10.001s] 2018-10-08 15:26:12,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:12.287 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [3.010s] 2018-10-08 15:26:12,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:12.501 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.743s] 2018-10-08 15:26:12,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:12.890 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.421s] 2018-10-08 15:26:12,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:12.908 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.019s] 2018-10-08 15:26:12,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:12.927 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.019s] 2018-10-08 15:26:13,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:13.257 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.328s] 2018-10-08 15:26:14,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:14.831 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.570s] 2018-10-08 15:26:14,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:14.846 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2018-10-08 15:26:14,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:14.865 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2018-10-08 15:26:14,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:14.877 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2018-10-08 15:26:14,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:14.887 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-10-08 15:26:14,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:14.912 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.025s] 2018-10-08 15:26:14,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:14.925 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.012s] 2018-10-08 15:26:14,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:14.938 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.013s] 2018-10-08 15:26:16,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:16.084 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [2.206s] 2018-10-08 15:26:17,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:17.222 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [4.722s] 2018-10-08 15:26:19,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:19.036 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [25.603s] 2018-10-08 15:26:20,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:20.469 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.182s] 2018-10-08 15:26:20,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:20.661 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [10.150s] 2018-10-08 15:26:26,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:26.749 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [6.085s] 2018-10-08 15:26:27,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:27.411 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.941s] 2018-10-08 15:26:29,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:29.398 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [32.929s] 2018-10-08 15:26:31,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:31.295 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]. 2018-10-08 15:26:31,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:31.882 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-08 15:26:33,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:33.048 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [3.654s] 2018-10-08 15:26:33,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:33.384 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [14.343s] 2018-10-08 15:26:33,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:33.430 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [6.683s] 2018-10-08 15:26:35,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:35.177 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [7.765s] 2018-10-08 15:26:35,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:35.923 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.012s] 2018-10-08 15:26:35,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:35.965 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [7.908s] 2018-10-08 15:26:36,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:36.391 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.179s] 2018-10-08 15:26:36,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:36.798 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.405s] 2018-10-08 15:26:38,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:38.888 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [5.505s] 2018-10-08 15:26:39,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:39.599 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.676s] 2018-10-08 15:26:40,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:40.661 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [7.229s] 2018-10-08 15:26:41,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:41.254 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [259.006s] 2018-10-08 15:26:41,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:41.384 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [6.205s] 2018-10-08 15:26:42,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:42.526 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.276s]: Skipped until Bug: 1014647 is resolved. 2018-10-08 15:26:44,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:44.154 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.046s] 2018-10-08 15:26:46,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:46.563 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [5.902s] 2018-10-08 15:26:46,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:46.746 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [85.407s] 2018-10-08 15:26:46,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:46.823 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.081s] 2018-10-08 15:26:46,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:46.880 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.058s] 2018-10-08 15:26:51,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:51.525 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.140s] 2018-10-08 15:26:53,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:53.580 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.580s] 2018-10-08 15:26:53,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:53.597 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [4.817s] 2018-10-08 15:26:54,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:54.272 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.747s] 2018-10-08 15:26:54,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:54.454 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.858s] 2018-10-08 15:26:55,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:55.894 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.403s] 2018-10-08 15:26:56,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:56.847 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.391s] 2018-10-08 15:26:57,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:57.072 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.226s] 2018-10-08 15:26:57,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:57.200 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.620s] 2018-10-08 15:26:58,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:58.446 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [1.373s] 2018-10-08 15:26:58,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:58.662 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.177s] 2018-10-08 15:26:58,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:58.844 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.181s] 2018-10-08 15:26:59,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:59.034 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.189s] 2018-10-08 15:26:59,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:26:59.588 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.553s] 2018-10-08 15:27:00,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:00.139 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.550s] 2018-10-08 15:27:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:00.690 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.550s] 2018-10-08 15:27:00,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:00.730 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.041s] 2018-10-08 15:27:00,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:00.782 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.051s] 2018-10-08 15:27:01,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:01.035 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.253s] 2018-10-08 15:27:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:01.099 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.064s] 2018-10-08 15:27:01,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:01.158 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.058s] 2018-10-08 15:27:01,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:01.345 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.186s] 2018-10-08 15:27:01,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:01.461 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.115s] 2018-10-08 15:27:01,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:01.847 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.385s] 2018-10-08 15:27:01,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:01.934 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.087s] 2018-10-08 15:27:01,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:01.982 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.048s] 2018-10-08 15:27:02,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:02.032 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.049s] 2018-10-08 15:27:02,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:02.235 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.202s] 2018-10-08 15:27:02,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:02.304 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [5.102s] 2018-10-08 15:27:02,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:02.417 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [8.145s] 2018-10-08 15:27:02,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:02.589 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [5.336s] 2018-10-08 15:27:02,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:02.947 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.529s] 2018-10-08 15:27:03,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:03.108 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.160s] 2018-10-08 15:27:03,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:03.230 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.122s] 2018-10-08 15:27:03,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:03.313 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]. 2018-10-08 15:27:03,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:03.604 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.373s] 2018-10-08 15:27:03,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:03.614 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [53.495s] 2018-10-08 15:27:03,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:03.628 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.039s] 2018-10-08 15:27:03,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:03.668 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.064s] 2018-10-08 15:27:03,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:03.791 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.122s] 2018-10-08 15:27:04,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:04.036 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.244s] 2018-10-08 15:27:04,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:04.102 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.066s] 2018-10-08 15:27:04,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:04.167 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.065s] 2018-10-08 15:27:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:06.529 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.153s] 2018-10-08 15:27:06,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:06.860 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.231s] 2018-10-08 15:27:07,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:07.659 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.355s] 2018-10-08 15:27:08,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:08.953 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.093s] 2018-10-08 15:27:10,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:10.511 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.981s] 2018-10-08 15:27:12,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:12.627 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.459s] 2018-10-08 15:27:12,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:12.690 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]. 2018-10-08 15:27:12,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:12.692 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:27:13,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:13.520 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.008s] 2018-10-08 15:27:15,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:15.427 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.185s] 2018-10-08 15:27:18,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:18.527 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.731s] 2018-10-08 15:27:19,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:19.169 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-08 15:27:19,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:19.226 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.699s] 2018-10-08 15:27:19,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:19.234 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.714s] 2018-10-08 15:27:21,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:21.523 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.937s] 2018-10-08 15:27:23,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:23.702 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.102s] 2018-10-08 15:27:23,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:23.710 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.256s] 2018-10-08 15:27:23,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:23.966 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.253s] 2018-10-08 15:27:23,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:23.969 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.442s] 2018-10-08 15:27:24,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:24.145 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.180s] 2018-10-08 15:27:26,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:26.904 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.757s] 2018-10-08 15:27:27,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:27.076 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.173s] 2018-10-08 15:27:29,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:29.378 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [1.741s] 2018-10-08 15:27:30,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:30.596 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.085s] 2018-10-08 15:27:30,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:30.689 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.092s] 2018-10-08 15:27:30,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:30.704 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.734s] 2018-10-08 15:27:30,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:30.807 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.117s] 2018-10-08 15:27:30,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:30.883 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.075s] 2018-10-08 15:27:31,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:31.053 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.170s] 2018-10-08 15:27:32,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:32.696 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-08 15:27:32,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:32.711 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.009s] 2018-10-08 15:27:35,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:35.949 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-08 15:27:35,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:35.950 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-08 15:27:36,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:36.150 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.437s] 2018-10-08 15:27:36,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:36.454 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [32.838s] 2018-10-08 15:27:38,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:38.517 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.366s] 2018-10-08 15:27:40,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:40.341 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [3.963s] 2018-10-08 15:27:41,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:41.676 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.157s] 2018-10-08 15:27:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:41.721 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.047s] 2018-10-08 15:27:42,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:42.565 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.681s] 2018-10-08 15:27:42,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:42.637 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.836s] 2018-10-08 15:27:43,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:43.337 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]. 2018-10-08 15:27:43,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:43.717 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.015s] 2018-10-08 15:27:43,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:43.912 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.194s] 2018-10-08 15:27:45,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:45.562 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.994s] 2018-10-08 15:27:45,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:45.563 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. 2018-10-08 15:27:47,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:47.260 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.212s] 2018-10-08 15:27:47,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:47.298 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.660s] 2018-10-08 15:27:47,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:47.449 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.190s] 2018-10-08 15:27:48,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:48.221 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.490s] 2018-10-08 15:27:48,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:48.448 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.224s] 2018-10-08 15:27:48,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:48.451 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.889s] 2018-10-08 15:27:48,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:48.647 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.201s] 2018-10-08 15:27:49,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:49.191 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.363s] 2018-10-08 15:27:49,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:49.384 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.177s] 2018-10-08 15:27:49,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:49.429 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.045s] 2018-10-08 15:27:49,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:49.450 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.020s] 2018-10-08 15:27:49,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:49.484 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.033s] 2018-10-08 15:27:49,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:49.652 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.168s] 2018-10-08 15:27:49,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:49.676 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.023s] 2018-10-08 15:27:49,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:49.841 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.164s] 2018-10-08 15:27:50,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:50.012 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.170s] 2018-10-08 15:27:50,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:50.036 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.024s] 2018-10-08 15:27:50,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:50.061 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.024s] 2018-10-08 15:27:50,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:50.130 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.680s] 2018-10-08 15:27:50,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:50.629 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.566s] 2018-10-08 15:27:50,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:50.904 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.274s] 2018-10-08 15:27:53,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:53.518 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [6.218s] 2018-10-08 15:27:55,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:55.071 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.879s] 2018-10-08 15:27:56,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:56.082 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. 2018-10-08 15:27:56,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:56.083 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-08 15:27:57,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:57.182 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.260s] 2018-10-08 15:27:59,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:27:59.679 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.495s] 2018-10-08 15:28:00,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:00.154 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.503s] 2018-10-08 15:28:00,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:00.189 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.038s] 2018-10-08 15:28:00,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:00.249 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.059s] 2018-10-08 15:28:00,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:00.467 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [6.949s] 2018-10-08 15:28:03,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:03.147 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-08 15:28:03,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:03.149 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:28:03,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:03.243 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.158s] 2018-10-08 15:28:06,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:06.275 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [11.202s] 2018-10-08 15:28:07,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:07.913 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.911s] 2018-10-08 15:28:08,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:08.428 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.011s] 2018-10-08 15:28:08,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:08.439 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.008s] 2018-10-08 15:28:08,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:08.449 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.006s] 2018-10-08 15:28:08,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:08.459 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.007s] 2018-10-08 15:28:08,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:08.469 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.007s] 2018-10-08 15:28:08,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:08.477 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.009s] 2018-10-08 15:28:08,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:08.482 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.006s] 2018-10-08 15:28:08,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:08.497 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.585s] 2018-10-08 15:28:09,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:09.720 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.062s] 2018-10-08 15:28:10,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:10.296 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.797s] 2018-10-08 15:28:12,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:12.363 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [11.895s] 2018-10-08 15:28:14,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:14.662 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-08 15:28:17,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:17.346 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.326s] 2018-10-08 15:28:18,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:18.000 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.653s] 2018-10-08 15:28:19,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:19.650 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [97.119s] 2018-10-08 15:28:20,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:20.854 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [11.133s] 2018-10-08 15:28:21,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:21.406 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.555s] 2018-10-08 15:28:22,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:22.086 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.679s] 2018-10-08 15:28:22,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:22.214 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.275s] 2018-10-08 15:28:23,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:23.275 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.188s] 2018-10-08 15:28:23,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:23.611 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 2018-10-08 15:28:28,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:28.363 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [5.877s] 2018-10-08 15:28:29,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:29.023 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.808s] 2018-10-08 15:28:29,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:29.856 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.492s] 2018-10-08 15:28:31,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:31.297 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.257s] 2018-10-08 15:28:31,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:31.580 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.724s] 2018-10-08 15:28:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:34.878 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.878s] 2018-10-08 15:28:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:37.671 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.095s] 2018-10-08 15:28:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:38.206 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [3.327s] 2018-10-08 15:28:38,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:38.317 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.019s] 2018-10-08 15:28:39,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:39.810 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.137s] 2018-10-08 15:28:39,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:39.878 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.854s] 2018-10-08 15:28:42,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:42.080 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-08 15:28:42,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:42.081 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-08 15:28:43,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:43.227 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.348s] 2018-10-08 15:28:44,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:44.472 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [6.260s] 2018-10-08 15:28:45,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:45.960 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.732s] 2018-10-08 15:28:46,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:46.398 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.931s] 2018-10-08 15:28:49,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:49.679 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.177s] 2018-10-08 15:28:50,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:50.116 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.715s] 2018-10-08 15:28:50,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:50.670 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.991s] 2018-10-08 15:28:51,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:51.475 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.804s] 2018-10-08 15:28:52,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:52.637 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [1.161s] 2018-10-08 15:28:52,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:52.654 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.017s] 2018-10-08 15:28:52,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:52.674 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.020s] 2018-10-08 15:28:53,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:53.068 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.952s] 2018-10-08 15:28:53,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:53.998 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.322s] 2018-10-08 15:28:54,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:54.909 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [175.694s] 2018-10-08 15:28:56,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:56.660 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.589s] 2018-10-08 15:28:56,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:56.714 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.056s] 2018-10-08 15:28:59,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:28:59.456 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [36.174s] 2018-10-08 15:29:02,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:02.450 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [16.488s] 2018-10-08 15:29:02,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:02.627 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.178s] 2018-10-08 15:29:02,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:02.677 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.050s] 2018-10-08 15:29:03,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:03.501 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.199s] 2018-10-08 15:29:03,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:03.681 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.179s] 2018-10-08 15:29:03,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:03.888 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.207s] 2018-10-08 15:29:04,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:04.137 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.248s] 2018-10-08 15:29:04,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:04.319 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.182s] 2018-10-08 15:29:04,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:04.487 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.167s] 2018-10-08 15:29:04,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:04.772 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.284s] 2018-10-08 15:29:05,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:05.034 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.262s] 2018-10-08 15:29:05,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:05.254 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.219s] 2018-10-08 15:29:05,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:05.451 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.196s] 2018-10-08 15:29:05,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:05.652 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] 2018-10-08 15:29:07,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:07.583 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.260s] 2018-10-08 15:29:07,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:07.834 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.252s] 2018-10-08 15:29:11,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:11.598 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [8.918s] 2018-10-08 15:29:16,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:16.529 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.137s] 2018-10-08 15:29:17,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:17.900 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.371s] 2018-10-08 15:29:19,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:19.056 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [20.735s] 2018-10-08 15:29:20,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:20.908 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [13.801s] 2018-10-08 15:29:24,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:24.429 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.830s] 2018-10-08 15:29:24,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:24.490 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.062s] 2018-10-08 15:29:24,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:24.813 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.321s] 2018-10-08 15:29:30,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:30.828 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [9.920s] 2018-10-08 15:29:38,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:38.142 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.327s] 2018-10-08 15:29:39,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:39.302 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [21.523s] 2018-10-08 15:29:39,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:39.429 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [9.636s] 2018-10-08 15:29:40,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:40.531 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [21.473s] 2018-10-08 15:29:45,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:45.140 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.711s] 2018-10-08 15:29:45,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:45.168 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [5.873s] 2018-10-08 15:29:47,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:47.964 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [7.437s] 2018-10-08 15:29:50,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:50.118 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.948s] 2018-10-08 15:29:51,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:51.140 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [35.923s] 2018-10-08 15:29:52,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:52.278 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [4.314s] 2018-10-08 15:29:52,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:52.772 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [14.630s] 2018-10-08 15:29:53,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:53.242 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]. 2018-10-08 15:29:53,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:53.243 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]. 2018-10-08 15:29:54,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:54.578 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.458s] 2018-10-08 15:29:55,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:55.761 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [168.236s] 2018-10-08 15:29:56,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:56.434 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [96.759s] 2018-10-08 15:29:59,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:59.261 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.683s] 2018-10-08 15:29:59,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:29:59.719 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [309.157s] 2018-10-08 15:30:05,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:05.150 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [5.887s] 2018-10-08 15:30:10,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:10.147 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [17.865s] 2018-10-08 15:30:18,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:18.762 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.245s] 2018-10-08 15:30:22,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:22.789 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.025s] 2018-10-08 15:30:22,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:22.845 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [216.689s] 2018-10-08 15:30:30,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:30.924 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-08 15:30:30,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:30.926 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]. 2018-10-08 15:30:30,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:30.927 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-08 15:30:33,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:33.203 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.188s] 2018-10-08 15:30:33,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:33.383 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.180s] 2018-10-08 15:30:33,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:33.551 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.167s] 2018-10-08 15:30:33,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:33.719 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.167s] 2018-10-08 15:30:33,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:33.892 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.173s] 2018-10-08 15:30:39,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:39.125 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [5.230s] 2018-10-08 15:30:49,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:49.112 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [38.960s] 2018-10-08 15:30:50,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:50.957 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.849s] 2018-10-08 15:30:57,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:30:57.258 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.403s] 2018-10-08 15:31:02,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:02.203 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.242s] 2018-10-08 15:31:13,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:13.763 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.559s] 2018-10-08 15:31:15,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:15.226 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.922s] 2018-10-08 15:31:16,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:16.039 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.813s] 2018-10-08 15:31:16,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:16.416 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.377s] 2018-10-08 15:31:16,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:16.811 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.395s] 2018-10-08 15:31:17,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:17.210 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.398s] 2018-10-08 15:31:18,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:18.173 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.961s] 2018-10-08 15:31:19,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:19.633 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.870s] 2018-10-08 15:31:19,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:19.708 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.535s] 2018-10-08 15:31:20,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:20.387 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.678s] 2018-10-08 15:31:21,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:21.093 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.705s] 2018-10-08 15:31:21,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:21.631 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.538s] 2018-10-08 15:31:24,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:24.702 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-08 15:31:29,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:29.807 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.808s] 2018-10-08 15:31:38,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:38.970 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.754s] 2018-10-08 15:31:50,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:50.551 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.481s] 2018-10-08 15:31:50,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:50.717 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.166s] 2018-10-08 15:31:52,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:52.309 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.592s] 2018-10-08 15:31:59,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:31:59.320 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [39.679s] 2018-10-08 15:32:13,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:13.670 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.262s] 2018-10-08 15:32:13,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:13.900 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.231s] 2018-10-08 15:32:14,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:14.470 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.569s] 2018-10-08 15:32:14,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:14.536 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [7.464s] 2018-10-08 15:32:16,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:16.579 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.108s] 2018-10-08 15:32:18,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:18.830 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.251s] 2018-10-08 15:32:19,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:19.053 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.222s] 2018-10-08 15:32:19,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:19.101 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.048s] 2018-10-08 15:32:20,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:20.962 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.424s] 2018-10-08 15:32:26,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:26.076 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [5.114s] 2018-10-08 15:32:32,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:32.317 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [6.240s] 2018-10-08 15:32:35,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:35.170 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [159.393s] 2018-10-08 15:32:37,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:37.419 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [160.959s] 2018-10-08 15:32:37,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:37.992 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.675s] 2018-10-08 15:32:39,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:39.895 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-08 15:32:41,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:41.588 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-08 15:32:43,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:43.764 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-08 15:32:47,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:47.506 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [10.087s] 2018-10-08 15:32:48,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:48.414 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.181s] 2018-10-08 15:32:51,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:51.315 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.898s] 2018-10-08 15:32:51,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:51.783 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [2.103s] 2018-10-08 15:32:52,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:52.292 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.978s] 2018-10-08 15:32:53,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:53.511 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.218s] 2018-10-08 15:32:54,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:54.600 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.087s] 2018-10-08 15:32:57,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:57.718 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [3.117s] 2018-10-08 15:32:59,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:59.353 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.634s] 2018-10-08 15:32:59,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:32:59.753 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.400s] 2018-10-08 15:33:01,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:01.893 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.138s] 2018-10-08 15:33:03,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:03.073 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.180s] 2018-10-08 15:33:03,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:03.645 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.570s] 2018-10-08 15:33:03,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:03.666 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.022s] 2018-10-08 15:33:03,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:03.685 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.019s] 2018-10-08 15:33:03,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:03.703 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-08 15:33:05,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:05.242 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-08 15:33:05,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:05.243 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-08 15:33:05,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:05.244 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]. 2018-10-08 15:33:05,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:05.246 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-08 15:33:18,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:18.866 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [27.078s] 2018-10-08 15:33:23,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:23.679 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.817s] 2018-10-08 15:33:50,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:50.653 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [26.966s] 2018-10-08 15:33:53,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:53.198 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [250.613s] 2018-10-08 15:33:57,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:57.363 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.712s] 2018-10-08 15:33:59,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:33:59.527 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [335.364s] 2018-10-08 15:34:02,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:34:02.008 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [74.484s] 2018-10-08 15:35:08,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:35:08.373 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [3.344s] 2018-10-08 15:35:08,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:35:08.376 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. 2018-10-08 15:35:29,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:35:29.403 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [87.374s] 2018-10-08 15:36:12,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:36:12.980 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [43.567s] 2018-10-08 15:36:12,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:36:12.981 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-10-08 15:36:37,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:36:37.524 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [24.541s] 2018-10-08 15:36:42,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:36:42.033 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [4.511s] 2018-10-08 15:36:46,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:36:46.693 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.596s] 2018-10-08 15:37:04,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:04.042 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.155s] 2018-10-08 15:37:04,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:04.079 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.038s] 2018-10-08 15:37:09,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:09.948 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.149s] 2018-10-08 15:37:21,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:21.104 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [7.474s] 2018-10-08 15:37:23,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:23.134 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:37:23,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:23.135 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-08 15:37:27,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:27.471 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.298s] 2018-10-08 15:37:27,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:27.938 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.466s] 2018-10-08 15:37:35,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:35.709 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.260s] 2018-10-08 15:37:36,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:36.217 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.508s] 2018-10-08 15:37:36,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:36.830 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.611s] 2018-10-08 15:37:36,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:36.900 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.070s] 2018-10-08 15:37:36,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:36.970 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.070s] 2018-10-08 15:37:37,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:37.040 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.070s] 2018-10-08 15:37:40,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:40.179 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [217.862s] 2018-10-08 15:37:45,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:45.982 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.532s] 2018-10-08 15:37:46,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:46.694 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.710s] 2018-10-08 15:37:47,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:47.072 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.378s] 2018-10-08 15:37:47,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:47.435 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.362s] 2018-10-08 15:37:48,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:48.537 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.101s] 2018-10-08 15:37:48,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:48.951 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.414s] 2018-10-08 15:37:49,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:49.362 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.410s] 2018-10-08 15:37:50,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:50.906 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.542s] 2018-10-08 15:37:51,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:51.151 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.243s] 2018-10-08 15:37:51,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:51.970 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.819s] 2018-10-08 15:37:52,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:52.038 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.069s] 2018-10-08 15:37:52,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:52.479 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.440s] 2018-10-08 15:37:53,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:37:53.202 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.721s] 2018-10-08 15:38:06,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:06.554 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.696s] 2018-10-08 15:38:06,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:06.726 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.174s] 2018-10-08 15:38:06,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:06.985 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.258s] 2018-10-08 15:38:18,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:18.972 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.583s] 2018-10-08 15:38:24,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:24.244 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.181s] 2018-10-08 15:38:26,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:26.057 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.811s] 2018-10-08 15:38:32,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:32.393 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.381s] 2018-10-08 15:38:32,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:32.571 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.178s] 2018-10-08 15:38:32,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:32.734 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.163s] 2018-10-08 15:38:32,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:32.906 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.172s] 2018-10-08 15:38:37,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:38:37.747 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.245s] 2018-10-08 15:39:05,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:39:05.100 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [305.561s] 2018-10-08 15:41:12,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-08 15:41:12.013 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [211.820s] 2018-10-08 15:41:18,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2bf24237-1240-47ae-b7c6-5bb8b1404f6c 2018-10-08 15:41:18,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2bf24237-1240-47ae-b7c6-5bb8b1404f6c']'. 2018-10-08 15:41:19,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-08 15:41:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-08 15:41:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 15:41:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2bf24237-1240-47ae-b7c6-5bb8b1404f6c | 2018-10-08 15:41:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-08 15:41:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-08 15:16:39 | 2018-10-08 15:41:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-08 15:41:18 | 2018-10-08 15:41:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:24:39 | 2018-10-08 15:41:19,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-08 15:41:19,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-08 15:41:19,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: dbe8c921-0274-4a0f-ba7f-a22056f5f0d7) | 2018-10-08 15:41:19,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-08 15:41:19,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c032a484-6b9e-48b9-9a5b-c0f866f419ab) | 2018-10-08 15:41:19,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-08 15:41:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1467.722 | 2018-10-08 15:41:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1036 | 2018-10-08 15:41:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 356 | 2018-10-08 15:41:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-08 15:41:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-08 15:41:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 76 | 2018-10-08 15:41:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-08 15:41:19,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-08 15:41:19,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-08 15:41:20,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 93.1654676259% 2018-10-08 15:41:20,256 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 24:53 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-08 15:41:23,502 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK