2018-11-06 20:28:58,967 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-310 | | 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-11-06 20:28:58,970 - 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=N9mAexYrKJ8eJXpV44RRJKzKt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.4 export OS_REGION_NAME=regionOne 2018-11-06 20:28:58,970 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-06 20:28:58,971 - 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-11-06 20:28:58,979 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-11-06 20:29:00,958 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_3fb23c1e-5549-4e21-bd3a-172ea6658076', 'id': u'2226ee25279245d8885f2d1a7a1dc32f', '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-11-06 20:29:01,532 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4d615b82f8d642108af40648aff0e64a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_3fb23c1e-5549-4e21-bd3a-172ea6658076'}) 2018-11-06 20:29:01,796 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 20:29:02,100 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/e92ee3c7f16b47398bd7a19f0b7cf99e'}, 'domain_id': None, 'human_id': None, 'id': u'e92ee3c7f16b47398bd7a19f0b7cf99e', 'HUMAN_ID': False}) 2018-11-06 20:29:02,740 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_3fb23c1e-5549-4e21-bd3a-172ea6658076', 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': '461720d9-e82d-4dc7-906c-00f30661d847', 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_3fb23c1e-5549-4e21-bd3a-172ea6658076', 'project_id': u'2226ee25279245d8885f2d1a7a1dc32f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 20:29:02,746 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_3fb23c1e-5549-4e21-bd3a-172ea6658076', 'password': '461720d9-e82d-4dc7-906c-00f30661d847', 'project_name': 'connection_check-project_3fb23c1e-5549-4e21-bd3a-172ea6658076', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '2226ee25279245d8885f2d1a7a1dc32f', 'project_domain_name': 'Default'} 2018-11-06 20:29:06,881 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-06 20:29:06,881 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-11-06 20:29:17,696 - 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.804s OK 2018-11-06 20:29:17,810 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 20:29:17,811 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-06 20:29:20,381 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-11-06 20:29:21,111 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_1d1cdabb-2185-4be5-b29c-514a4bb3be58', 'id': u'b8c07de83f8f49bc884b8b0f66cf131e', '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-11-06 20:29:21,763 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'063dfdb5823f4420bf8ff8234c253959', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_1d1cdabb-2185-4be5-b29c-514a4bb3be58'}) 2018-11-06 20:29:21,982 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 20:29:22,162 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/4c2679ef926946ac8dc16d11dc7414d6'}, 'domain_id': None, 'human_id': None, 'id': u'4c2679ef926946ac8dc16d11dc7414d6', 'HUMAN_ID': False}) 2018-11-06 20:29:22,684 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_1d1cdabb-2185-4be5-b29c-514a4bb3be58', 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': '999e8008-ae3e-473b-8d6c-57426e9af84d', 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_1d1cdabb-2185-4be5-b29c-514a4bb3be58', 'project_id': u'b8c07de83f8f49bc884b8b0f66cf131e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 20:29:22,696 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_1d1cdabb-2185-4be5-b29c-514a4bb3be58', 'password': '999e8008-ae3e-473b-8d6c-57426e9af84d', 'project_name': 'api_check-project_1d1cdabb-2185-4be5-b29c-514a4bb3be58', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'b8c07de83f8f49bc884b8b0f66cf131e', 'project_domain_name': 'Default'} 2018-11-06 20:29:26,634 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-06 20:29:26,635 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-11-06 20:42:23,673 - 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 776.907s OK 2018-11-06 20:42:23,788 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 20:42:23,789 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-06 20:42:25,656 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-11-06 20:42:26,257 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_6cd2c37b-40b9-4619-8754-5ecb8320d868', 'id': u'17300774b90e434e9106bfdc0976dfd3', '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-11-06 20:42:26,759 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ce04b1daf6244d8ca0dd83c8082d3d35', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_6cd2c37b-40b9-4619-8754-5ecb8320d868'}) 2018-11-06 20:42:26,911 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 20:42:27,079 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/09bcee8dcd5042c49b44bd2314d2847c'}, 'domain_id': None, 'human_id': None, 'id': u'09bcee8dcd5042c49b44bd2314d2847c', 'HUMAN_ID': False}) 2018-11-06 20:42:27,625 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_6cd2c37b-40b9-4619-8754-5ecb8320d868', 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': '9d87ec3c-ff14-4e11-9eca-2d5bfda920b1', 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_6cd2c37b-40b9-4619-8754-5ecb8320d868', 'project_id': u'17300774b90e434e9106bfdc0976dfd3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 20:42:27,631 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_6cd2c37b-40b9-4619-8754-5ecb8320d868', 'password': '9d87ec3c-ff14-4e11-9eca-2d5bfda920b1', 'project_name': 'snaps_health_check-project_6cd2c37b-40b9-4619-8754-5ecb8320d868', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '17300774b90e434e9106bfdc0976dfd3', 'project_domain_name': 'Default'} 2018-11-06 20:42:29,945 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-06 20:42:29,945 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-11-06 20:43:11,324 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.377s OK 2018-11-06 20:43:11,445 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 20:43:11,446 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-11-06 20:43:13,443 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:57 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-11-06 20:43:13,447 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-06 20:43:17,296 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-310 | | 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-11-06 20:43:17,302 - 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=N9mAexYrKJ8eJXpV44RRJKzKt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.4 export OS_REGION_NAME=regionOne 2018-11-06 20:43:17,302 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-06 20:43:17,304 - 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-11-06 20:43:17,345 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-11-06 20:43:20,755 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'id': u'0348659662f64a6cbaea9e5f38860051', '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-11-06 20:43:21,229 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'470cac4302c84c33a99fc6a845e08e55', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_9eabb4e8-f564-49fc-8ea1-120759e74fef'}) 2018-11-06 20:43:21,387 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 20:43:21,563 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/67ab0de1328e4c5abd6ece94adca875c'}, 'domain_id': None, 'human_id': None, 'id': u'67ab0de1328e4c5abd6ece94adca875c', 'HUMAN_ID': False}) 2018-11-06 20:43:22,117 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_9eabb4e8-f564-49fc-8ea1-120759e74fef', 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': 'b6f1d055-9d90-4772-bb23-a544cad09d4f', 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_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'project_id': u'0348659662f64a6cbaea9e5f38860051', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 20:43:22,123 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'password': 'b6f1d055-9d90-4772-bb23-a544cad09d4f', 'project_name': 'vping_ssh-project_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '0348659662f64a6cbaea9e5f38860051', 'project_domain_name': 'Default'} 2018-11-06 20:43:22,123 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-11-06 20:43:22,974 - 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-11-06T20:43:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'55910364-c560-4db7-b71c-0089f4e1918d', u'provider:segmentation_id': 16, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_9eabb4e8-f564-49fc-8ea1-120759e74fef', u'admin_state_up': True, u'tenant_id': u'0348659662f64a6cbaea9e5f38860051', u'created_at': u'2018-11-06T20:43:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0348659662f64a6cbaea9e5f38860051'}) 2018-11-06 20:43:24,423 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-06T20:43:23Z', 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'039939bf-6b36-4e04-9fb1-570d43d7c756', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_9eabb4e8-f564-49fc-8ea1-120759e74fef', u'enable_dhcp': True, u'network_id': u'55910364-c560-4db7-b71c-0089f4e1918d', u'tenant_id': u'0348659662f64a6cbaea9e5f38860051', u'created_at': u'2018-11-06T20:43:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0348659662f64a6cbaea9e5f38860051'}) 2018-11-06 20:43:25,444 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'88a8d1cb-f972-4fbf-ab0b-66202edfdde9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'999f41b0-3000-46db-9170-4b0fe4f63288', u'ip_address': u'172.30.9.217'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0348659662f64a6cbaea9e5f38860051', u'created_at': u'2018-11-06T20:43:24Z', u'admin_state_up': True, u'updated_at': u'2018-11-06T20:43:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'0348659662f64a6cbaea9e5f38860051', u'id': u'2160c783-e270-4a11-8496-8b59e634309a', u'name': u'vping_ssh-router_9eabb4e8-f564-49fc-8ea1-120759e74fef'}) 2018-11-06 20:43:29,286 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/e25158a9-9ac1-4f69-aa4e-dd8695f4c63a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e25158a9-9ac1-4f69-aa4e-dd8695f4c63a/file', 'owner': u'0348659662f64a6cbaea9e5f38860051', 'id': u'e25158a9-9ac1-4f69-aa4e-dd8695f4c63a', 'size': 12716032, u'self': u'/v2/images/e25158a9-9ac1-4f69-aa4e-dd8695f4c63a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0348659662f64a6cbaea9e5f38860051', 'name': 'vping_ssh-project_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/e25158a9-9ac1-4f69-aa4e-dd8695f4c63a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T20:43:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-06T20:43:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e25158a9-9ac1-4f69-aa4e-dd8695f4c63a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_9eabb4e8-f564-49fc-8ea1-120759e74fef', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'created': u'2018-11-06T20:43:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T20:43:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e25158a9-9ac1-4f69-aa4e-dd8695f4c63a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_9eabb4e8-f564-49fc-8ea1-120759e74fef', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 20:43:29,496 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_9eabb4e8-f564-49fc-8ea1-120759e74fef', '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'35cef63a552c4009857581d35066215c', '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'9b46bbcc-d08f-4b35-8a62-dbeae7f196c1', 'swap': 0}) 2018-11-06 20:43:29,892 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfx+GhsfMg+Swa19anvusihvwr5P5V0BMj7Nh3kLGmGA6W+Docg2+hciT4vEhFAVBt4RpccBB0Vge8i5GAqlmy9Uxi4e0nBI+3OVCCCPcI2+4Jj466ofK1tThzIaG0pvThlVivpWVzEudkULlafHCMyJaHkoRCSm9+ohenYTVYlX2zmBKt0Kxl7CmXbDge/Hb5GH+kfQ5KyXcCmScc0mRLViKX7QiGNnUMfwww1zMTofTE547e4e7e7Yu7QZRHabXpAH+tLtQk5uUvndPVa5E8J2MYEjM4TvMk2lsJo9IJx0f5FbXG2u0kmechvoSjE7QbfKscUobbGRQzkzgU2GZX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA38fhobHzIPksGtfWp77rIob8K+T+VdATI+zYd5CxphgOlvg6\nHINvoXIk+LxIRQFQbeEaXHAQdFYHvIuRgKpZsvVMYuHtJwSPtzlQggj3CNvuCY+O\nuqHytbU4cyGhtKb04ZVYr6VlcxLnZFC5WnxwjMiWh5KEQkpvfqIXp2E1WJV9s5gS\nrdCsZewpl2w4Hvx2+Rh/pH0OSsl3ApknHNJkS1Yil+0IhjZ1DH8MMNczE6H0xOeO\n3uHu3u2Lu0GUR2m16QB/rS7UJOblL53T1WuRPCdjGBIzOE7zJNpbCaPSCcdH+RW1\nxtrtJJnnIb6EoxO0G3yrHFKG2xkUM5M4FNhmVwIDAQABAoIBACENlPYdIpwsMaeF\nWd9NA84Fwhl5qVdjdHBJ+28toA+4Xe9Omsa7YzGlenCC3unSV97i8NHWe5ezXVEs\nDEHE55rXQIEafbzVn6SggpOyX0qfsXkYCyzl3sOYEM5wmUHlpyXquT64X1Ov5x2a\nDsaeusEQn6tGqOJhvDYoGvZOFWMP6txf0X9oqpv9q20DG7ptpF+MSGOfx4HZeg8h\nB3nvyFTM45MWm7/7reu2EIXLKDy51FjRV0i6nqzBgPkUeNmha/WZhkqEfyF3TFhN\nBY0NFIrfm3zyAcZhZQZbfWadgI411b+JFZDAapbsaF3UlMI29p7yexGNAPTyCh/y\n1N4On4ECgYEA79lobk1hL0brZuTJvA1M5vQ/ZOw4Cf+h1IgQwMvHC8X0LwmUk9n0\nwUcIGdDXSZObIxxxRYY75qaIXC68aCC7Xpm9tlltUCZDQSlWQRDjL1n2yIWpinPi\nn7tEOLa4t8WOLgQdVc2YXRaeufJbBP723iHOJ3ZR1/qZEum+JnGu2I0CgYEA7tl7\nBHM1QOl349fo6v8+MU9NrmX23VJSeuYj8NEQXQ3rQCUjK7foeZsLkZXaTf/Cqjxp\nKp0ln+7Dmyt6Hqko52oyZINJFqqv+D12mUWFYNOxflAKwYLApv0/tspg+BsCaV2E\nTKwXGjo50fBr5JeIFHGc5o6ENqdL+7wpJYBfW3MCgYEAy6hvZDmQK/SsLdJW+bbR\ndcoviiKJ8vN9Flny38IoYXbUwJwB7QlFKliGKGWMaI1NTaL5C2/PrSn630tP75rb\nfphM3mlQyJ20vb+73cPZJHvfcKUOMOH1rGv2obGFZ4X4FFqqDhFlLqXmYT3Iy5Uz\nSaqqwhdVp27CS6zuKPae4IECgYEAvF+LdPQD0QEQzAJRsVzCyRL5egzyyJSPdlwh\nhmDsHefHXNytQ2KVF6tfUV+1P4TyG17vtmsf7GXboXqFor7ZAsIvojQkpZrSk96t\nta4txjLPLoakJQAhPtJGuLweBC8RFNZrbCjhQ48eYOPTxAJ6kV0VWISX457H/27j\nqK75Bd8CgYEA1soURhkdEFlanL8XTC2ijypZm1jRjgaFmmKV/IBCBwUxIY9uXMbL\nmje2ElXDtESRs036XHPoyWJKEi+gffpKr4Dcuei+zEJS8wZHvvAk/mHXwyaqXZeq\nJFtmYINMDxOGFamiwXt8a6ANNNTczKCbQzfgIUPrX7CaGcLxuNGb3eU=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'470cac4302c84c33a99fc6a845e08e55', 'name': u'vping_ssh-kp_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'created_at': '2018-11-06T20:43:29.892296', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0348659662f64a6cbaea9e5f38860051', 'name': 'vping_ssh-project_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e0:91:e8:36:bb:a1:f0:b8:14:61:a9:0b:4d:b4:c1:3d', 'type': 'ssh', 'id': u'vping_ssh-kp_9eabb4e8-f564-49fc-8ea1-120759e74fef'}) 2018-11-06 20:43:29,892 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA38fhobHzIPksGtfWp77rIob8K+T+VdATI+zYd5CxphgOlvg6 HINvoXIk+LxIRQFQbeEaXHAQdFYHvIuRgKpZsvVMYuHtJwSPtzlQggj3CNvuCY+O uqHytbU4cyGhtKb04ZVYr6VlcxLnZFC5WnxwjMiWh5KEQkpvfqIXp2E1WJV9s5gS rdCsZewpl2w4Hvx2+Rh/pH0OSsl3ApknHNJkS1Yil+0IhjZ1DH8MMNczE6H0xOeO 3uHu3u2Lu0GUR2m16QB/rS7UJOblL53T1WuRPCdjGBIzOE7zJNpbCaPSCcdH+RW1 xtrtJJnnIb6EoxO0G3yrHFKG2xkUM5M4FNhmVwIDAQABAoIBACENlPYdIpwsMaeF Wd9NA84Fwhl5qVdjdHBJ+28toA+4Xe9Omsa7YzGlenCC3unSV97i8NHWe5ezXVEs DEHE55rXQIEafbzVn6SggpOyX0qfsXkYCyzl3sOYEM5wmUHlpyXquT64X1Ov5x2a DsaeusEQn6tGqOJhvDYoGvZOFWMP6txf0X9oqpv9q20DG7ptpF+MSGOfx4HZeg8h B3nvyFTM45MWm7/7reu2EIXLKDy51FjRV0i6nqzBgPkUeNmha/WZhkqEfyF3TFhN BY0NFIrfm3zyAcZhZQZbfWadgI411b+JFZDAapbsaF3UlMI29p7yexGNAPTyCh/y 1N4On4ECgYEA79lobk1hL0brZuTJvA1M5vQ/ZOw4Cf+h1IgQwMvHC8X0LwmUk9n0 wUcIGdDXSZObIxxxRYY75qaIXC68aCC7Xpm9tlltUCZDQSlWQRDjL1n2yIWpinPi n7tEOLa4t8WOLgQdVc2YXRaeufJbBP723iHOJ3ZR1/qZEum+JnGu2I0CgYEA7tl7 BHM1QOl349fo6v8+MU9NrmX23VJSeuYj8NEQXQ3rQCUjK7foeZsLkZXaTf/Cqjxp Kp0ln+7Dmyt6Hqko52oyZINJFqqv+D12mUWFYNOxflAKwYLApv0/tspg+BsCaV2E TKwXGjo50fBr5JeIFHGc5o6ENqdL+7wpJYBfW3MCgYEAy6hvZDmQK/SsLdJW+bbR dcoviiKJ8vN9Flny38IoYXbUwJwB7QlFKliGKGWMaI1NTaL5C2/PrSn630tP75rb fphM3mlQyJ20vb+73cPZJHvfcKUOMOH1rGv2obGFZ4X4FFqqDhFlLqXmYT3Iy5Uz SaqqwhdVp27CS6zuKPae4IECgYEAvF+LdPQD0QEQzAJRsVzCyRL5egzyyJSPdlwh hmDsHefHXNytQ2KVF6tfUV+1P4TyG17vtmsf7GXboXqFor7ZAsIvojQkpZrSk96t ta4txjLPLoakJQAhPtJGuLweBC8RFNZrbCjhQ48eYOPTxAJ6kV0VWISX457H/27j qK75Bd8CgYEA1soURhkdEFlanL8XTC2ijypZm1jRjgaFmmKV/IBCBwUxIY9uXMbL mje2ElXDtESRs036XHPoyWJKEi+gffpKr4Dcuei+zEJS8wZHvvAk/mHXwyaqXZeq JFtmYINMDxOGFamiwXt8a6ANNNTczKCbQzfgIUPrX7CaGcLxuNGb3eU= -----END RSA PRIVATE KEY----- 2018-11-06 20:43:39,591 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_9eabb4e8-f564-49fc-8ea1-120759e74fef': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8b:7f:9a', 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'e25158a9-9ac1-4f69-aa4e-dd8695f4c63a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-06T20:43:38.000000', 'flavor': Munch({u'id': u'9b46bbcc-d08f-4b35-8a62-dbeae7f196c1'}), 'az': u'nova', 'id': u'5daacfe3-dcca-4bf9-b6f7-ecc4013c3422', 'security_groups': [Munch({u'name': u'vping_ssh-sg_9eabb4e8-f564-49fc-8ea1-120759e74fef'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'470cac4302c84c33a99fc6a845e08e55', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0348659662f64a6cbaea9e5f38860051', 'name': 'vping_ssh-project_9eabb4e8-f564-49fc-8ea1-120759e74fef', '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-11-06T20:43:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-06T20:43:38Z', 'hostId': u'14b73c76933f37748ce268a9ed4c07f599aa01f6794a54a5ced64fb3', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'14b73c76933f37748ce268a9ed4c07f599aa01f6794a54a5ced64fb3', '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-11-06T20:43:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0348659662f64a6cbaea9e5f38860051', 'name': u'vping_ssh-vm2_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'adminPass': u'WA7mjFJiLip4', 'tenant_id': u'0348659662f64a6cbaea9e5f38860051', 'region': 'regionOne', 'created': u'2018-11-06T20:43:33Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-06 20:43:50,307 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_9eabb4e8-f564-49fc-8ea1-120759e74fef': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f1:99:cc', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e25158a9-9ac1-4f69-aa4e-dd8695f4c63a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-06T20:43:47.000000', 'flavor': Munch({u'id': u'9b46bbcc-d08f-4b35-8a62-dbeae7f196c1'}), 'az': u'nova', 'id': u'1f845e90-e0c4-4b38-bccb-4bdbf61eb78e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_9eabb4e8-f564-49fc-8ea1-120759e74fef'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'470cac4302c84c33a99fc6a845e08e55', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0348659662f64a6cbaea9e5f38860051', 'name': 'vping_ssh-project_9eabb4e8-f564-49fc-8ea1-120759e74fef', '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-11-06T20:43:47.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-06T20:43:48Z', 'hostId': u'22c05a764c94da868c5391ea6befb23b3f6fda0ae22d4f62adef1df3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'22c05a764c94da868c5391ea6befb23b3f6fda0ae22d4f62adef1df3', '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-11-06T20:43:47.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0348659662f64a6cbaea9e5f38860051', 'name': u'vping_ssh-vm_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'adminPass': u'Mh3TYLcAnsuy', 'tenant_id': u'0348659662f64a6cbaea9e5f38860051', 'region': 'regionOne', 'created': u'2018-11-06T20:43:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-06 20:43:52,542 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'2160c783-e270-4a11-8496-8b59e634309a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0348659662f64a6cbaea9e5f38860051', 'created_at': u'2018-11-06T20:43:51Z', 'attached': True, 'updated_at': u'2018-11-06T20:43:51Z', 'id': u'8819ff93-4641-4a3e-9cd5-7afd951c9309', 'floating_network_id': u'88a8d1cb-f972-4fbf-ab0b-66202edfdde9', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.214', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0348659662f64a6cbaea9e5f38860051', 'name': 'vping_ssh-project_9eabb4e8-f564-49fc-8ea1-120759e74fef', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'2160c783-e270-4a11-8496-8b59e634309a', 'project_id': u'0348659662f64a6cbaea9e5f38860051', 'port_id': u'4024d36e-5986-4f58-a005-1ffee402f36c', 'port': u'4024d36e-5986-4f58-a005-1ffee402f36c', 'network': u'88a8d1cb-f972-4fbf-ab0b-66202edfdde9'}) 2018-11-06 20:43:53,662 - 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 993359515 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.126460] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.128050] pid_max: default: 32768 minimum: 301 [ 0.128910] ACPI: Core revision 20150930 [ 0.130265] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131520] Security Framework initialized [ 0.132303] Yama: becoming mindful. [ 0.133002] AppArmor: AppArmor initialized [ 0.133836] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.135115] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136340] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137487] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138827] Initializing cgroup subsys io [ 0.139616] Initializing cgroup subsys memory [ 0.140445] Initializing cgroup subsys devices [ 0.141281] Initializing cgroup subsys freezer [ 0.142123] Initializing cgroup subsys net_cls [ 0.142960] Initializing cgroup subsys perf_event [ 0.143836] Initializing cgroup subsys net_prio [ 0.144686] Initializing cgroup subsys hugetlb [ 0.145520] Initializing cgroup subsys pids [ 0.146372] CPU: Physical Processor ID: 0 [ 0.147840] mce: CPU supports 10 MCE banks [ 0.148657] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149630] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160228] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166553] ftrace: allocating 31920 entries in 125 pages [ 0.192759] smpboot: Max logical packages: 1 [ 0.193594] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.194896] x2apic enabled [ 0.195687] Switched APIC routing to physical x2apic. [ 0.197399] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198483] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200412] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202136] KVM setup paravirtual spinlock [ 0.203405] x86: Booted up 1 node, 1 CPUs [ 0.204183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.205522] devtmpfs: initialized [ 0.207209] evm: security.selinux [ 0.207886] evm: security.SMACK64 [ 0.208554] evm: security.SMACK64EXEC [ 0.209271] evm: security.SMACK64TRANSMUTE [ 0.210046] evm: security.SMACK64MMAP [ 0.210765] evm: security.ima [ 0.211390] evm: security.capability [ 0.212171] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.213953] pinctrl core: initialized pinctrl subsystem [ 0.215009] RTC time: 20:43:47, date: 11/06/18 [ 0.215941] NET: Registered protocol family 16 [ 0.216880] cpuidle: using governor ladder [ 0.217669] cpuidle: using governor menu [ 0.218428] PCCT header not found. [ 0.219154] ACPI: bus type PCI registered [ 0.219932] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221130] PCI: Using configuration type 1 for base access [ 0.222844] ACPI: Added _OSI(Module Device) [ 0.223655] ACPI: Added _OSI(Processor Device) [ 0.224491] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.225356] ACPI: Added _OSI(Processor Aggregator Device) [ 0.227456] ACPI: Interpreter enabled [ 0.228200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.229997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.231773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.233563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.235342] ACPI: (supports S0 S5) [ 0.236022] ACPI: Using IOAPIC for interrupt routing [ 0.237031] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.242351] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.243502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.245639] acpiphp: Slot [3] registered [ 0.246412] acpiphp: Slot [4] registered [ 0.247182] acpiphp: Slot [5] registered [ 0.247956] acpiphp: Slot [6] registered [ 0.248728] acpiphp: Slot [7] registered [ 0.249499] acpiphp: Slot [8] registered [ 0.250269] acpiphp: Slot [9] registered [ 0.251037] acpiphp: Slot [10] registered [ 0.251818] acpiphp: Slot [11] registered [ 0.252607] acpiphp: Slot [12] registered [ 0.253393] acpiphp: Slot [13] registered [ 0.254182] acpiphp: Slot [14] registered [ 0.254962] acpiphp: Slot [15] registered [ 0.265766] acpiphp: Slot [16] registered [ 0.266558] acpiphp: Slot [17] registered [ 0.267343] acpiphp: Slot [18] registered [ 0.268123] acpiphp: Slot [19] registered [ 0.268907] acpiphp: Slot [20] registered [ 0.269692] acpiphp: Slot [21] registered [ 0.270488] acpiphp: Slot [22] registered [ 0.271274] acpiphp: Slot [23] registered [ 0.272058] acpiphp: Slot [24] registered [ 0.272843] acpiphp: Slot [25] registered [ 0.273626] acpiphp: Slot [26] registered [ 0.274410] acpiphp: Slot [27] registered [ 0.275205] acpiphp: Slot [28] registered [ 0.275989] acpiphp: Slot [29] registered [ 0.276790] acpiphp: Slot [30] registered [ 0.277581] acpiphp: Slot [31] registered [ 0.278365] PCI host bridge to bus 0000:00 [ 0.279141] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.280316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.281487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.282894] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.284310] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.290589] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.291848] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.292979] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.294209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.300537] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.301950] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.349149] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.350608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353376] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354843] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.356056] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357189] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358275] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359788] vgaarb: loaded [ 0.360385] vgaarb: bridge control possible 0000:00:02.0 [ 0.361479] SCSI subsystem initialized [ 0.362272] ACPI: bus type USB registered [ 0.363051] usbcore: registered new interface driver usbfs [ 0.364050] usbcore: registered new interface driver hub [ 0.365024] usbcore: registered new device driver usb [ 0.366046] PCI: Using ACPI for IRQ routing [ 0.367035] NetLabel: Initializing [ 0.367725] NetLabel: domain hash size = 128 [ 0.368543] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369451] NetLabel: unlabeled traffic allowed by default [ 0.370501] clocksource: Switched to clocksource kvm-clock [ 0.375894] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377737] pnp: PnP ACPI: found 5 devices [ 0.384086] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385759] NET: Registered protocol family 2 [ 0.386684] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.387903] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.389027] TCP: Hash tables configured (established 4096 bind 4096) [ 0.390131] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391167] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392288] NET: Registered protocol family 1 [ 0.393119] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394180] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395215] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409076] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423054] Trying to unpack rootfs image as initramfs... [ 0.472286] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.485859] Scanning for low memory corruption every 60 seconds [ 0.487365] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.488618] audit: initializing netlink subsys (disabled) [ 0.489826] audit: type=2000 audit(1541537028.641:1): initialized [ 0.491394] Initialise system trusted keyring [ 0.492523] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493937] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.496170] zbud: loaded [ 0.496945] VFS: Disk quotas dquot_6.6.0 [ 0.497911] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505354] fuse init (API version 7.23) [ 0.517770] Key type big_key registered [ 0.519055] Allocating IMA MOK and blacklist keyrings. [ 0.520567] Key type asymmetric registered [ 0.521567] Asymmetric key parser 'x509' registered [ 0.522677] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524736] io scheduler noop registered [ 0.525674] io scheduler deadline registered (default) [ 0.526798] io scheduler cfq registered [ 0.527752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528956] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.530422] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.532126] ACPI: Power Button [PWRF] [ 0.533069] GHES: HEST is not enabled! [ 0.546890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575271] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.577606] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.602968] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.606261] Linux agpgart interface v0.103 [ 0.608370] brd: module loaded [ 0.609632] loop: module loaded [ 0.614777] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616419] GPT:90111 != 2097151 [ 0.617168] GPT:Alternate GPT header not at the end of the disk. [ 0.618398] GPT:90111 != 2097151 [ 0.619164] GPT: Use GNU Parted to correct GPT errors. [ 0.620255] vda: vda1 vda15 [ 0.621862] scsi host0: ata_piix [ 0.622672] scsi host1: ata_piix [ 0.623450] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624829] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.626434] libphy: Fixed MDIO Bus: probed [ 0.627349] tun: Universal TUN/TAP device driver, 1.6 [ 0.628419] tun: (C) 1999-2004 Max Krasnyansky [ 0.630733] PPP generic driver version 2.4.2 [ 0.631848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.633194] ehci-pci: EHCI PCI platform driver [ 0.634170] ehci-platform: EHCI generic platform driver [ 0.635296] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636576] ohci-pci: OHCI PCI platform driver [ 0.637555] ohci-platform: OHCI generic platform driver [ 0.638672] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653175] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654303] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.655940] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657090] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.658342] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.659757] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661361] usb usb1: Product: UHCI Host Controller [ 0.662401] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.663620] usb usb1: SerialNumber: 0000:00:01.2 [ 0.664547] hub 1-0:1.0: USB hub found [ 0.665294] hub 1-0:1.0: 2 ports detected [ 0.666179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.668243] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.669167] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.670163] mousedev: PS/2 mouse device common for all mice [ 0.671380] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.673163] rtc_cmos 00:00: RTC can wake from S4 [ 0.674233] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.675396] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.676542] i2c /dev entries driver [ 0.677271] device-mapper: uevent: version 1.0.3 [ 0.678178] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.679748] ledtrig-cpu: registered to indicate activity on CPUs [ 0.680999] NET: Registered protocol family 10 [ 0.681955] NET: Registered protocol family 17 [ 0.682821] Key type dns_resolver registered [ 0.683713] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.684776] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.686473] registered taskstats version 1 [ 0.687279] Loading compiled-in X.509 certificates [ 0.688685] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.690462] zswap: loaded using pool lzo/zbud [ 0.691802] Key type trusted registered [ 0.693312] Key type encrypted registered [ 0.694112] AppArmor: AppArmor sha1 policy hashing enabled [ 0.695115] ima: No TPM chip found, activating TPM-bypass! [ 0.696117] evm: HMAC attrs: 0x1 [ 0.697013] Magic number: 10:288:750 [ 0.697760] ata_link link1: hash matches [ 0.698525] link1: hash matches [ 0.699195] tty ttyS1: hash matches [ 0.699974] rtc_cmos 00:00: setting system clock to 2018-11-06 20:43:48 UTC (1541537028) [ 0.701510] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.702595] EDD information not available. [ 0.783479] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784977] Write protecting the kernel read-only data: 14336k [ 0.786514] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.788264] 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 [ 0.829720] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.97 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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 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.10. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgUjEQ9cATOZN9UEfCh67QZ/dspka7MwrtLo0PGLww4Va92vXByOi7b/vO2wIPRRtVwlx/1Po9iTcaSI7R2o+C8EZ9oHHK0J1tAVNutgNf0XxxKE/fBcDWiI6nsl1fsEyJF2Td9bgVRmZG08WJeCOlrESw9ChvM6Omsny9gVd9Bpzt7E7ET+b2qk+71kutU//H6yo7yThMFWq1+7tPu10ubbA3qIV4lAGzYI0wvFkKwt9po6PFQrDY+vF+p3gfOXoKlJc0Lyw2fC99CidTvkpfxX4yNToW++rvqjaNxLncpB/lxPr2EKvXs5euLAjApVWtje9gWTcaPzU7YExS3nIJ root@vping-ssh-vm-9eabb4e8-f564-49fc-8ea1-120759e74fef ssh-dss AAAAB3NzaC1kc3MAAACBAKizbCkgVFFA/5V+DqWE15hqd0Jms7MQQZShnMsQiMZ2f+inXDEha1WtpEIsaUGoyQFR7LDHWbUNbeKIYtHkmzlb9W4+7RhAb6IYcW/QQE8ZPB1Dp7uY04IhHfxcbK9uokaoB27DE2UoBzGl3iNYxBkrXNejJNKqWhTyot/EaP+dAAAAFQCFOSsQraLY+dlfjbd/waDa+ShINQAAAIAQcSLiCcmnPSpCfx3SYOFcBqhhKFbXTmLKz8CXFTnGxtE4AJncntiB9B9I5ZQdHHzrFYMFU1mkli3ar0CBjTV93hXNfNONKA+H+4J8VKJpmLQZSvr2XB7KbWrn/gOhLNFMBlc3ACNU2RV9bq7nfvoznoPTtWKC1M2K5gNGwGHyKQAAAIAfCfVAqs496XCTaf2S7t2IrHmGzxtWNOBfTClSgh4Kk2h5qd/g6CBeVjEzcXv37ECSfiMHzVMYQa3qnFPh8SejTAjQ7ztWteD2VYXzJJlL8jreKffCUMM2byQ662TKqdceHe5KlXafVxiQZ6DKVqMszVNKHLhxu3WGsuydryYk/w== root@vping-ssh-vm-9eabb4e8-f564-49fc-8ea1-120759e74fef -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fef1:99cc/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.9 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-9eabb4e8-f564-49fc-8ea1-120759e74fef launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.73 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-9eabb4e8-f564-49fc-8ea1-120759e74fef login: 2018-11-06 20:43:56,273 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.5 (192.168.120.5): 56 data bytes 64 bytes from 192.168.120.5: seq=0 ttl=64 time=1.407 ms --- 192.168.120.5 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.407/1.407/1.407 ms 2018-11-06 20:43:56,274 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-11-06 20:43:56,388 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 20:43:56,388 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:34 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-06 20:44:16,084 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-11-06 20:44:16,970 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_440f453c-e031-4352-92e2-7938925a3fc2', 'id': u'72b87ff00a564b138c3491361d581494', '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-11-06 20:44:17,417 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6d340b64e7e640179ac26fa7a382943f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_440f453c-e031-4352-92e2-7938925a3fc2'}) 2018-11-06 20:44:17,572 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 20:44:17,798 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/137b94d4d8394ac49da2bc791874598d'}, 'domain_id': None, 'human_id': None, 'id': u'137b94d4d8394ac49da2bc791874598d', 'HUMAN_ID': False}) 2018-11-06 20:44:18,428 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_440f453c-e031-4352-92e2-7938925a3fc2', 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': '3d0baf3c-94d0-4aab-ae8d-f1c50698664e', 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_440f453c-e031-4352-92e2-7938925a3fc2', 'project_id': u'72b87ff00a564b138c3491361d581494', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 20:44:18,433 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_440f453c-e031-4352-92e2-7938925a3fc2', 'password': '3d0baf3c-94d0-4aab-ae8d-f1c50698664e', 'project_name': 'vping_userdata-project_440f453c-e031-4352-92e2-7938925a3fc2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '72b87ff00a564b138c3491361d581494', 'project_domain_name': 'Default'} 2018-11-06 20:44:18,434 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-11-06 20:44:19,230 - 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-11-06T20:44:19Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'373e82ab-6087-4d2b-ac6d-2257f9df4613', u'provider:segmentation_id': 90, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_440f453c-e031-4352-92e2-7938925a3fc2', u'admin_state_up': True, u'tenant_id': u'72b87ff00a564b138c3491361d581494', u'created_at': u'2018-11-06T20:44:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'72b87ff00a564b138c3491361d581494'}) 2018-11-06 20:44:21,016 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-06T20:44:20Z', 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'8194e78e-60de-4688-81b5-825530b0739f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_440f453c-e031-4352-92e2-7938925a3fc2', u'enable_dhcp': True, u'network_id': u'373e82ab-6087-4d2b-ac6d-2257f9df4613', u'tenant_id': u'72b87ff00a564b138c3491361d581494', u'created_at': u'2018-11-06T20:44:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'72b87ff00a564b138c3491361d581494'}) 2018-11-06 20:44:22,116 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'88a8d1cb-f972-4fbf-ab0b-66202edfdde9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'999f41b0-3000-46db-9170-4b0fe4f63288', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'72b87ff00a564b138c3491361d581494', u'created_at': u'2018-11-06T20:44:21Z', u'admin_state_up': True, u'updated_at': u'2018-11-06T20:44:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'72b87ff00a564b138c3491361d581494', u'id': u'603844bb-cacf-42b3-ab40-6d6d1e81676f', u'name': u'vping_userdata-router_440f453c-e031-4352-92e2-7938925a3fc2'}) 2018-11-06 20:44:26,679 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/b195840b-d34d-4657-9919-55ee3888b4fd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b195840b-d34d-4657-9919-55ee3888b4fd/file', 'owner': u'72b87ff00a564b138c3491361d581494', 'id': u'b195840b-d34d-4657-9919-55ee3888b4fd', 'size': 12716032, u'self': u'/v2/images/b195840b-d34d-4657-9919-55ee3888b4fd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'72b87ff00a564b138c3491361d581494', 'name': 'vping_userdata-project_440f453c-e031-4352-92e2-7938925a3fc2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/b195840b-d34d-4657-9919-55ee3888b4fd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T20:44:26Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-06T20:44:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_440f453c-e031-4352-92e2-7938925a3fc2', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b195840b-d34d-4657-9919-55ee3888b4fd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_440f453c-e031-4352-92e2-7938925a3fc2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_440f453c-e031-4352-92e2-7938925a3fc2', 'created': u'2018-11-06T20:44:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T20:44:24Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b195840b-d34d-4657-9919-55ee3888b4fd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_440f453c-e031-4352-92e2-7938925a3fc2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 20:44:26,910 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_440f453c-e031-4352-92e2-7938925a3fc2', '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'35cef63a552c4009857581d35066215c', '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'3012ecb2-b365-43f5-9843-e631189f75d6', 'swap': 0}) 2018-11-06 20:44:34,861 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_440f453c-e031-4352-92e2-7938925a3fc2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9b:d2:bc', 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'b195840b-d34d-4657-9919-55ee3888b4fd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-06T20:44:33.000000', 'flavor': Munch({u'id': u'3012ecb2-b365-43f5-9843-e631189f75d6'}), 'az': u'nova', 'id': u'5889ca0b-4687-43cf-917b-568e7948ba11', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6d340b64e7e640179ac26fa7a382943f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'72b87ff00a564b138c3491361d581494', 'name': 'vping_userdata-project_440f453c-e031-4352-92e2-7938925a3fc2', '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-11-06T20:44:33.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-06T20:44:33Z', 'hostId': u'668736c5b0b578b233e0bb1e5a70655dcd23b38d3bf2082ab7cbef61', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'668736c5b0b578b233e0bb1e5a70655dcd23b38d3bf2082ab7cbef61', '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-11-06T20:44:33.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'72b87ff00a564b138c3491361d581494', 'name': u'vping_userdata-vm_440f453c-e031-4352-92e2-7938925a3fc2', 'adminPass': u'uLV4sonxZ79J', 'tenant_id': u'72b87ff00a564b138c3491361d581494', 'region': 'regionOne', 'created': u'2018-11-06T20:44:28Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-06 20:44:48,090 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_440f453c-e031-4352-92e2-7938925a3fc2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:23:c5', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b195840b-d34d-4657-9919-55ee3888b4fd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-06T20:44:44.000000', 'flavor': Munch({u'id': u'3012ecb2-b365-43f5-9843-e631189f75d6'}), 'az': u'nova', 'id': u'bbd56dc4-07e7-4c65-9fd0-9efa2701f64b', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6d340b64e7e640179ac26fa7a382943f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'72b87ff00a564b138c3491361d581494', 'name': 'vping_userdata-project_440f453c-e031-4352-92e2-7938925a3fc2', '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-11-06T20:44:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-06T20:44:44Z', 'hostId': u'73ce7d510940de438c09b91447a8200dae3234739f731b2f3b1d0e02', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'73ce7d510940de438c09b91447a8200dae3234739f731b2f3b1d0e02', '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-11-06T20:44:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'72b87ff00a564b138c3491361d581494', 'name': u'vping_userdata-vm2_440f453c-e031-4352-92e2-7938925a3fc2', 'adminPass': u'Br9FcQwRynwk', 'tenant_id': u'72b87ff00a564b138c3491361d581494', 'region': 'regionOne', 'created': u'2018-11-06T20:44:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-06 20:44:48,090 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-11-06 20:44:50,850 - 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 741383163 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.130728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132403] pid_max: default: 32768 minimum: 301 [ 0.133305] ACPI: Core revision 20150930 [ 0.134707] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136033] Security Framework initialized [ 0.136866] Yama: becoming mindful. [ 0.137591] AppArmor: AppArmor initialized [ 0.138454] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139824] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141127] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142348] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143708] Initializing cgroup subsys io [ 0.144501] Initializing cgroup subsys memory [ 0.145346] Initializing cgroup subsys devices [ 0.146221] Initializing cgroup subsys freezer [ 0.147076] Initializing cgroup subsys net_cls [ 0.147926] Initializing cgroup subsys perf_event [ 0.148817] Initializing cgroup subsys net_prio [ 0.149682] Initializing cgroup subsys hugetlb [ 0.150535] Initializing cgroup subsys pids [ 0.151394] CPU: Physical Processor ID: 0 [ 0.152903] mce: CPU supports 10 MCE banks [ 0.153738] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166648] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172884] ftrace: allocating 31920 entries in 125 pages [ 0.198558] smpboot: Max logical packages: 1 [ 0.199392] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200719] x2apic enabled [ 0.201504] Switched APIC routing to physical x2apic. [ 0.203236] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204343] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206392] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208236] KVM setup paravirtual spinlock [ 0.209550] x86: Booted up 1 node, 1 CPUs [ 0.210386] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211828] devtmpfs: initialized [ 0.213532] evm: security.selinux [ 0.214251] evm: security.SMACK64 [ 0.214959] evm: security.SMACK64EXEC [ 0.215725] evm: security.SMACK64TRANSMUTE [ 0.216553] evm: security.SMACK64MMAP [ 0.217320] evm: security.ima [ 0.217986] evm: security.capability [ 0.218831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220780] pinctrl core: initialized pinctrl subsystem [ 0.221956] RTC time: 20:44:44, date: 11/06/18 [ 0.222970] NET: Registered protocol family 16 [ 0.224000] cpuidle: using governor ladder [ 0.224867] cpuidle: using governor menu [ 0.225701] PCCT header not found. [ 0.226488] ACPI: bus type PCI registered [ 0.227353] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228707] PCI: Using configuration type 1 for base access [ 0.230536] ACPI: Added _OSI(Module Device) [ 0.231406] ACPI: Added _OSI(Processor Device) [ 0.232297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233229] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235447] ACPI: Interpreter enabled [ 0.236260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243812] ACPI: (supports S0 S5) [ 0.244535] ACPI: Using IOAPIC for interrupt routing [ 0.245655] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248783] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249961] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251228] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252463] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254752] acpiphp: Slot [3] registered [ 0.255619] acpiphp: Slot [4] registered [ 0.256456] acpiphp: Slot [5] registered [ 0.257282] acpiphp: Slot [6] registered [ 0.258101] acpiphp: Slot [7] registered [ 0.258914] acpiphp: Slot [8] registered [ 0.259746] acpiphp: Slot [9] registered [ 0.260561] acpiphp: Slot [10] registered [ 0.261409] acpiphp: Slot [11] registered [ 0.262245] acpiphp: Slot [12] registered [ 0.263083] acpiphp: Slot [13] registered [ 0.263916] acpiphp: Slot [14] registered [ 0.264752] acpiphp: Slot [15] registered [ 0.275409] acpiphp: Slot [16] registered [ 0.276249] acpiphp: Slot [17] registered [ 0.277090] acpiphp: Slot [18] registered [ 0.277927] acpiphp: Slot [19] registered [ 0.278763] acpiphp: Slot [20] registered [ 0.279606] acpiphp: Slot [21] registered [ 0.280442] acpiphp: Slot [22] registered [ 0.281279] acpiphp: Slot [23] registered [ 0.282151] acpiphp: Slot [24] registered [ 0.282977] acpiphp: Slot [25] registered [ 0.283806] acpiphp: Slot [26] registered [ 0.284638] acpiphp: Slot [27] registered [ 0.285469] acpiphp: Slot [28] registered [ 0.286292] acpiphp: Slot [29] registered [ 0.287113] acpiphp: Slot [30] registered [ 0.287936] acpiphp: Slot [31] registered [ 0.288768] PCI host bridge to bus 0000:00 [ 0.289600] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292108] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295091] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305148] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313099] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358189] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359812] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361468] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363027] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364636] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366078] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367438] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370508] vgaarb: loaded [ 0.371219] vgaarb: bridge control possible 0000:00:02.0 [ 0.372564] SCSI subsystem initialized [ 0.373531] ACPI: bus type USB registered [ 0.374465] usbcore: registered new interface driver usbfs [ 0.375623] usbcore: registered new interface driver hub [ 0.376843] usbcore: registered new device driver usb [ 0.378084] PCI: Using ACPI for IRQ routing [ 0.379219] NetLabel: Initializing [ 0.380010] NetLabel: domain hash size = 128 [ 0.380981] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.382082] NetLabel: unlabeled traffic allowed by default [ 0.383351] clocksource: Switched to clocksource kvm-clock [ 0.388882] AppArmor: AppArmor Filesystem Enabled [ 0.389967] pnp: PnP ACPI init [ 0.390964] pnp: PnP ACPI: found 5 devices [ 0.397437] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.399434] NET: Registered protocol family 2 [ 0.400548] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.402055] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403404] TCP: Hash tables configured (established 4096 bind 4096) [ 0.404779] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406045] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407410] NET: Registered protocol family 1 [ 0.408399] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.409680] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.410890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.424841] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.439089] Trying to unpack rootfs image as initramfs... [ 0.488742] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503191] Scanning for low memory corruption every 60 seconds [ 0.504678] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506003] audit: initializing netlink subsys (disabled) [ 0.507201] audit: type=2000 audit(1541537084.839:1): initialized [ 0.508666] Initialise system trusted keyring [ 0.509696] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511021] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513128] zbud: loaded [ 0.513894] VFS: Disk quotas dquot_6.6.0 [ 0.514802] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516454] fuse init (API version 7.23) [ 0.517416] Key type big_key registered [ 0.518269] Allocating IMA MOK and blacklist keyrings. [ 0.519810] Key type asymmetric registered [ 0.520783] Asymmetric key parser 'x509' registered [ 0.521743] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523198] io scheduler noop registered [ 0.524002] io scheduler deadline registered (default) [ 0.525035] io scheduler cfq registered [ 0.525891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530055] ACPI: Power Button [PWRF] [ 0.531431] GHES: HEST is not enabled! [ 0.545289] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573309] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.575600] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.605053] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.608743] Linux agpgart interface v0.103 [ 0.611492] brd: module loaded [ 0.612748] loop: module loaded [ 0.618445] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619874] GPT:90111 != 2097151 [ 0.620529] GPT:Alternate GPT header not at the end of the disk. [ 0.621582] GPT:90111 != 2097151 [ 0.622231] GPT: Use GNU Parted to correct GPT errors. [ 0.623192] vda: vda1 vda15 [ 0.625371] scsi host0: ata_piix [ 0.626104] scsi host1: ata_piix [ 0.626800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.627994] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.629413] libphy: Fixed MDIO Bus: probed [ 0.630214] tun: Universal TUN/TAP device driver, 1.6 [ 0.631141] tun: (C) 1999-2004 Max Krasnyansky [ 0.633504] PPP generic driver version 2.4.2 [ 0.634382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.635709] ehci-pci: EHCI PCI platform driver [ 0.636559] ehci-platform: EHCI generic platform driver [ 0.637525] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.638693] ohci-pci: OHCI PCI platform driver [ 0.639519] ohci-platform: OHCI generic platform driver [ 0.640511] uhci_hcd: USB Universal Host Controller Interface driver [ 0.655268] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.656252] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.657667] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.658651] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659737] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660923] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662298] usb usb1: Product: UHCI Host Controller [ 0.663202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.664316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.665348] hub 1-0:1.0: USB hub found [ 0.666111] hub 1-0:1.0: 2 ports detected [ 0.666991] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.669057] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.669975] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.670969] mousedev: PS/2 mouse device common for all mice [ 0.672203] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.673994] rtc_cmos 00:00: RTC can wake from S4 [ 0.675041] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.676208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.677362] i2c /dev entries driver [ 0.678104] device-mapper: uevent: version 1.0.3 [ 0.679012] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.680598] ledtrig-cpu: registered to indicate activity on CPUs [ 0.681854] NET: Registered protocol family 10 [ 0.682814] NET: Registered protocol family 17 [ 0.683676] Key type dns_resolver registered [ 0.684587] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.685644] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.687331] registered taskstats version 1 [ 0.688153] Loading compiled-in X.509 certificates [ 0.689559] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.691346] zswap: loaded using pool lzo/zbud [ 0.693176] Key type trusted registered [ 0.694685] Key type encrypted registered [ 0.695490] AppArmor: AppArmor sha1 policy hashing enabled [ 0.696483] ima: No TPM chip found, activating TPM-bypass! [ 0.697483] evm: HMAC attrs: 0x1 [ 0.698403] Magic number: 10:288:750 [ 0.699157] ata_link link1: hash matches [ 0.699923] link1: hash matches [ 0.700590] tty ttyS1: hash matches [ 0.701393] rtc_cmos 00:00: setting system clock to 2018-11-06 20:44:45 UTC (1541537085) [ 0.702936] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.704019] EDD information not available. [ 0.788301] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789807] Write protecting the kernel read-only data: 14336k [ 0.791330] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.793096] 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.87 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.126839] 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.7... Lease of 192.168.120.7 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.02. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCQ4EmIshMEuqWL8DYrJ0kEgZRwfGCh9jvSTzlCF1Kj/Ju9NaoM6LKDbb3KEKi09htV3LubZPToKKYgqfi1/82z75Svk9h9x9Aa+Pm+qjjjmdijjulya3OER9w6SqsLpmEALmHo4kH+cC75Hl1jjyLccmwMaSJjWh647kdGl62fth8dEZ7/j1esKNa4RcyK0u28L651zludYgZ/RCIC/Q8LOep0xUTcrO85RZCaaTOBDhmpcJUv8dv+L0pE+B70OzSsoNNFCc/dUU4utCiEycOQaPiWMlJr2Tk4eTDjRbqkEbouHZlNUo3wtvM2GRxwEZfsnbL795wgwDuw88GMqEQT root@vping-userdata-vm2-440f453c-e031-4352-92e2-7938925a3fc2 ssh-dss AAAAB3NzaC1kc3MAAACBAM2ceVsHXLRDDm49CR3prCRVG4IfbDkfkV0ZixCObaGFnonO5kqQpHoXrMTEr9KF+vgMWzKaFbt5Xhjc1sJAlKQoOOQr+pxpK8wF/0NAXr2sEYvHHYbEoznIkL10hwIWUNb7guxPo0O3PTir3CtSTQ+yGTBnxEI0fHzg3UewfFzZAAAAFQDe/P+adi2yhBmMtYrY9oHSnz3+XQAAAIEApWURDIq8PNKRsoWsvBJ1N3eUWfbDhA/Ux8ciYzcVXf7iqTsRdg+EluH6jvYl+6NdfC/2QtcZvy72zhO/2ychAqWxnBslSRPKIbcVszKuYe0I02F8YKhHX10HlhLKOxLwkTVJTzCJSGXPG33aztmrNofjCKrrXkTDkMnLZLywGHYAAACAP06ZQYe0HONrzY05saJGZ2jKFZfMSeKbgRcbS5ZSK9ocZVEn3h9FIxVI7HkPT786XPPNEiqyeEf31AnBJBHx+3SYl5Y8owuAbBb6BeREOKMEbZRXrqmkaPnWAH1uiYlHtdo1vqCwHZsHuAg9t8X2YNPGmclpZ1xWMpSnB+Ncpy4= root@vping-userdata-vm2-440f453c-e031-4352-92e2-7938925a3fc2 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe5e:23c5/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.7 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-440f453c-e031-4352-92e2-7938925a3fc2 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.84 === 2018-11-06 20:44:50,851 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-11-06 20:44:50,971 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 20:44:50,971 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:32 | PASS | +------------------------+------------------+------------------+----------------+ 2018-11-06 20:45:09,933 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-11-06 20:45:10,947 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'id': u'd821d9fb696246dcbc76b4c980546901', '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-11-06 20:45:11,408 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'676f5cbabdfa402ebb05af8378d4ec79', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff'}) 2018-11-06 20:45:11,574 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 20:45:11,763 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/869b16ff68eb40929f042de16bdae2d8'}, 'domain_id': None, 'human_id': None, 'id': u'869b16ff68eb40929f042de16bdae2d8', 'HUMAN_ID': False}) 2018-11-06 20:45:12,297 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 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': '4505245b-0a64-44d7-b6e3-3e565964dcbf', 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_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'project_id': u'd821d9fb696246dcbc76b4c980546901', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 20:45:12,302 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'password': '4505245b-0a64-44d7-b6e3-3e565964dcbf', 'project_name': 'tempest_smoke_seri-project_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'd821d9fb696246dcbc76b4c980546901', 'project_domain_name': 'Default'} 2018-11-06 20:45:13,409 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-06 20:45:20,852 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-06 20:45:20.585 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0d136a5b-862a-4a6e-8448-84541a9e6538) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0d136a5b-862a-4a6e-8448-84541a9e6538 | 2018-11-06T20:45:20 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0d136a5b-862a-4a6e-8448-84541a9e6538 ~/.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-11-06 20:45:24,023 - 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-11-06 20:45:24,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-06 20:45:30,040 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-06 20:45:28.172 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-06 20:45:28.334 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-06 20:45:29.855 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=599d04b5-2cb5-4379-95d8-729e560d7f32) has been successfully created! Using verifier 'opnfv-tempest' (UUID=599d04b5-2cb5-4379-95d8-729e560d7f32) as the default verifier for the future CLI operations. 2018-11-06 20:45:32,974 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-11-06 20:45:36,112 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/26d06051-8045-4b50-a036-b1bbbb658d20/snap', u'metadata': Munch({})})], 'file': u'/v2/images/26d06051-8045-4b50-a036-b1bbbb658d20/file', 'owner': u'd821d9fb696246dcbc76b4c980546901', 'id': u'26d06051-8045-4b50-a036-b1bbbb658d20', 'size': 12716032, u'self': u'/v2/images/26d06051-8045-4b50-a036-b1bbbb658d20', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd821d9fb696246dcbc76b4c980546901', 'name': 'tempest_smoke_seri-project_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/26d06051-8045-4b50-a036-b1bbbb658d20/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T20:45:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T20:45:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/26d06051-8045-4b50-a036-b1bbbb658d20', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'created': u'2018-11-06T20:45:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T20:45:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/26d06051-8045-4b50-a036-b1bbbb658d20', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 20:45:36,331 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', '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'35cef63a552c4009857581d35066215c', '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'3066ac53-ad35-4cdb-9c11-89b7b34731d8', 'swap': 0}) 2018-11-06 20:45:38,359 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/31af63ba-d1b8-4977-9f6f-70b89fd2c1cf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/31af63ba-d1b8-4977-9f6f-70b89fd2c1cf/file', 'owner': u'd821d9fb696246dcbc76b4c980546901', 'id': u'31af63ba-d1b8-4977-9f6f-70b89fd2c1cf', 'size': 12716032, u'self': u'/v2/images/31af63ba-d1b8-4977-9f6f-70b89fd2c1cf', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd821d9fb696246dcbc76b4c980546901', 'name': 'tempest_smoke_seri-project_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/31af63ba-d1b8-4977-9f6f-70b89fd2c1cf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T20:45:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T20:45:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/31af63ba-d1b8-4977-9f6f-70b89fd2c1cf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', 'created': u'2018-11-06T20:45:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T20:45:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/31af63ba-d1b8-4977-9f6f-70b89fd2c1cf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 20:45:38,425 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', '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'35cef63a552c4009857581d35066215c', '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'aa80b92b-5416-4464-bf1b-39ebcc678372', 'swap': 0}) 2018-11-06 20:45:38,448 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_4c4abfd4-c50c-4390-8ce1-34f3e77f83ff', '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'35cef63a552c4009857581d35066215c', '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'aa80b92b-5416-4464-bf1b-39ebcc678372', 'swap': 0}) 2018-11-06 20:45:41,548 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-06 20:45:40.459 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=599d04b5-2cb5-4379-95d8-729e560d7f32) for deployment 'opnfv-rally' (UUID=0d136a5b-862a-4a6e-8448-84541a9e6538). 2018-11-06 20:45:41.385 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-06 20:45:41.387 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=599d04b5-2cb5-4379-95d8-729e560d7f32) has been successfully configured for deployment 'opnfv-rally' (UUID=0d136a5b-862a-4a6e-8448-84541a9e6538)! 2018-11-06 20:45:41,549 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-06 20:45:41,549 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-06 20:45:41,551 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-06 20:45:41,569 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-06 20:45:45,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-599d04b5-2cb5-4379-95d8-729e560d7f32/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-11-06 20:45:45,339 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-06 20:45:45,367 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-06 20:45:45,367 - 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-11-06 20:45:47,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:45:47.546 51 INFO rally.api [-] Starting verification (UUID=9dbabba7-104f-4681-8025-f426128421bd) for deployment 'opnfv-rally' (UUID=0d136a5b-862a-4a6e-8448-84541a9e6538) by verifier 'opnfv-tempest' (UUID=599d04b5-2cb5-4379-95d8-729e560d7f32). 2018-11-06 20:45:47,548 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9dbabba7-104f-4681-8025-f426128421bd 2018-11-06 20:45:54,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:45:54.308 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.185s] 2018-11-06 20:45:54,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:45:54.367 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-11-06 20:46:01,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:46:01.035 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.597s] 2018-11-06 20:46:04,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:46:04.621 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.585s] 2018-11-06 20:46:16,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:46:16.957 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.681s] 2018-11-06 20:46:33,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:46:33.671 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.063s] 2018-11-06 20:47:07,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:47:07.714 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.063s] 2018-11-06 20:47:07,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:47:07.715 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-06 20:47:37,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:47:37.597 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.063s] 2018-11-06 20:47:37,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:47:37.598 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-06 20:48:07,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:48:07.778 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-11-06 20:48:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:48:07.780 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-06 20:49:51,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:49:51.156 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [73.888s] 2018-11-06 20:50:12,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:12.955 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.058s] 2018-11-06 20:50:13,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:13.058 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.103s] 2018-11-06 20:50:21,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:21.391 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.634s] 2018-11-06 20:50:21,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:21.400 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-11-06 20:50:22,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:22.929 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 20:50:22,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:22.930 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 20:50:27,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:27.345 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.357s] 2018-11-06 20:50:33,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:33.826 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.403s] 2018-11-06 20:50:40,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:40.712 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.588s] 2018-11-06 20:50:48,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:48.333 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.381s] 2018-11-06 20:50:57,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:50:57.861 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.088s] 2018-11-06 20:51:04,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:04.307 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.787s] 2018-11-06 20:51:10,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:10.875 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.169s] 2018-11-06 20:51:18,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:18.389 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.401s] 2018-11-06 20:51:26,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:26.254 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.730s] 2018-11-06 20:51:35,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:35.503 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.571s] 2018-11-06 20:51:38,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:38.479 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-06 20:51:40,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:40.416 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-11-06 20:51:40,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:40.495 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-11-06 20:51:40,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:40.567 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-11-06 20:51:40,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:40.574 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-11-06 20:51:44,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:44.698 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.795s] 2018-11-06 20:51:46,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:46.946 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.248s] 2018-11-06 20:51:48,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:48.915 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.968s] 2018-11-06 20:51:55,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:51:55.459 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-11-06 20:52:02,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:52:02.973 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.156s] 2018-11-06 20:52:15,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:52:15.943 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.796s] 2018-11-06 20:52:19,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:52:19.536 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.592s] 2018-11-06 20:52:30,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:52:30.614 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.881s] 2018-11-06 20:52:34,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:52:34.119 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.504s] 2018-11-06 20:52:43,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:52:43.412 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.291s] 2018-11-06 20:52:52,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:52:52.243 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.669s] 2018-11-06 20:52:55,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:52:55.941 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.696s] 2018-11-06 20:53:02,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:02.055 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.114s] 2018-11-06 20:53:18,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:18.255 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.638s] 2018-11-06 20:53:18,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:18.679 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.425s] 2018-11-06 20:53:18,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:18.824 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.145s] 2018-11-06 20:53:19,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:19.054 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.230s] 2018-11-06 20:53:19,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:19.153 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.098s] 2018-11-06 20:53:19,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:19.214 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.061s] 2018-11-06 20:53:34,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:34.391 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.624s] 2018-11-06 20:53:34,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:34.834 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.444s] 2018-11-06 20:53:34,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:34.980 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.145s] 2018-11-06 20:53:35,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:35.184 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.203s] 2018-11-06 20:53:35,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:35.420 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.235s] 2018-11-06 20:53:35,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:35.719 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.299s] 2018-11-06 20:53:48,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:48.924 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.960s] 2018-11-06 20:53:55,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:55.668 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.743s] 2018-11-06 20:53:57,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:57.445 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.776s] 2018-11-06 20:53:57,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:57.652 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.208s] 2018-11-06 20:53:57,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:53:57.701 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.048s] 2018-11-06 20:54:09,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:54:09.212 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.080s] 2018-11-06 20:54:15,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:54:15.907 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.695s] 2018-11-06 20:54:17,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:54:17.984 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.076s] 2018-11-06 20:54:18,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:54:18.175 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.193s] 2018-11-06 20:54:18,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:54:18.267 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.091s] 2018-11-06 20:54:33,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:54:33.340 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.623s] 2018-11-06 20:54:38,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:54:38.687 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.346s] 2018-11-06 20:54:43,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:54:43.304 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.616s] 2018-11-06 20:54:46,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:54:46.232 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.928s] 2018-11-06 20:55:11,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:11.720 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.964s] 2018-11-06 20:55:17,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:17.258 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.538s] 2018-11-06 20:55:21,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:21.974 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.715s] 2018-11-06 20:55:24,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:24.931 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.956s] 2018-11-06 20:55:41,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:41.492 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.476s] 2018-11-06 20:55:43,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:43.820 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.325s] 2018-11-06 20:55:43,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:43.873 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.057s] 2018-11-06 20:55:48,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:48.632 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.535s] 2018-11-06 20:55:51,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:51.076 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.440s] 2018-11-06 20:55:51,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:51.401 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.328s] 2018-11-06 20:55:55,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:55.664 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.228s] 2018-11-06 20:55:59,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:55:59.459 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-11-06 20:56:00,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:00.913 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-06 20:56:00,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:00.916 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-06 20:56:00,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:00.917 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-06 20:56:00,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:00.918 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-06 20:56:00,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:00.919 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-06 20:56:02,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:02.859 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-11-06 20:56:17,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:17.194 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.993s] 2018-11-06 20:56:29,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:29.904 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.007s] 2018-11-06 20:56:43,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:43.192 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.285s] 2018-11-06 20:56:53,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:56:53.099 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-11-06 20:59:00,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:59:00.160 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [120.564s] 2018-11-06 20:59:35,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 20:59:35.902 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.838s] 2018-11-06 21:00:22,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:00:22.417 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.199s] 2018-11-06 21:00:38,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 9dbabba7-104f-4681-8025-f426128421bd 2018-11-06 21:00:38,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9dbabba7-104f-4681-8025-f426128421bd']'. 2018-11-06 21:00:39,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-06 21:00:39,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-06 21:00:39,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 21:00:39,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9dbabba7-104f-4681-8025-f426128421bd | 2018-11-06 21:00:39,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-06 21:00:39,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-06 20:45:47 | 2018-11-06 21:00:39,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-06 21:00:38 | 2018-11-06 21:00:39,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:51 | 2018-11-06 21:00:39,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-11-06 21:00:39,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-06 21:00:39,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-06 21:00:39,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 599d04b5-2cb5-4379-95d8-729e560d7f32) | 2018-11-06 21:00:39,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-06 21:00:39,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0d136a5b-862a-4a6e-8448-84541a9e6538) | 2018-11-06 21:00:39,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-11-06 21:00:39,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 870.244 | 2018-11-06 21:00:39,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-11-06 21:00:39,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-11-06 21:00:39,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-06 21:00:39,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-06 21:00:39,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-06 21:00:39,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 21:00:39,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-06 21:00:39,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-06 21:00:39,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-11-06 21:00:40,043 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 21:00:40,043 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:07 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-11-06 21:00:44,841 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-11-06 21:00:45,855 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'id': u'e0ea067dd66c45328adf29d83a25530f', '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-11-06 21:00:46,295 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'003e4842aebb4dcd8007ad18cb2d0b2f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_24d2c77d-615b-49a4-ba0b-1b85c1fed116'}) 2018-11-06 21:00:46,456 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 21:00:46,637 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/e7ff102f802344cdbc98a4e2556c31a3'}, 'domain_id': None, 'human_id': None, 'id': u'e7ff102f802344cdbc98a4e2556c31a3', 'HUMAN_ID': False}) 2018-11-06 21:00:47,109 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 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': 'eddd303e-b9cb-48aa-8831-f5de1f4c0d0d', 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_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'project_id': u'e0ea067dd66c45328adf29d83a25530f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 21:00:47,114 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'password': 'eddd303e-b9cb-48aa-8831-f5de1f4c0d0d', 'project_name': 'rally_sanity-project_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'e0ea067dd66c45328adf29d83a25530f', 'project_domain_name': 'Default'} 2018-11-06 21:00:47,731 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-11-06 21:00:48,078 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-11-06 21:00:48,991 - 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-11-06T21:00:48Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'628d1df0-f44a-4079-895c-99d516d4cc2e', u'provider:segmentation_id': 51, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_24d2c77d-615b-49a4-ba0b-1b85c1fed116', u'admin_state_up': True, u'tenant_id': u'e0ea067dd66c45328adf29d83a25530f', u'created_at': u'2018-11-06T21:00:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'e0ea067dd66c45328adf29d83a25530f'}) 2018-11-06 21:00:50,422 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-06T21:00:49Z', 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'ce1d528f-a416-4701-9f4a-7b14ac59b8a1', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_24d2c77d-615b-49a4-ba0b-1b85c1fed116', u'enable_dhcp': True, u'network_id': u'628d1df0-f44a-4079-895c-99d516d4cc2e', u'tenant_id': u'e0ea067dd66c45328adf29d83a25530f', u'created_at': u'2018-11-06T21:00:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e0ea067dd66c45328adf29d83a25530f'}) 2018-11-06 21:01:22,404 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'88a8d1cb-f972-4fbf-ab0b-66202edfdde9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'999f41b0-3000-46db-9170-4b0fe4f63288', u'ip_address': u'172.30.9.219'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e0ea067dd66c45328adf29d83a25530f', u'created_at': u'2018-11-06T21:01:21Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-11-06T21:01:22Z', u'revision_number': 2, u'routes': [], u'project_id': u'e0ea067dd66c45328adf29d83a25530f', u'id': u'6aaf2b95-ebe8-486d-ad39-068555f05e7c', u'name': u'rally_sanity-router_24d2c77d-615b-49a4-ba0b-1b85c1fed116'}) 2018-11-06 21:01:26,194 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/ee1431d5-64d4-4302-a835-41b7eeacf217/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ee1431d5-64d4-4302-a835-41b7eeacf217/file', 'owner': u'e0ea067dd66c45328adf29d83a25530f', 'id': u'ee1431d5-64d4-4302-a835-41b7eeacf217', 'size': 12716032, u'self': u'/v2/images/ee1431d5-64d4-4302-a835-41b7eeacf217', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0ea067dd66c45328adf29d83a25530f', 'name': 'rally_sanity-project_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/ee1431d5-64d4-4302-a835-41b7eeacf217/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T21:01:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T21:01:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ee1431d5-64d4-4302-a835-41b7eeacf217', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'created': u'2018-11-06T21:01:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T21:01:24Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ee1431d5-64d4-4302-a835-41b7eeacf217', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 21:01:26,399 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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'35cef63a552c4009857581d35066215c', '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'5b434787-7018-4f21-b2dd-36788cec9ac0', 'swap': 0}) 2018-11-06 21:01:26,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-06 21:01:28,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-06 21:01:28.530 147 INFO rally.deployment.engine [-] Deployment 0d136a5b-862a-4a6e-8448-84541a9e6538 | Starting: Destroy cloud and free allocated resources. 2018-11-06 21:01:28.642 147 INFO rally.deployment.engine [-] Deployment 0d136a5b-862a-4a6e-8448-84541a9e6538 | Completed: Destroy cloud and free allocated resources. 2018-11-06 21:01:28.682 147 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=599d04b5-2cb5-4379-95d8-729e560d7f32) for deployment 'opnfv-rally'. 2018-11-06 21:01:28.698 147 INFO rally.api [-] Deleting verification (UUID=9dbabba7-104f-4681-8025-f426128421bd). 2018-11-06 21:01:28.742 147 INFO rally.api [-] Verification has been successfully deleted! 2018-11-06 21:01:28.743 147 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=599d04b5-2cb5-4379-95d8-729e560d7f32). 2018-11-06 21:01:28.750 147 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-06 21:01:31,385 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-06 21:01:31.064 150 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=afcb4393-b56f-42f9-b3a7-81035fa1a755) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | afcb4393-b56f-42f9-b3a7-81035fa1a755 | 2018-11-06T21:01:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: afcb4393-b56f-42f9-b3a7-81035fa1a755 ~/.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-11-06 21:01:34,587 - 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-11-06 21:01:34,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-11-06 21:01:34,861 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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'35cef63a552c4009857581d35066215c', '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'aed5b8e1-3cba-494b-a267-090cdf4c9a98', 'swap': 0}) 2018-11-06 21:01:34,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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'35cef63a552c4009857581d35066215c', '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'aed5b8e1-3cba-494b-a267-090cdf4c9a98', 'swap': 0}) 2018-11-06 21:01:34,880 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-11-06 21:01:34,881 - 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-11-06 21:01:34,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-06 21:01:34,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-06 21:01:34,897 - 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': '628d1df0-f44a-4079-895c-99d516d4cc2e', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'flavor_name': 'rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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-11-06 21:02:35,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 696f2e87-373b-4a70-8186-95bbb7195a15 2018-11-06 21:02:35,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-11-06 21:02:35,447 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '696f2e87-373b-4a70-8186-95bbb7195a15'] 2018-11-06 21:02:36,426 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 696f2e87-373b-4a70-8186-95bbb7195a15 -------------------------------------------------------------------------------- Task 696f2e87-373b-4a70-8186-95bbb7195a15: 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 696f2e87-373b-4a70-8186-95bbb7195a15 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.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | total | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> duration | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.476771 Full duration: 7.890649 -------------------------------------------------------------------------------- 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 696f2e87-373b-4a70-8186-95bbb7195a15 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.417 | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 100.0% | 1 | | total | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> duration | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.856662 Full duration: 7.841472 -------------------------------------------------------------------------------- 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 696f2e87-373b-4a70-8186-95bbb7195a15 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.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920094 Full duration: 7.662849 -------------------------------------------------------------------------------- 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 696f2e87-373b-4a70-8186-95bbb7195a15 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.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774256 Full duration: 7.698399 -------------------------------------------------------------------------------- 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 696f2e87-373b-4a70-8186-95bbb7195a15 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.538 | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 100.0% | 1 | | total | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> duration | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.94071 Full duration: 7.910489 -------------------------------------------------------------------------------- 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 696f2e87-373b-4a70-8186-95bbb7195a15 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.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705428 Full duration: 7.273057 HINTS: * To plot HTML graphics with this data, run: rally task report 696f2e87-373b-4a70-8186-95bbb7195a15 --out output.html * To generate a JUnit report, run: rally task export 696f2e87-373b-4a70-8186-95bbb7195a15 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 696f2e87-373b-4a70-8186-95bbb7195a15 --json --out output.json 2018-11-06 21:02:36,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '696f2e87-373b-4a70-8186-95bbb7195a15', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-11-06 21:02:38,642 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 696f2e87-373b-4a70-8186-95bbb7195a15 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-11-06 21:02:38.523 758 INFO rally.api [-] Building 'json' report for the following task(s): '696f2e87-373b-4a70-8186-95bbb7195a15'. 2018-11-06 21:02:38.529 758 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:02:38,642 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '696f2e87-373b-4a70-8186-95bbb7195a15', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-11-06 21:02:40,776 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 696f2e87-373b-4a70-8186-95bbb7195a15 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-11-06 21:02:40.634 761 INFO rally.api [-] Building 'html' report for the following task(s): '696f2e87-373b-4a70-8186-95bbb7195a15'. 2018-11-06 21:02:40.668 761 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:02:40,782 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-11-06 21:02:40,782 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-11-06 21:02:40,782 - 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-11-06 21:02:40,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-06 21:02:40,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-06 21:02:40,805 - 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': '628d1df0-f44a-4079-895c-99d516d4cc2e', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'flavor_name': 'rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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-11-06 21:04:17,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 64d22a25-10d9-4615-8933-07844bfc0eea 2018-11-06 21:04:17,104 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '64d22a25-10d9-4615-8933-07844bfc0eea'] 2018-11-06 21:04:18,190 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 64d22a25-10d9-4615-8933-07844bfc0eea -------------------------------------------------------------------------------- Task 64d22a25-10d9-4615-8933-07844bfc0eea: 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 64d22a25-10d9-4615-8933-07844bfc0eea 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.059 | 4.059 | 4.059 | 4.059 | 4.059 | 4.059 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | -> glance_v2.upload_data | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 100.0% | 1 | | glance_v2.delete_image | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | total | 5.327 | 5.327 | 5.327 | 5.327 | 5.327 | 5.327 | 100.0% | 1 | | -> duration | 5.327 | 5.327 | 5.327 | 5.327 | 5.327 | 5.327 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.327196 Full duration: 13.804965 -------------------------------------------------------------------------------- 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 64d22a25-10d9-4615-8933-07844bfc0eea 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.343 | 4.343 | 4.343 | 4.343 | 4.343 | 4.343 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> glance_v2.upload_data | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 100.0% | 1 | | glance_v2.list_images | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 4.516 | 4.516 | 4.516 | 4.516 | 4.516 | 4.516 | 100.0% | 1 | | -> duration | 4.516 | 4.516 | 4.516 | 4.516 | 4.516 | 4.516 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.515721 Full duration: 16.798528 -------------------------------------------------------------------------------- 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 64d22a25-10d9-4615-8933-07844bfc0eea 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.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> duration | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.337181 Full duration: 8.261983 -------------------------------------------------------------------------------- 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_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "number_instances": 2, "nics": [ { "net-id": "628d1df0-f44a-4079-895c-99d516d4cc2e" } ] }, "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 64d22a25-10d9-4615-8933-07844bfc0eea 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.041 | 4.041 | 4.041 | 4.041 | 4.041 | 4.041 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | -> glance_v2.upload_data | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | nova.boot_servers | 11.314 | 11.314 | 11.314 | 11.314 | 11.314 | 11.314 | 100.0% | 1 | | total | 15.356 | 15.356 | 15.356 | 15.356 | 15.356 | 15.356 | 100.0% | 1 | | -> duration | 14.356 | 14.356 | 14.356 | 14.356 | 14.356 | 14.356 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.355563 Full duration: 40.166539 HINTS: * To plot HTML graphics with this data, run: rally task report 64d22a25-10d9-4615-8933-07844bfc0eea --out output.html * To generate a JUnit report, run: rally task export 64d22a25-10d9-4615-8933-07844bfc0eea --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 64d22a25-10d9-4615-8933-07844bfc0eea --json --out output.json 2018-11-06 21:04:18,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '64d22a25-10d9-4615-8933-07844bfc0eea', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-11-06 21:04:20,437 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 64d22a25-10d9-4615-8933-07844bfc0eea --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-11-06 21:04:20.330 1314 INFO rally.api [-] Building 'json' report for the following task(s): '64d22a25-10d9-4615-8933-07844bfc0eea'. 2018-11-06 21:04:20.334 1314 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:04:20,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '64d22a25-10d9-4615-8933-07844bfc0eea', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-11-06 21:04:22,705 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 64d22a25-10d9-4615-8933-07844bfc0eea --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-11-06 21:04:22.571 1317 INFO rally.api [-] Building 'html' report for the following task(s): '64d22a25-10d9-4615-8933-07844bfc0eea'. 2018-11-06 21:04:22.594 1317 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:04:22,710 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-11-06 21:04:22,711 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-11-06 21:04:22,712 - 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-11-06 21:04:22,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-06 21:04:22,729 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-06 21:04:22,734 - 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': '628d1df0-f44a-4079-895c-99d516d4cc2e', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'flavor_name': 'rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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-11-06 21:07:46,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a0bb578d-2a51-4642-a5dc-dd48112294d7 2018-11-06 21:07:46,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a0bb578d-2a51-4642-a5dc-dd48112294d7'] 2018-11-06 21:07:47,093 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a0bb578d-2a51-4642-a5dc-dd48112294d7 -------------------------------------------------------------------------------- Task a0bb578d-2a51-4642-a5dc-dd48112294d7: 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 a0bb578d-2a51-4642-a5dc-dd48112294d7 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.211 | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 100.0% | 1 | | total | 5.678 | 5.678 | 5.678 | 5.678 | 5.678 | 5.678 | 100.0% | 1 | | -> duration | 5.678 | 5.678 | 5.678 | 5.678 | 5.678 | 5.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.678336 Full duration: 23.09172 -------------------------------------------------------------------------------- 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 a0bb578d-2a51-4642-a5dc-dd48112294d7 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.394 | 3.394 | 3.394 | 3.394 | 3.394 | 3.394 | 100.0% | 1 | | cinder_v2.delete_volume | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 100.0% | 1 | | total | 6.004 | 6.004 | 6.004 | 6.004 | 6.004 | 6.004 | 100.0% | 1 | | -> duration | 6.004 | 6.004 | 6.004 | 6.004 | 6.004 | 6.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.003812 Full duration: 16.296818 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task a0bb578d-2a51-4642-a5dc-dd48112294d7 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.742 | 8.742 | 8.742 | 8.742 | 8.742 | 8.742 | 100.0% | 1 | | cinder_v2.delete_volume | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 100.0% | 1 | | total | 11.205 | 11.205 | 11.205 | 11.205 | 11.205 | 11.205 | 100.0% | 1 | | -> duration | 11.205 | 11.205 | 11.205 | 11.205 | 11.205 | 11.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.205073 Full duration: 23.164923 -------------------------------------------------------------------------------- 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 a0bb578d-2a51-4642-a5dc-dd48112294d7 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.339 | 3.339 | 3.339 | 3.339 | 3.339 | 3.339 | 100.0% | 1 | | cinder_v2.delete_volume | 2.641 | 2.641 | 2.641 | 2.641 | 2.641 | 2.641 | 100.0% | 1 | | total | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 100.0% | 1 | | -> duration | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.979863 Full duration: 16.131088 -------------------------------------------------------------------------------- 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 a0bb578d-2a51-4642-a5dc-dd48112294d7 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.609 | 2.609 | 2.609 | 2.609 | 2.609 | 2.609 | 100.0% | 1 | | cinder_v2.delete_volume | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 100.0% | 1 | | total | 8.375 | 8.375 | 8.375 | 8.375 | 8.375 | 8.375 | 100.0% | 1 | | -> duration | 8.375 | 8.375 | 8.375 | 8.375 | 8.375 | 8.375 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.374931 Full duration: 18.415593 -------------------------------------------------------------------------------- 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 a0bb578d-2a51-4642-a5dc-dd48112294d7 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.191 | 3.191 | 3.191 | 3.191 | 3.191 | 3.191 | 100.0% | 1 | | cinder_v2.delete_volume | 3.089 | 3.089 | 3.089 | 3.089 | 3.089 | 3.089 | 100.0% | 1 | | total | 6.28 | 6.28 | 6.28 | 6.28 | 6.28 | 6.28 | 100.0% | 1 | | -> duration | 6.28 | 6.28 | 6.28 | 6.28 | 6.28 | 6.28 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.280378 Full duration: 23.827183 -------------------------------------------------------------------------------- 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 a0bb578d-2a51-4642-a5dc-dd48112294d7 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | cinder_v2.list_qos | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> duration | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.822637 Full duration: 12.831503 -------------------------------------------------------------------------------- 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 a0bb578d-2a51-4642-a5dc-dd48112294d7 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.set_qos | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.822488 Full duration: 12.486337 -------------------------------------------------------------------------------- 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 a0bb578d-2a51-4642-a5dc-dd48112294d7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | cinder_v2.list_types | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 100.0% | 1 | | -> duration | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.377817 Full duration: 13.033704 -------------------------------------------------------------------------------- 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 a0bb578d-2a51-4642-a5dc-dd48112294d7 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | -> duration | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.859555 Full duration: 12.51593 HINTS: * To plot HTML graphics with this data, run: rally task report a0bb578d-2a51-4642-a5dc-dd48112294d7 --out output.html * To generate a JUnit report, run: rally task export a0bb578d-2a51-4642-a5dc-dd48112294d7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a0bb578d-2a51-4642-a5dc-dd48112294d7 --json --out output.json 2018-11-06 21:07:47,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a0bb578d-2a51-4642-a5dc-dd48112294d7', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-11-06 21:07:49,409 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a0bb578d-2a51-4642-a5dc-dd48112294d7 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-11-06 21:07:49.293 3106 INFO rally.api [-] Building 'json' report for the following task(s): 'a0bb578d-2a51-4642-a5dc-dd48112294d7'. 2018-11-06 21:07:49.302 3106 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:07:49,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a0bb578d-2a51-4642-a5dc-dd48112294d7', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-11-06 21:07:51,644 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a0bb578d-2a51-4642-a5dc-dd48112294d7 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-11-06 21:07:51.507 3109 INFO rally.api [-] Building 'html' report for the following task(s): 'a0bb578d-2a51-4642-a5dc-dd48112294d7'. 2018-11-06 21:07:51.537 3109 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:07:51,649 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-11-06 21:07:51,650 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-11-06 21:07:51,650 - 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-11-06 21:07:51,650 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-06 21:07:51,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-06 21:07:51,669 - 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': '628d1df0-f44a-4079-895c-99d516d4cc2e', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'flavor_name': 'rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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-11-06 21:09:16,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 90b1e346-76f5-47f2-8393-694feb42292a 2018-11-06 21:09:16,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '90b1e346-76f5-47f2-8393-694feb42292a'] 2018-11-06 21:09:17,769 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 90b1e346-76f5-47f2-8393-694feb42292a -------------------------------------------------------------------------------- Task 90b1e346-76f5-47f2-8393-694feb42292a: 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 90b1e346-76f5-47f2-8393-694feb42292a 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.537 | 4.537 | 4.537 | 4.537 | 4.537 | 4.537 | 100.0% | 1 | | heat.update_stack | 2.865 | 2.865 | 2.865 | 2.865 | 2.865 | 2.865 | 100.0% | 1 | | heat.delete_stack | 2.698 | 2.698 | 2.698 | 2.698 | 2.698 | 2.698 | 100.0% | 1 | | total | 10.1 | 10.1 | 10.1 | 10.1 | 10.1 | 10.1 | 100.0% | 1 | | -> duration | 6.1 | 6.1 | 6.1 | 6.1 | 6.1 | 6.1 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.100002 Full duration: 20.281635 -------------------------------------------------------------------------------- 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 90b1e346-76f5-47f2-8393-694feb42292a 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.543 | 4.543 | 4.543 | 4.543 | 4.543 | 4.543 | 100.0% | 1 | | heat.check_stack | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | heat.delete_stack | 2.523 | 2.523 | 2.523 | 2.523 | 2.523 | 2.523 | 100.0% | 1 | | total | 7.836 | 7.836 | 7.836 | 7.836 | 7.836 | 7.836 | 100.0% | 1 | | -> duration | 5.836 | 5.836 | 5.836 | 5.836 | 5.836 | 5.836 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.835574 Full duration: 16.372711 -------------------------------------------------------------------------------- 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 90b1e346-76f5-47f2-8393-694feb42292a 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.403 | 4.403 | 4.403 | 4.403 | 4.403 | 4.403 | 100.0% | 1 | | heat.suspend_stack | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | heat.resume_stack | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | heat.delete_stack | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 100.0% | 1 | | total | 9.994 | 9.994 | 9.994 | 9.994 | 9.994 | 9.994 | 100.0% | 1 | | -> duration | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.994258 Full duration: 18.913137 -------------------------------------------------------------------------------- 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 90b1e346-76f5-47f2-8393-694feb42292a 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.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | total | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> duration | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.584534 Full duration: 8.161775 HINTS: * To plot HTML graphics with this data, run: rally task report 90b1e346-76f5-47f2-8393-694feb42292a --out output.html * To generate a JUnit report, run: rally task export 90b1e346-76f5-47f2-8393-694feb42292a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 90b1e346-76f5-47f2-8393-694feb42292a --json --out output.json 2018-11-06 21:09:17,769 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '90b1e346-76f5-47f2-8393-694feb42292a', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-11-06 21:09:19,970 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 90b1e346-76f5-47f2-8393-694feb42292a --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-11-06 21:09:19.860 3842 INFO rally.api [-] Building 'json' report for the following task(s): '90b1e346-76f5-47f2-8393-694feb42292a'. 2018-11-06 21:09:19.864 3842 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:09:19,971 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '90b1e346-76f5-47f2-8393-694feb42292a', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-11-06 21:09:22,140 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 90b1e346-76f5-47f2-8393-694feb42292a --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-11-06 21:09:22.010 3845 INFO rally.api [-] Building 'html' report for the following task(s): '90b1e346-76f5-47f2-8393-694feb42292a'. 2018-11-06 21:09:22.032 3845 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:09:22,144 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-11-06 21:09:22,144 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-11-06 21:09:22,145 - 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-11-06 21:09:22,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-06 21:09:22,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-06 21:09:22,162 - 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': '628d1df0-f44a-4079-895c-99d516d4cc2e', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'flavor_name': 'rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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-11-06 21:12:38,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d0aeef4e-6428-47f3-a572-20ad7262ac5f 2018-11-06 21:12:38,723 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd0aeef4e-6428-47f3-a572-20ad7262ac5f'] 2018-11-06 21:12:39,774 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d0aeef4e-6428-47f3-a572-20ad7262ac5f -------------------------------------------------------------------------------- Task d0aeef4e-6428-47f3-a572-20ad7262ac5f: 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 d0aeef4e-6428-47f3-a572-20ad7262ac5f 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766513 Full duration: 14.697967 -------------------------------------------------------------------------------- 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 d0aeef4e-6428-47f3-a572-20ad7262ac5f 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> duration | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.739926 Full duration: 14.971788 -------------------------------------------------------------------------------- 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 d0aeef4e-6428-47f3-a572-20ad7262ac5f 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764098 Full duration: 15.153165 -------------------------------------------------------------------------------- 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 d0aeef4e-6428-47f3-a572-20ad7262ac5f 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.delete_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> duration | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.634876 Full duration: 12.473326 -------------------------------------------------------------------------------- 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 d0aeef4e-6428-47f3-a572-20ad7262ac5f 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.delete_service | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> duration | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.610291 Full duration: 12.198623 -------------------------------------------------------------------------------- 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 d0aeef4e-6428-47f3-a572-20ad7262ac5f 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.create_user | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | -> keystone_v3.add_role | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.create_role | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_role | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 100.0% | 1 | | -> duration | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 1.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.91161 Full duration: 19.43862 -------------------------------------------------------------------------------- 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 d0aeef4e-6428-47f3-a572-20ad7262ac5f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | keystone_v3.update_project | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> duration | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.952759 Full duration: 12.633687 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d0aeef4e-6428-47f3-a572-20ad7262ac5f 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785733 Full duration: 14.528205 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d0aeef4e-6428-47f3-a572-20ad7262ac5f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> duration | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.677607 Full duration: 14.470676 -------------------------------------------------------------------------------- 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 d0aeef4e-6428-47f3-a572-20ad7262ac5f 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.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> duration | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.918438 Full duration: 14.678504 -------------------------------------------------------------------------------- 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 d0aeef4e-6428-47f3-a572-20ad7262ac5f 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | keystone_v3.create_users | 4.953 | 4.953 | 4.953 | 4.953 | 4.953 | 4.953 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.953 | 4.953 | 4.953 | 4.953 | 4.953 | 4.953 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | total | 6.698 | 6.698 | 6.698 | 6.698 | 6.698 | 6.698 | 100.0% | 1 | | -> duration | 6.698 | 6.698 | 6.698 | 6.698 | 6.698 | 6.698 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.697797 Full duration: 23.475109 HINTS: * To plot HTML graphics with this data, run: rally task report d0aeef4e-6428-47f3-a572-20ad7262ac5f --out output.html * To generate a JUnit report, run: rally task export d0aeef4e-6428-47f3-a572-20ad7262ac5f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d0aeef4e-6428-47f3-a572-20ad7262ac5f --json --out output.json 2018-11-06 21:12:39,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd0aeef4e-6428-47f3-a572-20ad7262ac5f', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-11-06 21:12:41,925 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d0aeef4e-6428-47f3-a572-20ad7262ac5f --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-11-06 21:12:41.811 5760 INFO rally.api [-] Building 'json' report for the following task(s): 'd0aeef4e-6428-47f3-a572-20ad7262ac5f'. 2018-11-06 21:12:41.821 5760 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:12:41,926 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd0aeef4e-6428-47f3-a572-20ad7262ac5f', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-11-06 21:12:44,224 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d0aeef4e-6428-47f3-a572-20ad7262ac5f --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-11-06 21:12:44.085 5763 INFO rally.api [-] Building 'html' report for the following task(s): 'd0aeef4e-6428-47f3-a572-20ad7262ac5f'. 2018-11-06 21:12:44.116 5763 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:12:44,230 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-11-06 21:12:44,230 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-11-06 21:12:44,231 - 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-11-06 21:12:44,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-06 21:12:44,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-06 21:12:44,254 - 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': '628d1df0-f44a-4079-895c-99d516d4cc2e', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'flavor_name': 'rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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-11-06 21:16:35,194 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 28cd9b5d-8570-4bd1-91ac-cb578c765595 2018-11-06 21:16:35,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '28cd9b5d-8570-4bd1-91ac-cb578c765595'] 2018-11-06 21:16:36,225 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 28cd9b5d-8570-4bd1-91ac-cb578c765595 -------------------------------------------------------------------------------- Task 28cd9b5d-8570-4bd1-91ac-cb578c765595: 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | neutron.delete_network | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | total | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 100.0% | 1 | | -> duration | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.171404 Full duration: 15.525317 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.533 | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 100.0% | 1 | | neutron.delete_port | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | total | 2.155 | 2.155 | 2.155 | 2.155 | 2.155 | 2.155 | 100.0% | 1 | | -> duration | 2.155 | 2.155 | 2.155 | 2.155 | 2.155 | 2.155 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.155067 Full duration: 32.692832 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | neutron.create_subnet | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | neutron.create_router | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | neutron.add_interface_router | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | neutron.remove_interface_router | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 100.0% | 1 | | neutron.delete_router | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 100.0% | 1 | | total | 5.023 | 5.023 | 5.023 | 5.023 | 5.023 | 5.023 | 100.0% | 1 | | -> duration | 5.023 | 5.023 | 5.023 | 5.023 | 5.023 | 5.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.023218 Full duration: 38.493506 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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: 11.328609 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | neutron.list_networks | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 100.0% | 1 | | total | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | -> duration | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.233915 Full duration: 16.598392 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.209722 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.092922 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.402146 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | neutron.delete_security_group | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | -> duration | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.251809 Full duration: 14.345315 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.create_security_group_rule | 0.418 | 0.418 | 0.418 | 0.418 | 0.418 | 0.418 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 100.0% | 1 | | neutron.delete_security_group | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 100.0% | 1 | | total | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 100.0% | 1 | | -> duration | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.963974 Full duration: 14.952985 -------------------------------------------------------------------------------- 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 28cd9b5d-8570-4bd1-91ac-cb578c765595 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.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | neutron.create_router | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | neutron.add_gateway_router | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | neutron.remove_gateway_router | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | total | 3.549 | 3.549 | 3.549 | 3.549 | 3.549 | 3.549 | 100.0% | 1 | | -> duration | 3.549 | 3.549 | 3.549 | 3.549 | 3.549 | 3.549 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.548778 Full duration: 23.888477 HINTS: * To plot HTML graphics with this data, run: rally task report 28cd9b5d-8570-4bd1-91ac-cb578c765595 --out output.html * To generate a JUnit report, run: rally task export 28cd9b5d-8570-4bd1-91ac-cb578c765595 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 28cd9b5d-8570-4bd1-91ac-cb578c765595 --json --out output.json 2018-11-06 21:16:36,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '28cd9b5d-8570-4bd1-91ac-cb578c765595', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-11-06 21:16:38,398 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 28cd9b5d-8570-4bd1-91ac-cb578c765595 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-11-06 21:16:38.298 8242 INFO rally.api [-] Building 'json' report for the following task(s): '28cd9b5d-8570-4bd1-91ac-cb578c765595'. 2018-11-06 21:16:38.306 8242 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:16:38,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '28cd9b5d-8570-4bd1-91ac-cb578c765595', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-11-06 21:16:40,696 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 28cd9b5d-8570-4bd1-91ac-cb578c765595 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-11-06 21:16:40.534 8245 INFO rally.api [-] Building 'html' report for the following task(s): '28cd9b5d-8570-4bd1-91ac-cb578c765595'. 2018-11-06 21:16:40.565 8245 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:16:40,708 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" Failed. 2018-11-06 21:16:40,709 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-11-06 21:16:40,709 - 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-11-06 21:16:40,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-06 21:16:40,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-06 21:16:40,734 - 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': '628d1df0-f44a-4079-895c-99d516d4cc2e', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'flavor_name': 'rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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-11-06 21:21:24,332 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 16659008-687b-4265-b5e9-11abd7b1dae6 2018-11-06 21:21:24,333 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '16659008-687b-4265-b5e9-11abd7b1dae6'] 2018-11-06 21:21:25,375 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 16659008-687b-4265-b5e9-11abd7b1dae6 -------------------------------------------------------------------------------- Task 16659008-687b-4265-b5e9-11abd7b1dae6: 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_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "image": { "name": "rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "block_migration": false, "nics": [ { "net-id": "628d1df0-f44a-4079-895c-99d516d4cc2e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 16659008-687b-4265-b5e9-11abd7b1dae6 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.449 | 10.449 | 10.449 | 10.449 | 10.449 | 10.449 | 100.0% | 1 | | nova.find_host_to_migrate | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 100.0% | 1 | | nova.live_migrate | 13.302 | 13.302 | 13.302 | 13.302 | 13.302 | 13.302 | 100.0% | 1 | | nova.delete_server | 2.807 | 2.807 | 2.807 | 2.807 | 2.807 | 2.807 | 100.0% | 1 | | total | 27.82 | 27.82 | 27.82 | 27.82 | 27.82 | 27.82 | 100.0% | 1 | | -> duration | 26.82 | 26.82 | 26.82 | 26.82 | 26.82 | 26.82 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.820311 Full duration: 37.272956 -------------------------------------------------------------------------------- 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_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "image": { "name": "rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "628d1df0-f44a-4079-895c-99d516d4cc2e" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 16659008-687b-4265-b5e9-11abd7b1dae6 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.822 | 9.822 | 9.822 | 9.822 | 9.822 | 9.822 | 100.0% | 1 | | cinder_v2.create_volume | 2.776 | 2.776 | 2.776 | 2.776 | 2.776 | 2.776 | 100.0% | 1 | | nova.attach_volume | 4.2 | 4.2 | 4.2 | 4.2 | 4.2 | 4.2 | 100.0% | 1 | | nova.find_host_to_migrate | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 100.0% | 1 | | nova.live_migrate | 11.464 | 11.464 | 11.464 | 11.464 | 11.464 | 11.464 | 100.0% | 1 | | nova.detach_volume | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | cinder_v2.delete_volume | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 100.0% | 1 | | nova.delete_server | 2.852 | 2.852 | 2.852 | 2.852 | 2.852 | 2.852 | 100.0% | 1 | | total | 36.484 | 36.484 | 36.484 | 36.484 | 36.484 | 36.484 | 100.0% | 1 | | -> duration | 35.484 | 35.484 | 35.484 | 35.484 | 35.484 | 35.484 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 35.484109 Full duration: 48.238519 -------------------------------------------------------------------------------- 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_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "image": { "name": "rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "628d1df0-f44a-4079-895c-99d516d4cc2e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 16659008-687b-4265-b5e9-11abd7b1dae6 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.655 | 8.655 | 8.655 | 8.655 | 8.655 | 8.655 | 100.0% | 1 | | nova.boot_server | 9.397 | 9.397 | 9.397 | 9.397 | 9.397 | 9.397 | 100.0% | 1 | | nova.find_host_to_migrate | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | nova.live_migrate | 16.239 | 16.239 | 16.239 | 16.239 | 16.239 | 16.239 | 100.0% | 1 | | nova.delete_server | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 100.0% | 1 | | total | 43.527 | 43.527 | 43.527 | 43.527 | 43.527 | 43.527 | 100.0% | 1 | | -> duration | 42.527 | 42.527 | 42.527 | 42.527 | 42.527 | 42.527 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.52721 Full duration: 55.171718 -------------------------------------------------------------------------------- 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_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "image": { "name": "rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "server_kwargs": { "nics": [ { "net-id": "628d1df0-f44a-4079-895c-99d516d4cc2e" } ] } }, "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 16659008-687b-4265-b5e9-11abd7b1dae6 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.596084 -------------------------------------------------------------------------------- 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_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "image": { "name": "rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "volume_size": 5, "nics": [ { "net-id": "628d1df0-f44a-4079-895c-99d516d4cc2e" } ] }, "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 16659008-687b-4265-b5e9-11abd7b1dae6 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: 11.029221 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "image": { "name": "rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "force_delete": false, "nics": [ { "net-id": "628d1df0-f44a-4079-895c-99d516d4cc2e" } ] }, "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 16659008-687b-4265-b5e9-11abd7b1dae6 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.440449 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "image": { "name": "rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "nics": [ { "net-id": "628d1df0-f44a-4079-895c-99d516d4cc2e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 16659008-687b-4265-b5e9-11abd7b1dae6 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.759 | 9.759 | 9.759 | 9.759 | 9.759 | 9.759 | 100.0% | 1 | | nova.migrate | 32.486 | 32.486 | 32.486 | 32.486 | 32.486 | 32.486 | 100.0% | 1 | | nova.resize_confirm | 3.05 | 3.05 | 3.05 | 3.05 | 3.05 | 3.05 | 100.0% | 1 | | nova.delete_server | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 100.0% | 1 | | total | 47.97 | 47.97 | 47.97 | 47.97 | 47.97 | 47.97 | 100.0% | 1 | | -> duration | 46.97 | 46.97 | 46.97 | 46.97 | 46.97 | 46.97 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.970497 Full duration: 57.591213 -------------------------------------------------------------------------------- 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_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "image": { "name": "rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 16659008-687b-4265-b5e9-11abd7b1dae6 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.355644 -------------------------------------------------------------------------------- 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 16659008-687b-4265-b5e9-11abd7b1dae6 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.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | nova.delete_server_group | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.703701 Full duration: 9.220362 HINTS: * To plot HTML graphics with this data, run: rally task report 16659008-687b-4265-b5e9-11abd7b1dae6 --out output.html * To generate a JUnit report, run: rally task export 16659008-687b-4265-b5e9-11abd7b1dae6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 16659008-687b-4265-b5e9-11abd7b1dae6 --json --out output.json 2018-11-06 21:21:25,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '16659008-687b-4265-b5e9-11abd7b1dae6', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-11-06 21:21:27,647 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 16659008-687b-4265-b5e9-11abd7b1dae6 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-11-06 21:21:27.536 9552 INFO rally.api [-] Building 'json' report for the following task(s): '16659008-687b-4265-b5e9-11abd7b1dae6'. 2018-11-06 21:21:27.543 9552 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:21:27,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '16659008-687b-4265-b5e9-11abd7b1dae6', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-11-06 21:21:29,944 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 16659008-687b-4265-b5e9-11abd7b1dae6 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-11-06 21:21:29.807 9555 INFO rally.api [-] Building 'html' report for the following task(s): '16659008-687b-4265-b5e9-11abd7b1dae6'. 2018-11-06 21:21:29.833 9555 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:21:29,955 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-11-06 21:21:29,955 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-11-06 21:21:29,956 - 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-11-06 21:21:29,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-06 21:21:29,973 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-06 21:21:29,983 - 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': '628d1df0-f44a-4079-895c-99d516d4cc2e', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_24d2c77d-615b-49a4-ba0b-1b85c1fed116', 'flavor_name': 'rally_sanity-flavor_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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_24d2c77d-615b-49a4-ba0b-1b85c1fed116', '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-11-06 21:22:23,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a408615d-82eb-411e-9c0d-58f1f2434dd8 2018-11-06 21:22:23,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a408615d-82eb-411e-9c0d-58f1f2434dd8'] 2018-11-06 21:22:24,460 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a408615d-82eb-411e-9c0d-58f1f2434dd8 -------------------------------------------------------------------------------- Task a408615d-82eb-411e-9c0d-58f1f2434dd8: 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 a408615d-82eb-411e-9c0d-58f1f2434dd8 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | quotas.delete_quotas | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 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.899528 Full duration: 8.632478 -------------------------------------------------------------------------------- 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 a408615d-82eb-411e-9c0d-58f1f2434dd8 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.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | total | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> duration | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719203 Full duration: 8.310643 -------------------------------------------------------------------------------- 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 a408615d-82eb-411e-9c0d-58f1f2434dd8 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.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | total | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> duration | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684427 Full duration: 8.396929 -------------------------------------------------------------------------------- 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 a408615d-82eb-411e-9c0d-58f1f2434dd8 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.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | total | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 100.0% | 1 | | -> duration | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.109523 Full duration: 9.318965 HINTS: * To plot HTML graphics with this data, run: rally task report a408615d-82eb-411e-9c0d-58f1f2434dd8 --out output.html * To generate a JUnit report, run: rally task export a408615d-82eb-411e-9c0d-58f1f2434dd8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a408615d-82eb-411e-9c0d-58f1f2434dd8 --json --out output.json 2018-11-06 21:22:24,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a408615d-82eb-411e-9c0d-58f1f2434dd8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-11-06 21:22:26,663 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a408615d-82eb-411e-9c0d-58f1f2434dd8 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-11-06 21:22:26.558 10068 INFO rally.api [-] Building 'json' report for the following task(s): 'a408615d-82eb-411e-9c0d-58f1f2434dd8'. 2018-11-06 21:22:26.562 10068 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:22:26,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a408615d-82eb-411e-9c0d-58f1f2434dd8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-11-06 21:22:28,913 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a408615d-82eb-411e-9c0d-58f1f2434dd8 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-11-06 21:22:28.791 10071 INFO rally.api [-] Building 'html' report for the following task(s): 'a408615d-82eb-411e-9c0d-58f1f2434dd8'. 2018-11-06 21:22:28.812 10071 INFO rally.api [-] The report has been successfully built. 2018-11-06 21:22:28,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-11-06 21:22:28,921 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 03:18 | 7 | 100.00% | | nova | 04:08 | 5 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:51 | 51 | 100.00% | +----------------+------------+----------------+-----------+ 2018-11-06 21:22:28,922 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 6/8 modules 2018-11-06 21:22:29,039 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 21:22:29,040 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:41 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-11-06 21:22:39,062 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-11-06 21:22:39,116 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-11-06 21:22:40,029 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_6274447a-43db-4571-860b-639df059ef3f', 'id': u'de5bbf645b714085b542985b49c311ed', '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-11-06 21:22:40,658 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f423d92972fb43f58b0f63f9f4783a8c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_6274447a-43db-4571-860b-639df059ef3f'}) 2018-11-06 21:22:40,758 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 21:22:40,937 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/7a1ede06171942158d4462262998b31c'}, 'domain_id': None, 'human_id': None, 'id': u'7a1ede06171942158d4462262998b31c', 'HUMAN_ID': False}) 2018-11-06 21:22:41,492 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_6274447a-43db-4571-860b-639df059ef3f', 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': 'dd1f377b-7154-4fc8-8106-549f52903b92', 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_6274447a-43db-4571-860b-639df059ef3f', 'project_id': u'de5bbf645b714085b542985b49c311ed', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 21:22:41,497 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_6274447a-43db-4571-860b-639df059ef3f', 'password': 'dd1f377b-7154-4fc8-8106-549f52903b92', 'project_name': 'refstack_defcore-project_6274447a-43db-4571-860b-639df059ef3f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'de5bbf645b714085b542985b49c311ed', 'project_domain_name': 'Default'} 2018-11-06 21:22:42,664 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-06 21:22:45,119 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-06 21:22:44.777 10074 INFO rally.deployment.engine [-] Deployment afcb4393-b56f-42f9-b3a7-81035fa1a755 | Starting: Destroy cloud and free allocated resources. 2018-11-06 21:22:44.874 10074 INFO rally.deployment.engine [-] Deployment afcb4393-b56f-42f9-b3a7-81035fa1a755 | Completed: Destroy cloud and free allocated resources. 2018-11-06 21:22:44.898 10074 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=599d04b5-2cb5-4379-95d8-729e560d7f32). 2018-11-06 21:22:44.903 10074 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-06 21:22:47,473 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-06 21:22:47.226 10077 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3c2578c0-dbe5-4619-a43e-f7547d1a7873) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3c2578c0-dbe5-4619-a43e-f7547d1a7873 | 2018-11-06T21:22:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3c2578c0-dbe5-4619-a43e-f7547d1a7873 ~/.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-11-06 21:22:50,750 - 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-11-06 21:22:50,751 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-06 21:22:53,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-06 21:22:52.786 10083 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=599d04b5-2cb5-4379-95d8-729e560d7f32). 2018-11-06 21:22:52.927 10083 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-06 21:22:56,836 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-06 21:22:55.402 10086 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-06 21:22:55.556 10086 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-06 21:22:56.664 10086 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ffa34b8d-a0f1-4153-8cc6-99038b2b8290) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ffa34b8d-a0f1-4153-8cc6-99038b2b8290) as the default verifier for the future CLI operations. 2018-11-06 21:22:59,698 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-11-06 21:23:02,065 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/5f881071-e402-405b-9154-6dce033426c0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5f881071-e402-405b-9154-6dce033426c0/file', 'owner': u'de5bbf645b714085b542985b49c311ed', 'id': u'5f881071-e402-405b-9154-6dce033426c0', 'size': 12716032, u'self': u'/v2/images/5f881071-e402-405b-9154-6dce033426c0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'de5bbf645b714085b542985b49c311ed', 'name': 'refstack_defcore-project_6274447a-43db-4571-860b-639df059ef3f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/5f881071-e402-405b-9154-6dce033426c0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T21:23:01Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T21:23:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_6274447a-43db-4571-860b-639df059ef3f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5f881071-e402-405b-9154-6dce033426c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_6274447a-43db-4571-860b-639df059ef3f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_6274447a-43db-4571-860b-639df059ef3f', 'created': u'2018-11-06T21:23:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T21:23:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5f881071-e402-405b-9154-6dce033426c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_6274447a-43db-4571-860b-639df059ef3f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 21:23:02,243 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_6274447a-43db-4571-860b-639df059ef3f', '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'35cef63a552c4009857581d35066215c', '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'1d371fc4-5c75-4961-be23-96ceeb33574d', 'swap': 0}) 2018-11-06 21:23:04,314 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/dee2c872-b59c-4e42-90c1-a7cbf5e4e85b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dee2c872-b59c-4e42-90c1-a7cbf5e4e85b/file', 'owner': u'de5bbf645b714085b542985b49c311ed', 'id': u'dee2c872-b59c-4e42-90c1-a7cbf5e4e85b', 'size': 12716032, u'self': u'/v2/images/dee2c872-b59c-4e42-90c1-a7cbf5e4e85b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'de5bbf645b714085b542985b49c311ed', 'name': 'refstack_defcore-project_6274447a-43db-4571-860b-639df059ef3f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/dee2c872-b59c-4e42-90c1-a7cbf5e4e85b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T21:23:04Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T21:23:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_6274447a-43db-4571-860b-639df059ef3f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dee2c872-b59c-4e42-90c1-a7cbf5e4e85b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_6274447a-43db-4571-860b-639df059ef3f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_6274447a-43db-4571-860b-639df059ef3f', 'created': u'2018-11-06T21:23:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T21:23:02Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dee2c872-b59c-4e42-90c1-a7cbf5e4e85b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_6274447a-43db-4571-860b-639df059ef3f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 21:23:04,363 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_6274447a-43db-4571-860b-639df059ef3f', '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'35cef63a552c4009857581d35066215c', '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'5b299162-70ae-4308-b9a5-5d3aa0fbd2fc', 'swap': 0}) 2018-11-06 21:23:04,390 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_6274447a-43db-4571-860b-639df059ef3f', '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'35cef63a552c4009857581d35066215c', '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'5b299162-70ae-4308-b9a5-5d3aa0fbd2fc', 'swap': 0}) 2018-11-06 21:23:07,514 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-06 21:23:06.504 10105 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ffa34b8d-a0f1-4153-8cc6-99038b2b8290) for deployment 'opnfv-rally' (UUID=3c2578c0-dbe5-4619-a43e-f7547d1a7873). 2018-11-06 21:23:07.367 10105 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-06 21:23:07.369 10105 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ffa34b8d-a0f1-4153-8cc6-99038b2b8290) has been successfully configured for deployment 'opnfv-rally' (UUID=3c2578c0-dbe5-4619-a43e-f7547d1a7873)! 2018-11-06 21:23:07,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-06 21:23:07,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-06 21:23:07,518 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-06 21:23:11,301 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-06 21:23:11,328 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-06 21:23:11,329 - 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-11-06 21:23:13,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:13.501 10117 INFO rally.api [-] Starting verification (UUID=814b5405-39f0-4a4e-8cb3-8c728c7e45f8) for deployment 'opnfv-rally' (UUID=3c2578c0-dbe5-4619-a43e-f7547d1a7873) by verifier 'opnfv-tempest' (UUID=ffa34b8d-a0f1-4153-8cc6-99038b2b8290). 2018-11-06 21:23:13,503 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 814b5405-39f0-4a4e-8cb3-8c728c7e45f8 2018-11-06 21:23:19,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:19.996 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.196s] 2018-11-06 21:23:20,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:20.045 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.049s] 2018-11-06 21:23:21,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:21.870 10117 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.157s] 2018-11-06 21:23:23,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:23.897 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.442s] 2018-11-06 21:23:30,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:30.522 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [10.869s] 2018-11-06 21:23:35,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:35.761 10117 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.887s] 2018-11-06 21:23:41,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:41.513 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2018-11-06 21:23:41,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:41.523 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2018-11-06 21:23:41,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:41.653 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.130s] 2018-11-06 21:23:41,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:41.666 10117 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-11-06 21:23:41,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:41.677 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-11-06 21:23:41,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:41.715 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.036s] 2018-11-06 21:23:41,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:41.782 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.066s] 2018-11-06 21:23:41,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:41.844 10117 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-11-06 21:23:42,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:42.132 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.287s] 2018-11-06 21:23:42,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:42.147 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-11-06 21:23:42,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:42.219 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.072s] 2018-11-06 21:23:43,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:43.102 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.054s] 2018-11-06 21:23:46,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:46.889 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.785s] 2018-11-06 21:23:50,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:50.804 10117 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-11-06 21:23:54,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:54.564 10117 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-11-06 21:23:54,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:54.636 10117 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-11-06 21:23:54,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:54.713 10117 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-11-06 21:23:57,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:57.503 10117 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [21.738s] 2018-11-06 21:23:58,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:58.810 10117 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.140s] 2018-11-06 21:23:58,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:58.970 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [30.613s] 2018-11-06 21:23:58,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:58.986 10117 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.176s] 2018-11-06 21:23:59,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:23:59.728 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.762s] 2018-11-06 21:24:00,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:00.023 10117 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.036s] 2018-11-06 21:24:00,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:00.032 10117 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-11-06 21:24:00,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:00.046 10117 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-11-06 21:24:09,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:09.738 10117 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.235s] 2018-11-06 21:24:10,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:10.827 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.688s] 2018-11-06 21:24:13,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:13.175 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.841s] 2018-11-06 21:24:13,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:13.586 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.410s] 2018-11-06 21:24:13,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:13.969 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.383s] 2018-11-06 21:24:14,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:14.552 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.582s] 2018-11-06 21:24:15,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:15.421 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.868s] 2018-11-06 21:24:15,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:15.491 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-11-06 21:24:15,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:15.566 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.074s] 2018-11-06 21:24:15,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:15.634 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.068s] 2018-11-06 21:24:15,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:15.700 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.065s] 2018-11-06 21:24:15,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:15.768 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-11-06 21:24:15,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:15.904 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.136s] 2018-11-06 21:24:16,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:16.120 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.293s] 2018-11-06 21:24:20,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:20.174 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.053s] 2018-11-06 21:24:25,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:25.114 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.940s] 2018-11-06 21:24:25,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:25.678 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-11-06 21:24:29,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:29.464 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.349s] 2018-11-06 21:24:33,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:33.548 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.084s] 2018-11-06 21:24:36,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:36.771 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.222s] 2018-11-06 21:24:42,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:42.916 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-11-06 21:24:43,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:43.387 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.615s] 2018-11-06 21:24:47,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:47.059 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.671s] 2018-11-06 21:24:47,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:47.301 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.243s] 2018-11-06 21:24:47,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:47.400 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.098s] 2018-11-06 21:24:47,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:47.589 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.188s] 2018-11-06 21:24:47,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:47.659 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.069s] 2018-11-06 21:24:47,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:47.851 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.191s] 2018-11-06 21:24:48,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:48.086 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.235s] 2018-11-06 21:24:48,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:48.139 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-11-06 21:24:48,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:48.333 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.192s] 2018-11-06 21:24:52,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:52.330 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.533s] 2018-11-06 21:24:52,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:52.565 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.235s] 2018-11-06 21:24:52,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:52.794 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.228s] 2018-11-06 21:24:53,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:53.208 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.413s] 2018-11-06 21:24:53,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:53.660 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.452s] 2018-11-06 21:24:53,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:53.884 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.550s] 2018-11-06 21:24:54,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:54.142 10117 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.481s] 2018-11-06 21:24:54,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:24:54.460 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-11-06 21:25:00,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:00.707 10117 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.998s] 2018-11-06 21:25:02,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:02.103 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.157s] 2018-11-06 21:25:03,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:03.619 10117 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.911s] 2018-11-06 21:25:03,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:03.862 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.757s] 2018-11-06 21:25:04,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:04.702 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.840s] 2018-11-06 21:25:05,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:05.519 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.010s] 2018-11-06 21:25:05,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:05.792 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.089s] 2018-11-06 21:25:06,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:06.554 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.035s] 2018-11-06 21:25:07,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:07.493 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.700s] 2018-11-06 21:25:07,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:07.566 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.011s] 2018-11-06 21:25:08,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:08.630 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.063s] 2018-11-06 21:25:09,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:09.014 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.519s] 2018-11-06 21:25:09,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:09.245 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.614s] 2018-11-06 21:25:10,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:10.255 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.009s] 2018-11-06 21:25:10,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:10.334 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.319s] 2018-11-06 21:25:10,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:10.413 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.081s] 2018-11-06 21:25:10,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:10.768 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.513s] 2018-11-06 21:25:10,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:10.786 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.372s] 2018-11-06 21:25:10,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:10.806 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-11-06 21:25:10,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:10.824 10117 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-11-06 21:25:11,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:11.294 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.526s] 2018-11-06 21:25:11,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:11.994 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.699s] 2018-11-06 21:25:12,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:12.315 10117 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.723s] 2018-11-06 21:25:12,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:12.720 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.725s] 2018-11-06 21:25:13,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:13.676 10117 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.360s] 2018-11-06 21:25:13,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:13.727 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.007s] 2018-11-06 21:25:14,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:14.573 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.844s] 2018-11-06 21:25:15,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:15.117 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.543s] 2018-11-06 21:25:16,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:16.170 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.052s] 2018-11-06 21:25:16,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:16.666 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.496s] 2018-11-06 21:25:17,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:17.205 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.538s] 2018-11-06 21:25:17,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:17.297 10117 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.528s] 2018-11-06 21:25:17,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:17.467 10117 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.787s] 2018-11-06 21:25:17,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:17.618 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.412s] 2018-11-06 21:25:17,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:17.976 10117 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.357s] 2018-11-06 21:25:18,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:18.027 10117 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.730s] 2018-11-06 21:25:18,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:18.270 10117 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.805s] 2018-11-06 21:25:20,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:20.283 10117 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.011s] 2018-11-06 21:25:21,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:21.722 10117 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.439s] 2018-11-06 21:25:21,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:21.933 10117 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [72.183s] 2018-11-06 21:25:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:24.270 10117 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.543s] 2018-11-06 21:25:24,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:24.347 10117 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.081s] 2018-11-06 21:25:25,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:25.023 10117 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.401s] 2018-11-06 21:25:26,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:26.797 10117 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.293s] 2018-11-06 21:25:27,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:27.168 10117 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.372s] 2018-11-06 21:25:27,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:27.645 10117 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.155s] 2018-11-06 21:25:31,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:31.013 10117 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.962s] 2018-11-06 21:25:33,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:33.752 10117 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.703s] 2018-11-06 21:25:34,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:34.329 10117 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.576s] 2018-11-06 21:25:34,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:34.380 10117 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.954s] 2018-11-06 21:25:37,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:37.568 10117 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.553s] 2018-11-06 21:25:40,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:40.550 10117 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.168s] 2018-11-06 21:25:41,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:41.259 10117 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-11-06 21:25:43,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:43.296 10117 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.745s] 2018-11-06 21:25:43,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:43.495 10117 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.200s] 2018-11-06 21:25:43,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:43.609 10117 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.310s] 2018-11-06 21:25:43,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:43.904 10117 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.409s] 2018-11-06 21:25:44,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:44.116 10117 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.211s] 2018-11-06 21:25:44,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:44.157 10117 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.042s] 2018-11-06 21:25:50,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:25:50.505 10117 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.151s] 2018-11-06 21:26:01,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:01.796 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-11-06 21:26:01,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:01.803 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-11-06 21:26:01,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:01.856 10117 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.035s] 2018-11-06 21:26:02,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:02.004 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.200s] 2018-11-06 21:26:02,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:02.265 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.260s] 2018-11-06 21:26:02,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:02.448 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.183s] 2018-11-06 21:26:02,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:02.646 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.196s] 2018-11-06 21:26:02,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:02.836 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.189s] 2018-11-06 21:26:02,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:02.879 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.042s] 2018-11-06 21:26:02,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:02.922 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.043s] 2018-11-06 21:26:03,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:03.050 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.127s] 2018-11-06 21:26:13,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:13.325 10117 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [11.462s] 2018-11-06 21:26:13,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:13.417 10117 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.081s] 2018-11-06 21:26:17,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:17.793 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.551s] 2018-11-06 21:26:17,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:17.961 10117 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.168s] 2018-11-06 21:26:23,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:23.210 10117 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.267s] 2018-11-06 21:26:25,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:25.224 10117 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.898s] 2018-11-06 21:26:26,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:26.885 10117 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.223s] 2018-11-06 21:26:27,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:27.374 10117 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.489s] 2018-11-06 21:26:31,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:31.363 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.181s] 2018-11-06 21:26:31,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:31.930 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.568s] 2018-11-06 21:26:44,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:44.894 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.172s] 2018-11-06 21:26:44,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:44.932 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.037s] 2018-11-06 21:26:45,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:45.124 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.193s] 2018-11-06 21:26:45,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:45.531 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.405s] 2018-11-06 21:26:45,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:45.632 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.101s] 2018-11-06 21:26:46,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:46.185 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.551s] 2018-11-06 21:26:46,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:46.372 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.187s] 2018-11-06 21:26:46,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:46.437 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.065s] 2018-11-06 21:26:46,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:46.493 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.055s] 2018-11-06 21:26:46,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:46.545 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.051s] 2018-11-06 21:26:46,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:46.727 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.181s] 2018-11-06 21:26:46,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:46.959 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.231s] 2018-11-06 21:26:47,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:47.036 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.076s] 2018-11-06 21:26:47,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:47.086 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-11-06 21:26:47,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:47.138 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.051s] 2018-11-06 21:26:54,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:54.157 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.167s] 2018-11-06 21:26:54,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:54.182 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.024s] 2018-11-06 21:26:54,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:54.359 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.177s] 2018-11-06 21:26:54,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:54.378 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.018s] 2018-11-06 21:26:54,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:54.537 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.159s] 2018-11-06 21:26:54,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:54.700 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.162s] 2018-11-06 21:26:54,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:54.777 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.076s] 2018-11-06 21:26:54,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:54.949 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.172s] 2018-11-06 21:26:55,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.113 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.163s] 2018-11-06 21:26:55,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.295 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.182s] 2018-11-06 21:26:55,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.440 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.145s] 2018-11-06 21:26:55,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.484 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-11-06 21:26:55,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.532 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.047s] 2018-11-06 21:26:55,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.714 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.182s] 2018-11-06 21:26:55,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.750 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-11-06 21:26:55,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.909 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.158s] 2018-11-06 21:26:55,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.942 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-11-06 21:26:55,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:55.976 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.033s] 2018-11-06 21:26:56,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:56.008 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-11-06 21:26:56,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:26:56.044 10117 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-11-06 21:31:39,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:31:39.255 10117 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.169s] 2018-11-06 21:31:39,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:31:39.433 10117 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.178s] 2018-11-06 21:31:43,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 814b5405-39f0-4a4e-8cb3-8c728c7e45f8 2018-11-06 21:31:43,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '814b5405-39f0-4a4e-8cb3-8c728c7e45f8']'. 2018-11-06 21:31:44,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 814b5405-39f0-4a4e-8cb3-8c728c7e45f8 | 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-06 21:23:13 | 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-06 21:31:42 | 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:29 | 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-06 21:31:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ffa34b8d-a0f1-4153-8cc6-99038b2b8290) | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3c2578c0-dbe5-4619-a43e-f7547d1a7873) | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 501.559 | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 184 | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-06 21:31:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 16 | 2018-11-06 21:31:44,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 21:31:44,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-06 21:31:44,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-06 21:31:44,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 92.0% 2018-11-06 21:31:44,321 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 21:31:44,321 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:44 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-11-06 21:31:49,869 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-11-06 21:31:49,921 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-11-06 21:31:51,241 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'id': u'22cc847046a94e1ca34e42ef8f68eae7', '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-11-06 21:31:51,690 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cbe36275d33b4a999037b6981344005c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf'}) 2018-11-06 21:31:51,857 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 21:31:51,964 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/cc087e76ef024caea39545036ee527c7'}, 'domain_id': None, 'human_id': None, 'id': u'cc087e76ef024caea39545036ee527c7', 'HUMAN_ID': False}) 2018-11-06 21:31:52,500 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 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': '9f206ac6-ad72-473d-86c1-0671614384c9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'project_id': u'22cc847046a94e1ca34e42ef8f68eae7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 21:31:52,505 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'password': '9f206ac6-ad72-473d-86c1-0671614384c9', 'project_name': 'patrole-project_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '22cc847046a94e1ca34e42ef8f68eae7', 'project_domain_name': 'Default'} 2018-11-06 21:31:53,697 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-06 21:31:56,108 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-06 21:31:55.688 10147 INFO rally.deployment.engine [-] Deployment 3c2578c0-dbe5-4619-a43e-f7547d1a7873 | Starting: Destroy cloud and free allocated resources. 2018-11-06 21:31:55.786 10147 INFO rally.deployment.engine [-] Deployment 3c2578c0-dbe5-4619-a43e-f7547d1a7873 | Completed: Destroy cloud and free allocated resources. 2018-11-06 21:31:55.842 10147 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ffa34b8d-a0f1-4153-8cc6-99038b2b8290) for deployment 'opnfv-rally'. 2018-11-06 21:31:55.866 10147 INFO rally.api [-] Deleting verification (UUID=814b5405-39f0-4a4e-8cb3-8c728c7e45f8). 2018-11-06 21:31:55.906 10147 INFO rally.api [-] Verification has been successfully deleted! 2018-11-06 21:31:55.907 10147 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ffa34b8d-a0f1-4153-8cc6-99038b2b8290). 2018-11-06 21:31:55.913 10147 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-06 21:31:58,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-06 21:31:58.062 10150 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=af843bc0-b8a0-46c8-8085-51ce0b95986b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | af843bc0-b8a0-46c8-8085-51ce0b95986b | 2018-11-06T21:31:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: af843bc0-b8a0-46c8-8085-51ce0b95986b ~/.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-11-06 21:32:01,614 - 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-11-06 21:32:01,614 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-06 21:32:03,935 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-06 21:32:03.657 10156 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ffa34b8d-a0f1-4153-8cc6-99038b2b8290). 2018-11-06 21:32:03.791 10156 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-06 21:32:07,192 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-06 21:32:05.805 10159 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-06 21:32:05.972 10159 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-06 21:32:07.019 10159 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=56c63ed6-0c03-49fd-b42c-4287dc20e53e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=56c63ed6-0c03-49fd-b42c-4287dc20e53e) as the default verifier for the future CLI operations. 2018-11-06 21:32:10,109 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-11-06 21:32:12,901 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/173e793e-431b-4d5c-8fc3-758946cef881/snap', u'metadata': Munch({})})], 'file': u'/v2/images/173e793e-431b-4d5c-8fc3-758946cef881/file', 'owner': u'22cc847046a94e1ca34e42ef8f68eae7', 'id': u'173e793e-431b-4d5c-8fc3-758946cef881', 'size': 12716032, u'self': u'/v2/images/173e793e-431b-4d5c-8fc3-758946cef881', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'22cc847046a94e1ca34e42ef8f68eae7', 'name': 'patrole-project_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/173e793e-431b-4d5c-8fc3-758946cef881/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T21:32:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T21:32:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/173e793e-431b-4d5c-8fc3-758946cef881', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'created': u'2018-11-06T21:32:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T21:32:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/173e793e-431b-4d5c-8fc3-758946cef881', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 21:32:13,103 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', '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'35cef63a552c4009857581d35066215c', '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'd54c04d1-8476-4dfd-93d6-67a884ab4721', 'swap': 0}) 2018-11-06 21:32:16,569 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/51466eee-2ae4-4e85-b24d-f056c0a7b7f9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/51466eee-2ae4-4e85-b24d-f056c0a7b7f9/file', 'owner': u'22cc847046a94e1ca34e42ef8f68eae7', 'id': u'51466eee-2ae4-4e85-b24d-f056c0a7b7f9', 'size': 12716032, u'self': u'/v2/images/51466eee-2ae4-4e85-b24d-f056c0a7b7f9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'22cc847046a94e1ca34e42ef8f68eae7', 'name': 'patrole-project_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/51466eee-2ae4-4e85-b24d-f056c0a7b7f9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T21:32:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T21:32:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/51466eee-2ae4-4e85-b24d-f056c0a7b7f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', 'created': u'2018-11-06T21:32:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T21:32:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/51466eee-2ae4-4e85-b24d-f056c0a7b7f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 21:32:16,624 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', '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'35cef63a552c4009857581d35066215c', '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'175f85db-ae64-43c4-b577-252bb61575a0', 'swap': 0}) 2018-11-06 21:32:16,647 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_f9839e5b-9c08-4998-8f05-bf8f2f7a4daf', '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'35cef63a552c4009857581d35066215c', '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'175f85db-ae64-43c4-b577-252bb61575a0', 'swap': 0}) 2018-11-06 21:32:20,514 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-06 21:32:18.750 10178 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=56c63ed6-0c03-49fd-b42c-4287dc20e53e) for deployment 'opnfv-rally' (UUID=af843bc0-b8a0-46c8-8085-51ce0b95986b). 2018-11-06 21:32:20.359 10178 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-06 21:32:20.361 10178 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=56c63ed6-0c03-49fd-b42c-4287dc20e53e) has been successfully configured for deployment 'opnfv-rally' (UUID=af843bc0-b8a0-46c8-8085-51ce0b95986b)! 2018-11-06 21:32:20,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-06 21:32:20,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-06 21:32:20,518 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-06 21:32:20,547 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-06 21:32:23,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-56c63ed6-0c03-49fd-b42c-4287dc20e53e/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-11-06 21:32:23,798 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-06 21:32:23,827 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-06 21:32:23,828 - 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-11-06 21:32:25,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 21:32:25.930 10187 INFO rally.api [-] Starting verification (UUID=2ea2c694-ecd7-4a29-a45b-c6aa336bd7fa) for deployment 'opnfv-rally' (UUID=af843bc0-b8a0-46c8-8085-51ce0b95986b) by verifier 'opnfv-tempest' (UUID=56c63ed6-0c03-49fd-b42c-4287dc20e53e). 2018-11-06 21:32:25,932 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2ea2c694-ecd7-4a29-a45b-c6aa336bd7fa 2018-11-06 21:35:03,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2ea2c694-ecd7-4a29-a45b-c6aa336bd7fa 2018-11-06 21:35:03,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2ea2c694-ecd7-4a29-a45b-c6aa336bd7fa']'. 2018-11-06 21:35:04,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-06 21:35:04,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-06 21:35:04,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 21:35:04,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2ea2c694-ecd7-4a29-a45b-c6aa336bd7fa | 2018-11-06 21:35:04,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-06 21:35:04,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-06 21:32:25 | 2018-11-06 21:35:04,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-06 21:35:03 | 2018-11-06 21:35:04,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-11-06 21:35:04,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-06 21:35:04,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-06 21:35:04,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 56c63ed6-0c03-49fd-b42c-4287dc20e53e) | 2018-11-06 21:35:04,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-06 21:35:04,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: af843bc0-b8a0-46c8-8085-51ce0b95986b) | 2018-11-06 21:35:04,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-11-06 21:35:04,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.617 | 2018-11-06 21:35:04,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-11-06 21:35:04,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-11-06 21:35:04,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-06 21:35:04,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-06 21:35:04,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-06 21:35:04,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 21:35:04,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-06 21:35:04,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-06 21:35:04,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-11-06 21:35:04,736 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 21:35:04,737 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-06 21:35:09,159 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-11-06 21:35:10,133 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-11-06 21:35:31,142 - 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-11-06 21:35:31,178 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-11-06 21:35:31,451 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-11-06 21:35:31,563 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 21:35:31,563 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-06 21:35:31,617 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-11-06 21:35:33,052 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 21:35:36,065 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-06 21:35:36,065 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-11-06 22:15:41,057 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 22:15:41,057 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:05 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-11-06 22:15:42,846 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-11-06 22:15:42,900 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-11-06 22:15:44,467 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 22:15:46,211 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-06 22:15:48,742 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-06 22:15:48.295 10277 INFO rally.deployment.engine [-] Deployment af843bc0-b8a0-46c8-8085-51ce0b95986b | Starting: Destroy cloud and free allocated resources. 2018-11-06 22:15:48.388 10277 INFO rally.deployment.engine [-] Deployment af843bc0-b8a0-46c8-8085-51ce0b95986b | Completed: Destroy cloud and free allocated resources. 2018-11-06 22:15:48.445 10277 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=56c63ed6-0c03-49fd-b42c-4287dc20e53e) for deployment 'opnfv-rally'. 2018-11-06 22:15:48.477 10277 INFO rally.api [-] Deleting verification (UUID=2ea2c694-ecd7-4a29-a45b-c6aa336bd7fa). 2018-11-06 22:15:48.524 10277 INFO rally.api [-] Verification has been successfully deleted! 2018-11-06 22:15:48.524 10277 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=56c63ed6-0c03-49fd-b42c-4287dc20e53e). 2018-11-06 22:15:48.531 10277 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-06 22:15:51,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-06 22:15:50.771 10280 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=458ff2c0-d6c4-4e45-b593-a3a96497720c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 458ff2c0-d6c4-4e45-b593-a3a96497720c | 2018-11-06T22:15:50 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 458ff2c0-d6c4-4e45-b593-a3a96497720c ~/.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-11-06 22:15:54,438 - 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-11-06 22:15:54,438 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-06 22:15:56,806 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-06 22:15:56.530 10286 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=56c63ed6-0c03-49fd-b42c-4287dc20e53e). 2018-11-06 22:15:56.657 10286 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-06 22:16:00,443 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-06 22:15:59.001 10289 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-06 22:15:59.154 10289 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-06 22:16:00.226 10289 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17345e19-e2d4-4c75-86fe-96a75252654f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=17345e19-e2d4-4c75-86fe-96a75252654f) as the default verifier for the future CLI operations. 2018-11-06 22:16:03,860 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-11-06 22:16:11,591 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-06 22:16:10.543 10308 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=17345e19-e2d4-4c75-86fe-96a75252654f) for deployment 'opnfv-rally' (UUID=458ff2c0-d6c4-4e45-b593-a3a96497720c). 2018-11-06 22:16:11.425 10308 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-06 22:16:11.427 10308 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17345e19-e2d4-4c75-86fe-96a75252654f) has been successfully configured for deployment 'opnfv-rally' (UUID=458ff2c0-d6c4-4e45-b593-a3a96497720c)! 2018-11-06 22:16:14,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-17345e19-e2d4-4c75-86fe-96a75252654f/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-11-06 22:16:14,743 - 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-11-06 22:16:16,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 22:16:16.915 10317 INFO rally.api [-] Starting verification (UUID=ffb0723c-2159-4e81-93f8-d392de569872) for deployment 'opnfv-rally' (UUID=458ff2c0-d6c4-4e45-b593-a3a96497720c) by verifier 'opnfv-tempest' (UUID=17345e19-e2d4-4c75-86fe-96a75252654f). 2018-11-06 22:18:07,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ffb0723c-2159-4e81-93f8-d392de569872 2018-11-06 22:18:07,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ffb0723c-2159-4e81-93f8-d392de569872']'. 2018-11-06 22:18:08,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-06 22:18:08,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-06 22:18:08,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 22:18:08,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ffb0723c-2159-4e81-93f8-d392de569872 | 2018-11-06 22:18:08,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-06 22:18:08,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-06 22:16:16 | 2018-11-06 22:18:08,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-06 22:18:06 | 2018-11-06 22:18:08,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-11-06 22:18:08,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-06 22:18:08,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-06 22:18:08,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 17345e19-e2d4-4c75-86fe-96a75252654f) | 2018-11-06 22:18:08,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-06 22:18:08,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 458ff2c0-d6c4-4e45-b593-a3a96497720c) | 2018-11-06 22:18:08,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-11-06 22:18:08,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.292 | 2018-11-06 22:18:08,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-11-06 22:18:08,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-11-06 22:18:08,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-06 22:18:08,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-06 22:18:08,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-06 22:18:08,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 22:18:08,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-06 22:18:08,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-06 22:18:08,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-11-06 22:18:08,424 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 22:18:08,425 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:04 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-11-06 22:18:11,415 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-11-06 22:18:11,416 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:34 | PASS | | vping_userdata | functest | smoke | 00:32 | PASS | | tempest_smoke_serial | functest | smoke | 15:07 | PASS | | rally_sanity | functest | smoke | 21:41 | FAIL | | refstack_defcore | functest | smoke | 08:44 | FAIL | | patrole | functest | smoke | 02:54 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 40:05 | FAIL | | neutron_trunk | functest | smoke | 02:04 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-11-06 22:18:11,427 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-06 22:18:15,026 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-310 | | 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-11-06 22:18:15,032 - 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=N9mAexYrKJ8eJXpV44RRJKzKt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.4 export OS_REGION_NAME=regionOne 2018-11-06 22:18:15,032 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-06 22:18:15,034 - 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-11-06 22:18:15,057 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-11-06 22:18:15,085 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-11-06 22:21:54,235 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-11-06 22:21:54,351 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 22:21:54,352 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:39 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-11-06 22:21:54,384 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-11-06 22:21:56,830 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-11-06 22:21:58,407 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-11-06 22:22:00,077 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-11-06 22:22:00,908 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-11-06 22:22:00,908 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-11-06 22:22:00,956 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-11-06 22:22:01,123 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-11-06 22:22:29,662 - 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-11-06 22:22:29,663 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-11-06 22:22:29,663 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-11-06 22:22:29,766 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-11-06 22:22:58,731 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-11-06 22:22:58,731 - 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-11-06 22:22:58,732 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-11-06 22:22:58,732 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-11-06 22:22:58,733 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-11-06 22:22:58,816 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-11-06 22:22:58,826 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 22:22:59,513 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 22:23:02,699 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-11-06 22:23:03,317 - sdnvpn.lib.openstack_utils - DEBUG - Network '4f9b0d54-d223-448d-8420-1cd986b4f657' created successfully 2018-11-06 22:23:03,317 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-06 22:23:03,879 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'be33fcb1-ecaf-4016-b2fc-d867bfab9f40' created successfully 2018-11-06 22:23:03,879 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-06 22:23:04,169 - sdnvpn.lib.openstack_utils - DEBUG - Router 'bb5955f0-b380-4308-bf3c-54e157e9f0e5' created successfully 2018-11-06 22:23:04,169 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-06 22:23:05,520 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-06 22:23:05,521 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-06 22:23:07,032 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-06 22:23:07,646 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-11-06 22:23:08,220 - sdnvpn.lib.openstack_utils - DEBUG - Network '19c91401-9570-4ecb-b111-e83d54c4c53d' created successfully 2018-11-06 22:23:08,221 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-06 22:23:08,731 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'b63696ee-cb3f-45b0-b815-b744b1690f06' created successfully 2018-11-06 22:23:08,731 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-06 22:23:08,731 - sdnvpn.lib.openstack_utils - DEBUG - Router 'bb5955f0-b380-4308-bf3c-54e157e9f0e5' created successfully 2018-11-06 22:23:08,731 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-06 22:23:10,090 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-06 22:23:10,091 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-06 22:23:10,924 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-06 22:23:11,138 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-11-06 22:23:11,570 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=d8e423a3-daab-408a-b0a4-5429f8103d5a created successfully. 2018-11-06 22:23:11,570 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-11-06 22:23:11,570 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-11-06 22:23:11,800 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-11-06 22:23:11,800 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-06 22:23:12,159 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-06 22:23:12,486 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-06 22:23:45,427 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-06 22:24:21,999 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.207 -c 10' 2018-11-06 22:24:53,750 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-11-06 22:24:53,750 - 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.207': 'PASS'}]} 2018-11-06 22:24:53,751 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-11-06 22:24:53,751 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-11-06 22:24:53,751 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-11-06 22:24:53,845 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-11-06 22:25:08,124 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-11-06 22:25:08,125 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-11-06 22:25:08,182 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-11-06 22:25:08,240 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-11-06 22:25:08,296 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-11-06 22:25:08,743 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-11-06 22:25:08,784 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.33 2018-11-06 22:25:17,318 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-11-06 22:25:17,371 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-11-06 22:25:17,372 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-11-06 22:25:22,949 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 22:25:23,541 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-06 22:25:23,589 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=822c910c-c0fc-4ae7-9ddc-c5d14966b401 created successfully. 2018-11-06 22:25:24,184 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 22:25:24,575 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-06 22:25:25,447 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-11-06 22:25:25,832 - sdnvpn.lib.openstack_utils - DEBUG - Network '3894e92b-526c-4b4b-afa1-792e8d6fdd4c' created successfully 2018-11-06 22:25:25,832 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-06 22:25:26,270 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '5ed36a1c-a8f2-4a10-a4e1-dc410a882161' created successfully 2018-11-06 22:25:26,270 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-06 22:25:26,685 - sdnvpn.lib.openstack_utils - DEBUG - Router '1147efc3-c92c-4e87-a803-382abd5d5b1b' created successfully 2018-11-06 22:25:26,686 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-06 22:25:28,187 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-06 22:25:28,188 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-06 22:25:29,797 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-06 22:25:30,621 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-11-06 22:25:30,844 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd7d3d665-778b-4583-82c2-0879a79673e0' created successfully 2018-11-06 22:25:30,844 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-06 22:25:31,449 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'aae8702e-ddd4-4551-b7ad-a9584bb627b9' created successfully 2018-11-06 22:25:31,449 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-06 22:25:31,614 - sdnvpn.lib.openstack_utils - DEBUG - Router '7ca0bcb5-1344-4d1f-acd8-a3224eb231ae' created successfully 2018-11-06 22:25:31,614 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-06 22:25:32,938 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-06 22:25:32,939 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-06 22:25:34,403 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-06 22:25:34,944 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-06 22:31:06,453 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-11-06 22:31:06,453 - 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-11-06 22:31:06,454 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-11-06 22:31:06,454 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-11-06 22:31:06,454 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-11-06 22:31:06,554 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-11-06 22:31:06,566 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 22:31:06,566 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-11-06 22:31:07,129 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 22:31:13,739 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 22:31:58,345 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-937517', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'35cef63a552c4009857581d35066215c', u'route_targets': [u'55:55'], u'project_id': u'35cef63a552c4009857581d35066215c', u'type': u'l3', u'id': u'f062024c-ddf6-46dd-9e6a-b209e0ab9494'}} 2018-11-06 22:32:20,584 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-06 22:32:53,262 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-645416', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'35cef63a552c4009857581d35066215c', u'route_targets': [u'88:88'], u'project_id': u'35cef63a552c4009857581d35066215c', u'type': u'l3', u'id': u'dca30bec-822c-4b43-bf0b-98da393f2f6a'}} 2018-11-06 22:32:56,530 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-06 22:33:54,287 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-11-06 22:33:54,288 - 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-11-06 22:33:54,288 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-11-06 22:33:54,288 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-11-06 22:33:54,288 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-11-06 22:33:54,374 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-11-06 22:33:54,383 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 22:33:54,937 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 22:33:59,401 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 22:35:05,629 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-529714', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'35cef63a552c4009857581d35066215c', u'route_targets': [], u'project_id': u'35cef63a552c4009857581d35066215c', u'type': u'l3', u'id': u'ccccafb5-7fbf-45b0-93a2-18ccbe2a173a'}} 2018-11-06 22:36:21,545 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-06 22:37:24,503 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-529714', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'35cef63a552c4009857581d35066215c', u'route_targets': [], u'project_id': u'35cef63a552c4009857581d35066215c', u'type': u'l3', u'id': u'bdbeb86a-343e-434d-9ba4-19548d9ad8ba'}} 2018-11-06 22:37:28,452 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-06 22:38:38,528 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-11-06 22:38:38,528 - 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'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-11-06 22:38:38,529 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-11-06 22:38:38,529 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-11-06 22:38:38,529 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-11-06 22:38:38,603 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-11-06 22:38:38,613 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 22:38:53,426 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 22:38:57,514 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 22:40:15,486 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-11-06 22:41:46,475 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-11-06 22:43:17,218 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-11-06 22:44:03,923 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-11-06 22:44:03,923 - 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 318, actual flow count 322': 'PASS'}, {'OVS groups are programmed after resync expected group count 22, actual group count 22': 'PASS'}, {'OVS flows are programmed after resync expected flow count 318, actual flow count 322': 'PASS'}, {'OVS groups are programmed after resync expected group count 22, actual group count 22': 'PASS'}]} 2018-11-06 22:44:03,923 - 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-11-06 22:44:03,923 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-11-06 22:44:03,923 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-11-06 22:44:03,998 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-11-06 22:44:04,012 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 22:44:18,119 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 22:44:21,695 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 22:45:38,209 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-06 22:46:25,332 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-06 22:46:55,589 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-11-06 22:46:55,590 - 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-11-06 22:46:55,590 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-11-06 22:46:55,590 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-11-06 22:46:55,590 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-11-06 22:46:55,678 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-11-06 22:46:55,689 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 22:46:56,268 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 22:46:59,120 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-11-06 22:46:59,532 - sdnvpn.lib.openstack_utils - DEBUG - Network '6b8b170c-c86c-4a6e-a395-4894d48f5ab5' created successfully 2018-11-06 22:46:59,532 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-06 22:47:00,349 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '9846218a-c4e2-4a6f-a182-b4cc0767509c' created successfully 2018-11-06 22:47:00,349 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-06 22:47:00,721 - sdnvpn.lib.openstack_utils - DEBUG - Router '6aaeaaf8-26a5-44dd-8327-7c97541afd0c' created successfully 2018-11-06 22:47:00,721 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-06 22:47:02,329 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-06 22:47:02,329 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-06 22:47:04,640 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-06 22:47:05,580 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 22:48:10,194 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-844145', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'35cef63a552c4009857581d35066215c', u'route_targets': [], u'project_id': u'35cef63a552c4009857581d35066215c', u'type': u'l3', u'id': u'9f3c4416-0c61-4e38-a632-bfe706aa5a45'}} 2018-11-06 22:49:47,505 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-06 22:50:50,693 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-844145', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'35cef63a552c4009857581d35066215c', u'route_targets': [], u'project_id': u'35cef63a552c4009857581d35066215c', u'type': u'l3', u'id': u'ee3e8b6d-5471-4659-a00d-2b959ddc6f1b'}} 2018-11-06 22:50:54,486 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-06 22:51:24,510 - 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-11-06 22:52:01,879 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-11-06 22:52:01,879 - 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-11-06 22:52:01,879 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-11-06 22:52:01,880 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-11-06 22:52:01,880 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-11-06 22:52:02,119 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-11-06 22:52:02,991 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'id': u'2b2a055339844c06a142daa0007ca3a7', '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-11-06 22:52:03,454 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'77975f09edb14a10b4e6e03eaab61c1e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_1e5a8b29-45f7-4652-9c91-55e73af14e07'}) 2018-11-06 22:52:03,726 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 22:52:03,904 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/101535977d5b46dcb75f80e72b9a8f54'}, 'domain_id': None, 'human_id': None, 'id': u'101535977d5b46dcb75f80e72b9a8f54', 'HUMAN_ID': False}) 2018-11-06 22:52:04,454 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_1e5a8b29-45f7-4652-9c91-55e73af14e07', 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': '717a5a97-8a0f-43e2-8eac-10a02988910b', 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_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'project_id': u'2b2a055339844c06a142daa0007ca3a7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 22:52:04,460 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'password': '717a5a97-8a0f-43e2-8eac-10a02988910b', 'project_name': 'bgpvpn-tempest-tes-project_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '2b2a055339844c06a142daa0007ca3a7', 'project_domain_name': 'Default'} 2018-11-06 22:52:05,485 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-06 22:52:14,876 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-06 22:52:14.566 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9f5df2e5-9b3b-48b8-8bf7-28286cb436fd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9f5df2e5-9b3b-48b8-8bf7-28286cb436fd | 2018-11-06T22:52:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9f5df2e5-9b3b-48b8-8bf7-28286cb436fd ~/.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-11-06 22:52:18,198 - 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-11-06 22:52:18,198 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-06 22:52:24,539 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-06 22:52:22.567 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-06 22:52:22.733 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-06 22:52:24.361 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8826973a-42e7-46aa-9856-ebd2c4c448f5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8826973a-42e7-46aa-9856-ebd2c4c448f5) as the default verifier for the future CLI operations. 2018-11-06 22:52:30,581 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/6d87ee81-8c57-4400-977f-13b5d8253a8e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6d87ee81-8c57-4400-977f-13b5d8253a8e/file', 'owner': u'2b2a055339844c06a142daa0007ca3a7', 'id': u'6d87ee81-8c57-4400-977f-13b5d8253a8e', 'size': 12716032, u'self': u'/v2/images/6d87ee81-8c57-4400-977f-13b5d8253a8e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b2a055339844c06a142daa0007ca3a7', 'name': 'bgpvpn-tempest-tes-project_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/6d87ee81-8c57-4400-977f-13b5d8253a8e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T22:52:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T22:52:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6d87ee81-8c57-4400-977f-13b5d8253a8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_1e5a8b29-45f7-4652-9c91-55e73af14e07', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'created': u'2018-11-06T22:52:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T22:52:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6d87ee81-8c57-4400-977f-13b5d8253a8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_1e5a8b29-45f7-4652-9c91-55e73af14e07', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 22:52:31,147 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_1e5a8b29-45f7-4652-9c91-55e73af14e07', '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'35cef63a552c4009857581d35066215c', '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'9364021c-f70a-48f7-a273-78eb21595b64', 'swap': 0}) 2018-11-06 22:52:33,803 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/cfcbc384-a324-4552-80ce-fcd821093e7d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cfcbc384-a324-4552-80ce-fcd821093e7d/file', 'owner': u'2b2a055339844c06a142daa0007ca3a7', 'id': u'cfcbc384-a324-4552-80ce-fcd821093e7d', 'size': 12716032, u'self': u'/v2/images/cfcbc384-a324-4552-80ce-fcd821093e7d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b2a055339844c06a142daa0007ca3a7', 'name': 'bgpvpn-tempest-tes-project_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/cfcbc384-a324-4552-80ce-fcd821093e7d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T22:52:33Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T22:52:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cfcbc384-a324-4552-80ce-fcd821093e7d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_1e5a8b29-45f7-4652-9c91-55e73af14e07', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_1e5a8b29-45f7-4652-9c91-55e73af14e07', 'created': u'2018-11-06T22:52:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T22:52:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cfcbc384-a324-4552-80ce-fcd821093e7d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_1e5a8b29-45f7-4652-9c91-55e73af14e07', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 22:52:33,873 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_1e5a8b29-45f7-4652-9c91-55e73af14e07', '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'35cef63a552c4009857581d35066215c', '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'293900ff-2343-474d-9734-9f954f25f502', 'swap': 0}) 2018-11-06 22:52:33,898 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_1e5a8b29-45f7-4652-9c91-55e73af14e07', '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'35cef63a552c4009857581d35066215c', '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'293900ff-2343-474d-9734-9f954f25f502', 'swap': 0}) 2018-11-06 22:52:36,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-06 22:52:35.925 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8826973a-42e7-46aa-9856-ebd2c4c448f5) for deployment 'opnfv-rally' (UUID=9f5df2e5-9b3b-48b8-8bf7-28286cb436fd). 2018-11-06 22:52:36.776 183 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-06 22:52:36.778 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8826973a-42e7-46aa-9856-ebd2c4c448f5) has been successfully configured for deployment 'opnfv-rally' (UUID=9f5df2e5-9b3b-48b8-8bf7-28286cb436fd)! 2018-11-06 22:52:36,942 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-06 22:52:36,942 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-06 22:52:36,944 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-06 22:52:36,972 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-06 22:52:39,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8826973a-42e7-46aa-9856-ebd2c4c448f5/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-11-06 22:52:39,823 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-06 22:52:39,842 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-06 22:52:39,843 - 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-11-06 22:52:42,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 22:52:42.800 192 INFO rally.api [-] Starting verification (UUID=ed28edd3-c79d-4f22-8323-eb3246d2e526) for deployment 'opnfv-rally' (UUID=9f5df2e5-9b3b-48b8-8bf7-28286cb436fd) by verifier 'opnfv-tempest' (UUID=8826973a-42e7-46aa-9856-ebd2c4c448f5). 2018-11-06 22:52:42,806 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ed28edd3-c79d-4f22-8323-eb3246d2e526 2018-11-06 22:56:59,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ed28edd3-c79d-4f22-8323-eb3246d2e526 2018-11-06 22:56:59,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ed28edd3-c79d-4f22-8323-eb3246d2e526']'. 2018-11-06 22:57:00,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-06 22:57:00,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-06 22:57:00,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 22:57:00,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ed28edd3-c79d-4f22-8323-eb3246d2e526 | 2018-11-06 22:57:00,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-06 22:57:00,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-06 22:52:41 | 2018-11-06 22:57:00,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-06 22:56:59 | 2018-11-06 22:57:00,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:18 | 2018-11-06 22:57:00,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-06 22:57:00,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-06 22:57:00,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-06 22:57:00,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8826973a-42e7-46aa-9856-ebd2c4c448f5) | 2018-11-06 22:57:00,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-06 22:57:00,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9f5df2e5-9b3b-48b8-8bf7-28286cb436fd) | 2018-11-06 22:57:00,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-11-06 22:57:00,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 247.452 | 2018-11-06 22:57:00,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-11-06 22:57:00,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-06 22:57:00,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-06 22:57:00,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-06 22:57:00,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-06 22:57:00,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 22:57:00,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-06 22:57:00,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-06 22:57:00,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-11-06 22:57:05,049 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-11-06 22:57:05,049 - 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-11-06 22:57:05,049 - 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-11-06 22:57:05,049 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-11-06 22:57:05,050 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-11-06 22:57:05,140 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-11-06 22:57:05,151 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 22:57:05,718 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 22:57:09,544 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 22:59:56,133 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-11-06 22:59:56,134 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-11-06 22:59:56,134 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-11-06 22:59:56,134 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-11-06 22:59:56,134 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-11-06 22:59:56,212 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-11-06 22:59:56,212 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-11-06 22:59:56,222 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-06 22:59:56,763 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-06 23:00:08,509 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-06 23:00:08,562 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=b5faac3e-94f2-4842-8420-88a2fc929399 created successfully. 2018-11-06 23:00:09,751 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-11-06 23:00:10,302 - sdnvpn.lib.openstack_utils - DEBUG - Network 'e28ecaeb-e697-4bca-8079-463a8918ccb6' created successfully 2018-11-06 23:00:10,302 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-06 23:00:10,871 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '6ac9754a-e067-4b80-a468-9a986b65e148' created successfully 2018-11-06 23:00:10,871 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-06 23:00:11,156 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b2f2b736-dab7-46c4-8470-49f5a3a577dc' created successfully 2018-11-06 23:00:11,156 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-06 23:00:13,082 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-06 23:00:13,083 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-06 23:00:14,704 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-06 23:00:14,935 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-06 23:03:21,779 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-06 23:04:37,881 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-465571', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'35cef63a552c4009857581d35066215c', u'route_targets': [], u'project_id': u'35cef63a552c4009857581d35066215c', u'type': u'l3', u'id': u'c464bbd9-2cc6-4441-8890-269e8fc8b54f'}} 2018-11-06 23:04:38,964 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-06 23:05:11,146 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-11-06 23:05:42,861 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-11-06 23:05:42,861 - 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': 'FAIL', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'FAIL'}]} 2018-11-06 23:05:42,861 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-11-06 23:05:43,109 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-11-06 23:05:57,983 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 23:06:05,480 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 23:06:05,497 - 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-11-06 23:06:09,220 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 23:06:09,236 - 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-11-06 23:06:14,984 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 23:06:14,999 - 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-11-06 23:06:15,519 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 23:06:15,534 - 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-11-06 23:06:15,791 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-06 23:06:15,808 - 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-11-06 23:06:15,835 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-11-06 23:06:17,413 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-06 23:06:17,413 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 44:20 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-11-06 23:06:17,419 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-11-06 23:06:17,421 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:39 | PASS | | bgpvpn | sdnvpn | features | 44:20 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-11-06 23:06:17,429 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-06 23:06:23,802 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-310 | | 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-11-06 23:06:23,805 - 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=N9mAexYrKJ8eJXpV44RRJKzKt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.4 export OS_REGION_NAME=regionOne 2018-11-06 23:06:23,805 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-06 23:06:23,806 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-06 23:06:23,806 - 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-11-06 23:06:23,807 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-06 23:06:26,597 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-310 | | 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-11-06 23:06:26,602 - 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=N9mAexYrKJ8eJXpV44RRJKzKt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.4 export OS_REGION_NAME=regionOne 2018-11-06 23:06:26,602 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-06 23:06:26,603 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-06 23:06:26,603 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-11-06 23:06:26,605 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-06 23:06:29,284 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-310 | | 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-11-06 23:06:29,287 - 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=N9mAexYrKJ8eJXpV44RRJKzKt export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.4 export OS_REGION_NAME=regionOne 2018-11-06 23:06:29,287 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-11-06 23:06:29,293 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-11-06 23:06:31,445 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'id': u'e577db7f48db4231b677988c168ca0a9', '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-11-06 23:06:31,892 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b03a67ca1dc34510b3707cfce715c0e8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_eacb2e34-3fc0-4f26-af2e-bb5d320d4323'}) 2018-11-06 23:06:31,992 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-06 23:06:32,159 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/ab78662c4fef44d5a18231816a4236a2'}, 'domain_id': None, 'human_id': None, 'id': u'ab78662c4fef44d5a18231816a4236a2', 'HUMAN_ID': False}) 2018-11-06 23:06:32,729 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 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': '912deada-71bb-4038-87b2-7bb4d563827b', 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_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'project_id': u'e577db7f48db4231b677988c168ca0a9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-06 23:06:32,736 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'password': '912deada-71bb-4038-87b2-7bb4d563827b', 'project_name': 'tempest_full_paral-project_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'e577db7f48db4231b677988c168ca0a9', 'project_domain_name': 'Default'} 2018-11-06 23:06:33,842 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-06 23:06:38,322 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-06 23:06:38.009 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a7d7699f-5895-4572-a2d1-aef6efe70452) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a7d7699f-5895-4572-a2d1-aef6efe70452 | 2018-11-06T23:06:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a7d7699f-5895-4572-a2d1-aef6efe70452 ~/.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-11-06 23:06:41,638 - 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-11-06 23:06:41,638 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-06 23:06:47,078 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-06 23:06:45.578 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-06 23:06:45.710 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-06 23:06:46.894 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=152cf6ce-d5b4-4ebf-8634-d390ee59cb40) has been successfully created! Using verifier 'opnfv-tempest' (UUID=152cf6ce-d5b4-4ebf-8634-d390ee59cb40) as the default verifier for the future CLI operations. 2018-11-06 23:06:49,900 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-11-06 23:06:52,285 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/06a49445-144d-442b-9025-e9814b94aef8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/06a49445-144d-442b-9025-e9814b94aef8/file', 'owner': u'e577db7f48db4231b677988c168ca0a9', 'id': u'06a49445-144d-442b-9025-e9814b94aef8', 'size': 12716032, u'self': u'/v2/images/06a49445-144d-442b-9025-e9814b94aef8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e577db7f48db4231b677988c168ca0a9', 'name': 'tempest_full_paral-project_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/06a49445-144d-442b-9025-e9814b94aef8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T23:06:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T23:06:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/06a49445-144d-442b-9025-e9814b94aef8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'created': u'2018-11-06T23:06:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T23:06:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/06a49445-144d-442b-9025-e9814b94aef8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 23:06:52,484 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', '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'35cef63a552c4009857581d35066215c', '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'403524d1-1726-4cda-a931-1f531b476bd8', 'swap': 0}) 2018-11-06 23:06:54,515 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/64613b59-a986-4c83-b09f-5da31513e4fc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/64613b59-a986-4c83-b09f-5da31513e4fc/file', 'owner': u'e577db7f48db4231b677988c168ca0a9', 'id': u'64613b59-a986-4c83-b09f-5da31513e4fc', 'size': 12716032, u'self': u'/v2/images/64613b59-a986-4c83-b09f-5da31513e4fc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e577db7f48db4231b677988c168ca0a9', 'name': 'tempest_full_paral-project_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4d1a9a8a-819e-4f25-ab29-a7eb077db57e/images/64613b59-a986-4c83-b09f-5da31513e4fc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-06T23:06:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-06T23:06:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/64613b59-a986-4c83-b09f-5da31513e4fc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', 'created': u'2018-11-06T23:06:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-06T23:06:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/64613b59-a986-4c83-b09f-5da31513e4fc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-06 23:06:54,568 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', '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'35cef63a552c4009857581d35066215c', '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'059a302d-c63b-4637-ba4a-ab0a8adc850d', 'swap': 0}) 2018-11-06 23:06:54,599 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_eacb2e34-3fc0-4f26-af2e-bb5d320d4323', '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'35cef63a552c4009857581d35066215c', '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'059a302d-c63b-4637-ba4a-ab0a8adc850d', 'swap': 0}) 2018-11-06 23:06:57,489 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-06 23:06:56.445 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=152cf6ce-d5b4-4ebf-8634-d390ee59cb40) for deployment 'opnfv-rally' (UUID=a7d7699f-5895-4572-a2d1-aef6efe70452). 2018-11-06 23:06:57.325 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-06 23:06:57.327 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=152cf6ce-d5b4-4ebf-8634-d390ee59cb40) has been successfully configured for deployment 'opnfv-rally' (UUID=a7d7699f-5895-4572-a2d1-aef6efe70452)! 2018-11-06 23:06:57,490 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-06 23:06:57,490 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-06 23:06:57,494 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-06 23:06:57,508 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-06 23:06:59,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-152cf6ce-d5b4-4ebf-8634-d390ee59cb40/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-11-06 23:06:59,927 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-06 23:06:59,956 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-06 23:06:59,960 - 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-11-06 23:07:01,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:01.976 49 INFO rally.api [-] Starting verification (UUID=e7fab6a9-d629-437e-8fd2-fb25672dd12d) for deployment 'opnfv-rally' (UUID=a7d7699f-5895-4572-a2d1-aef6efe70452) by verifier 'opnfv-tempest' (UUID=152cf6ce-d5b4-4ebf-8634-d390ee59cb40). 2018-11-06 23:07:01,979 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e7fab6a9-d629-437e-8fd2-fb25672dd12d 2018-11-06 23:07:06,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:06.666 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-11-06 23:07:06,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:06.671 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-11-06 23:07:06,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:06.678 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-11-06 23:07:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:06.679 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-11-06 23:07:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:06.680 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-11-06 23:07:09,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:09.894 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.171s] 2018-11-06 23:07:10,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.007 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.379s] 2018-11-06 23:07:10,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.120 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.174s] 2018-11-06 23:07:10,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.136 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.272s] 2018-11-06 23:07:10,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.153 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.199s] 2018-11-06 23:07:10,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.168 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.048s] 2018-11-06 23:07:10,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.187 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.033s] 2018-11-06 23:07:10,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.229 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.220s] 2018-11-06 23:07:10,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.241 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.370s] 2018-11-06 23:07:10,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.257 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.121s] 2018-11-06 23:07:10,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.264 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.095s] 2018-11-06 23:07:10,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.347 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.105s] 2018-11-06 23:07:10,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.355 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.090s] 2018-11-06 23:07:10,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.366 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.180s] 2018-11-06 23:07:10,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.376 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.021s] 2018-11-06 23:07:10,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.409 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.151s] 2018-11-06 23:07:10,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.414 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.276s] 2018-11-06 23:07:10,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.421 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.198s] 2018-11-06 23:07:10,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.424 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.196s] 2018-11-06 23:07:10,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.432 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.011s] 2018-11-06 23:07:10,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.474 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.856s] 2018-11-06 23:07:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.485 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.071s] 2018-11-06 23:07:10,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.614 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.181s] 2018-11-06 23:07:10,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.638 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.261s] 2018-11-06 23:07:10,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.650 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.224s] 2018-11-06 23:07:10,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.665 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.051s] 2018-11-06 23:07:10,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.685 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.019s] 2018-11-06 23:07:10,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.693 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.056s] 2018-11-06 23:07:10,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.696 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.011s] 2018-11-06 23:07:10,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.704 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.008s] 2018-11-06 23:07:10,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.811 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.625s] 2018-11-06 23:07:10,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.853 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.442s] 2018-11-06 23:07:10,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:10.880 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.405s] 2018-11-06 23:07:11,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.001 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.350s] 2018-11-06 23:07:11,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.099 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.278s] 2018-11-06 23:07:11,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.119 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.632s] 2018-11-06 23:07:11,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.279 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.467s] 2018-11-06 23:07:11,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.308 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.456s] 2018-11-06 23:07:11,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.418 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.320s] 2018-11-06 23:07:11,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.564 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.562s] 2018-11-06 23:07:11,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.699 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.420s] 2018-11-06 23:07:11,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.711 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.012s] 2018-11-06 23:07:11,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.720 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.009s] 2018-11-06 23:07:11,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:11.736 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.015s] 2018-11-06 23:07:12,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:12.021 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.456s] 2018-11-06 23:07:12,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:12.202 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.464s] 2018-11-06 23:07:12,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:12.939 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.183s] 2018-11-06 23:07:12,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:12.992 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.789s] 2018-11-06 23:07:13,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:13.050 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.058s] 2018-11-06 23:07:13,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:13.445 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.420s] 2018-11-06 23:07:13,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:13.720 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [3.924s] 2018-11-06 23:07:13,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:13.733 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.682s] 2018-11-06 23:07:13,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:13.760 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.027s] 2018-11-06 23:07:13,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:13.775 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.014s] 2018-11-06 23:07:14,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:14.217 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.772s] 2018-11-06 23:07:14,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:14.748 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.972s] 2018-11-06 23:07:14,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:14.762 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.545s] 2018-11-06 23:07:15,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:15.226 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.478s] 2018-11-06 23:07:15,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:15.867 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [2.928s] 2018-11-06 23:07:17,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:17.719 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-11-06 23:07:18,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:18.194 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.120s] 2018-11-06 23:07:18,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:18.225 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.031s] 2018-11-06 23:07:18,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:18.669 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.578s] 2018-11-06 23:07:18,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:18.985 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-11-06 23:07:18,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:18.986 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-11-06 23:07:19,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:19.035 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.366s] 2018-11-06 23:07:19,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:19.434 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.397s] 2018-11-06 23:07:19,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:19.740 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.872s] 2018-11-06 23:07:19,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:19.744 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-11-06 23:07:19,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:19.746 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-11-06 23:07:19,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:19.753 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.012s] 2018-11-06 23:07:19,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:19.910 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.476s] 2018-11-06 23:07:20,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.305 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.394s] 2018-11-06 23:07:20,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.583 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.200s] 2018-11-06 23:07:20,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.601 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.017s] 2018-11-06 23:07:20,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.625 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.024s] 2018-11-06 23:07:20,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.635 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.331s] 2018-11-06 23:07:20,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.638 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.013s] 2018-11-06 23:07:20,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.658 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.019s] 2018-11-06 23:07:20,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.673 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.014s] 2018-11-06 23:07:20,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.714 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.040s] 2018-11-06 23:07:20,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.727 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2018-11-06 23:07:20,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.738 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.203s] 2018-11-06 23:07:20,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.764 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.037s] 2018-11-06 23:07:20,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.777 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.012s] 2018-11-06 23:07:20,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.788 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.011s] 2018-11-06 23:07:20,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.800 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.011s] 2018-11-06 23:07:20,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.810 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-11-06 23:07:20,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.831 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.021s] 2018-11-06 23:07:20,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.850 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.112s] 2018-11-06 23:07:20,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.861 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.154s] 2018-11-06 23:07:20,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.907 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.046s] 2018-11-06 23:07:20,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.914 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.063s] 2018-11-06 23:07:20,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.948 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.039s] 2018-11-06 23:07:20,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:20.959 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.046s] 2018-11-06 23:07:21,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:21.052 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.100s] 2018-11-06 23:07:25,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:25.628 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [15.866s] 2018-11-06 23:07:26,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:26.075 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [16.283s] 2018-11-06 23:07:27,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:27.318 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.567s] 2018-11-06 23:07:27,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:27.879 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.561s] 2018-11-06 23:07:28,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:28.454 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.182s] 2018-11-06 23:07:28,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:28.477 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.597s] 2018-11-06 23:07:30,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:30.347 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.523s] 2018-11-06 23:07:30,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:30.513 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.167s] 2018-11-06 23:07:33,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:33.139 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.521s] 2018-11-06 23:07:33,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:33.676 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.536s] 2018-11-06 23:07:33,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:33.854 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [14.284s] 2018-11-06 23:07:34,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:34.527 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.850s] 2018-11-06 23:07:37,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:37.728 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [17.335s] 2018-11-06 23:07:37,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:37.736 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [2.325s] 2018-11-06 23:07:37,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:37.908 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [7.392s] 2018-11-06 23:07:38,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:38.236 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.370s] 2018-11-06 23:07:38,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:38.249 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.012s] 2018-11-06 23:07:39,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.526 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.275s] 2018-11-06 23:07:39,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.529 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-11-06 23:07:39,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.533 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-11-06 23:07:39,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.534 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-11-06 23:07:39,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.593 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.855s] 2018-11-06 23:07:39,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.713 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [18.655s] 2018-11-06 23:07:39,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.719 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.011s] 2018-11-06 23:07:39,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.730 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2018-11-06 23:07:39,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.742 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-11-06 23:07:39,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:39.846 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.316s] 2018-11-06 23:07:40,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:40.149 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.302s] 2018-11-06 23:07:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:40.152 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-11-06 23:07:40,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:40.153 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-11-06 23:07:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:40.154 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-11-06 23:07:41,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:41.270 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [3.545s] 2018-11-06 23:07:41,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:41.515 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.922s] 2018-11-06 23:07:42,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:42.634 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.363s] 2018-11-06 23:07:43,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:43.463 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [1.945s] 2018-11-06 23:07:43,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:43.849 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [22.241s] 2018-11-06 23:07:43,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:43.870 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.026s] 2018-11-06 23:07:43,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:43.882 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.012s] 2018-11-06 23:07:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:43.895 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2018-11-06 23:07:43,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:43.905 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-11-06 23:07:44,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:44.190 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.555s] 2018-11-06 23:07:44,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:44.208 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.302s] 2018-11-06 23:07:44,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:44.346 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [23.397s] 2018-11-06 23:07:44,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:44.510 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.164s] 2018-11-06 23:07:44,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:44.524 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.315s] 2018-11-06 23:07:44,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:44.692 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.168s] 2018-11-06 23:07:45,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:45.010 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.316s] 2018-11-06 23:07:45,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:45.250 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.240s] 2018-11-06 23:07:45,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:45.386 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.194s] 2018-11-06 23:07:46,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:46.130 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.745s] 2018-11-06 23:07:47,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:47.324 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.192s] 2018-11-06 23:07:48,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:48.802 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.477s] 2018-11-06 23:07:49,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:49.414 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.615s] 2018-11-06 23:07:49,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:49.932 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [12.024s] 2018-11-06 23:07:50,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:50.009 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [23.931s] 2018-11-06 23:07:51,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:51.430 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [11.685s] 2018-11-06 23:07:52,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:52.235 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.806s] 2018-11-06 23:07:57,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.075 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.169s] 2018-11-06 23:07:57,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.091 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.016s] 2018-11-06 23:07:57,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.104 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2018-11-06 23:07:57,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.296 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.191s] 2018-11-06 23:07:57,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.307 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-11-06 23:07:57,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.351 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.043s] 2018-11-06 23:07:57,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.372 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.021s] 2018-11-06 23:07:57,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.425 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.052s] 2018-11-06 23:07:57,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.440 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.014s] 2018-11-06 23:07:57,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.499 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.058s] 2018-11-06 23:07:57,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:07:57.516 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.017s] 2018-11-06 23:08:00,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:00.001 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [21.139s] 2018-11-06 23:08:01,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:01.379 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-11-06 23:08:03,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:03.502 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.238s] 2018-11-06 23:08:03,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:03.585 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.083s] 2018-11-06 23:08:03,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:03.675 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.089s] 2018-11-06 23:08:03,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:03.842 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.168s] 2018-11-06 23:08:03,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:03.956 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [11.863s] 2018-11-06 23:08:04,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:04.201 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.247s] 2018-11-06 23:08:04,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:04.560 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.640s] 2018-11-06 23:08:04,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:04.975 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.416s] 2018-11-06 23:08:05,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:05.344 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.141s] 2018-11-06 23:08:05,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:05.898 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.554s] 2018-11-06 23:08:05,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:05.940 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.042s] 2018-11-06 23:08:06,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:06.111 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [6.112s] 2018-11-06 23:08:07,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:07.708 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.767s] 2018-11-06 23:08:08,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:08.221 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.512s] 2018-11-06 23:08:08,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:08.801 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [3.185s] 2018-11-06 23:08:09,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:09.526 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.724s] 2018-11-06 23:08:10,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:10.142 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-11-06 23:08:10,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:10.183 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.657s] 2018-11-06 23:08:10,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:10.351 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [24.184s] 2018-11-06 23:08:10,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:10.387 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.184s] 2018-11-06 23:08:10,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:10.441 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.053s] 2018-11-06 23:08:10,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:10.667 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.225s] 2018-11-06 23:08:11,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:11.860 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.674s] 2018-11-06 23:08:13,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:13.349 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.489s] 2018-11-06 23:08:13,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:13.588 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.241s] 2018-11-06 23:08:16,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.282 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.182s] 2018-11-06 23:08:16,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.337 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-11-06 23:08:16,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.394 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.057s] 2018-11-06 23:08:16,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.456 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.062s] 2018-11-06 23:08:16,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.484 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.027s] 2018-11-06 23:08:16,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.548 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.064s] 2018-11-06 23:08:16,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.615 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.066s] 2018-11-06 23:08:16,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.675 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.059s] 2018-11-06 23:08:16,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.697 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.021s] 2018-11-06 23:08:16,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.757 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.060s] 2018-11-06 23:08:16,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:16.820 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.062s] 2018-11-06 23:08:18,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:18.627 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-11-06 23:08:23,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:23.299 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.708s] 2018-11-06 23:08:30,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:30.843 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [21.374s] 2018-11-06 23:08:31,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:31.221 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 [56.680s] 2018-11-06 23:08:35,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:35.634 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [28.321s] 2018-11-06 23:08:38,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:38.735 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [11.276s] 2018-11-06 23:08:39,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:39.235 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.606s] 2018-11-06 23:08:46,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:46.316 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2018-11-06 23:08:46,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:46.439 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.123s] 2018-11-06 23:08:46,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:46.716 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.368s] 2018-11-06 23:08:46,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:46.925 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.209s] 2018-11-06 23:08:48,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:48.561 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [9.826s] 2018-11-06 23:08:53,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:53.274 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [90.463s] 2018-11-06 23:08:53,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:53.302 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.033s] 2018-11-06 23:08:54,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:08:54.809 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-11-06 23:09:00,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:00.748 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [30.146s] 2018-11-06 23:09:02,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:02.199 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [43.558s] 2018-11-06 23:09:07,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:07.482 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [44.174s] 2018-11-06 23:09:08,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:08.156 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.440s] 2018-11-06 23:09:08,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:08.676 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.009s] 2018-11-06 23:09:10,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:10.359 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.881s] 2018-11-06 23:09:17,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:17.873 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [47.018s] 2018-11-06 23:09:18,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:18.966 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.433s] 2018-11-06 23:09:19,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:19.043 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.077s] 2018-11-06 23:09:19,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:19.719 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [18.978s] 2018-11-06 23:09:21,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:21.375 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [3.507s] 2018-11-06 23:09:21,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:21.583 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 [22.599s] 2018-11-06 23:09:21,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:21.594 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-11-06 23:09:21,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:21.644 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.600s] 2018-11-06 23:09:21,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:21.710 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.065s] 2018-11-06 23:09:21,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:21.740 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.146s] 2018-11-06 23:09:21,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:21.954 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.213s] 2018-11-06 23:09:22,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:22.588 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.878s] 2018-11-06 23:09:26,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:26.707 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [55.474s] 2018-11-06 23:09:31,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:31.745 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.697s] 2018-11-06 23:09:34,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:34.697 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.953s] 2018-11-06 23:09:38,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:38.246 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [3.550s] 2018-11-06 23:09:39,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:39.281 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-11-06 23:09:39,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:39.756 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [27.207s] 2018-11-06 23:09:40,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:40.702 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [19.320s] 2018-11-06 23:09:40,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:40.704 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-11-06 23:09:46,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:46.160 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [4.456s] 2018-11-06 23:09:46,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:46.180 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.318s] 2018-11-06 23:09:46,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:46.661 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.908s] 2018-11-06 23:09:47,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:47.057 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.897s] 2018-11-06 23:09:47,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:47.072 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-11-06 23:09:48,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:48.524 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [16.773s] 2018-11-06 23:09:49,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:49.812 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.837s] 2018-11-06 23:09:49,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:49.902 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.830s] 2018-11-06 23:09:50,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:50.790 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 [0.887s] 2018-11-06 23:09:51,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:51.714 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 [0.922s] 2018-11-06 23:09:51,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:51.744 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.031s] 2018-11-06 23:09:52,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:52.102 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.357s] 2018-11-06 23:09:55,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:55.396 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [5.581s] 2018-11-06 23:09:56,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:09:56.873 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.478s] 2018-11-06 23:10:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:01.844 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [113.592s] 2018-11-06 23:10:02,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:02.978 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:10:02,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:02.979 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-11-06 23:10:02,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:02.980 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-11-06 23:10:04,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:04.239 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.714s] 2018-11-06 23:10:04,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:04.512 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-11-06 23:10:06,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:06.594 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [64.389s] 2018-11-06 23:10:06,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:06.597 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-11-06 23:10:10,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:10.750 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [8.907s] 2018-11-06 23:10:11,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:11.102 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [3.602s] 2018-11-06 23:10:12,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:12.631 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.883s] 2018-11-06 23:10:12,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:12.963 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [79.637s] 2018-11-06 23:10:18,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:18.548 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [14.941s] 2018-11-06 23:10:20,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:20.553 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [9.449s] 2018-11-06 23:10:25,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:25.877 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.064s] 2018-11-06 23:10:32,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:32.690 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.811s] 2018-11-06 23:10:33,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:33.610 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [77.109s] 2018-11-06 23:10:36,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:36.839 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [16.285s] 2018-11-06 23:10:46,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:46.030 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [133.785s] 2018-11-06 23:10:46,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:46.100 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.078s] 2018-11-06 23:10:46,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:46.461 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.360s] 2018-11-06 23:10:47,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:47.830 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [10.990s] 2018-11-06 23:10:47,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:47.935 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [43.688s] 2018-11-06 23:10:54,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:54.866 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [7.035s] 2018-11-06 23:10:56,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:56.824 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [76.105s] 2018-11-06 23:10:58,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:10:58.203 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [15.860s] 2018-11-06 23:11:02,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:02.105 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [7.238s] 2018-11-06 23:11:03,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:03.811 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.874s] 2018-11-06 23:11:04,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:04.379 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.540s] 2018-11-06 23:11:04,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:04.588 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.208s] 2018-11-06 23:11:05,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:05.728 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.138s] 2018-11-06 23:11:06,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:06.548 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.820s] 2018-11-06 23:11:07,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:07.722 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [1.173s] 2018-11-06 23:11:08,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:08.080 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.358s] 2018-11-06 23:11:08,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:08.927 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [6.821s] 2018-11-06 23:11:14,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:14.420 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [55.864s] 2018-11-06 23:11:16,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:16.751 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [7.823s] 2018-11-06 23:11:16,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:16.938 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [20.116s] 2018-11-06 23:11:22,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:22.554 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [10.837s] 2018-11-06 23:11:24,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:24.883 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [19.073s] 2018-11-06 23:11:24,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:24.885 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-11-06 23:11:24,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:24.886 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-11-06 23:11:24,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:24.887 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-11-06 23:11:25,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:25.037 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-11-06 23:11:26,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:26.810 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:11:28,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:28.013 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [108.702s] 2018-11-06 23:11:29,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:29.100 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.469s] 2018-11-06 23:11:29,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:29.275 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.174s] 2018-11-06 23:11:29,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:29.776 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.501s] 2018-11-06 23:11:32,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:32.798 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.422s] 2018-11-06 23:11:35,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:35.098 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [7.091s] 2018-11-06 23:11:35,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:35.923 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [229.769s] 2018-11-06 23:11:47,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:47.651 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [15.658s] 2018-11-06 23:11:51,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:51.581 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.102s] 2018-11-06 23:11:52,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:52.006 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.423s] 2018-11-06 23:11:52,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:52.070 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.065s] 2018-11-06 23:11:52,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:52.128 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.057s] 2018-11-06 23:11:52,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:52.225 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.097s] 2018-11-06 23:11:53,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:53.591 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.365s] 2018-11-06 23:11:55,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:55.139 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [1.547s] 2018-11-06 23:11:56,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:56.315 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [103.327s] 2018-11-06 23:11:57,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:11:57.320 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [9.668s] 2018-11-06 23:12:01,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:01.092 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-11-06 23:12:03,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:03.127 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [89.493s] 2018-11-06 23:12:03,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:03.650 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.994s] 2018-11-06 23:12:03,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:03.694 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [49.270s] 2018-11-06 23:12:05,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:05.165 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [7.845s] 2018-11-06 23:12:06,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:06.061 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.410s] 2018-11-06 23:12:07,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:07.629 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.567s] 2018-11-06 23:12:08,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:08.209 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.209s] 2018-11-06 23:12:08,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:08.419 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.209s] 2018-11-06 23:12:08,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:08.638 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.219s] 2018-11-06 23:12:08,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:08.860 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [3.111s] 2018-11-06 23:12:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:09.189 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.549s] 2018-11-06 23:12:09,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:09.413 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.224s] 2018-11-06 23:12:09,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:09.774 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.361s] 2018-11-06 23:12:10,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:10.129 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.352s] 2018-11-06 23:12:10,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:10.461 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.334s] 2018-11-06 23:12:10,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:10.718 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.255s] 2018-11-06 23:12:10,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:10.957 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [3.327s] 2018-11-06 23:12:11,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:11.143 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.424s] 2018-11-06 23:12:11,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:11.362 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [30.307s] 2018-11-06 23:12:11,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:11.398 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.255s] 2018-11-06 23:12:11,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:11.503 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.642s] 2018-11-06 23:12:11,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:11.766 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.367s] 2018-11-06 23:12:12,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:12.118 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.352s] 2018-11-06 23:12:13,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:13.658 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [1.445s] 2018-11-06 23:12:16,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:16.315 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [5.357s] 2018-11-06 23:12:17,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:17.788 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.267s] 2018-11-06 23:12:17,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:17.864 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.083s] 2018-11-06 23:12:18,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:18.383 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.517s] 2018-11-06 23:12:18,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:18.420 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [74.592s] 2018-11-06 23:12:18,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:18.869 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [13.703s] 2018-11-06 23:12:20,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:20.222 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.907s] 2018-11-06 23:12:25,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:25.794 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.178s] 2018-11-06 23:12:25,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:25.915 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [96.736s] 2018-11-06 23:12:25,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:25.948 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.155s] 2018-11-06 23:12:26,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:26.119 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.171s] 2018-11-06 23:12:26,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:26.288 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.168s] 2018-11-06 23:12:26,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:26.437 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.147s] 2018-11-06 23:12:26,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:26.584 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.148s] 2018-11-06 23:12:26,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:26.745 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.159s] 2018-11-06 23:12:26,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:26.890 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.145s] 2018-11-06 23:12:26,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:26.898 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.007s] 2018-11-06 23:12:27,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:27.054 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.156s] 2018-11-06 23:12:29,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:29.161 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [10.290s] 2018-11-06 23:12:30,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:30.492 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [4.581s] 2018-11-06 23:12:31,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:31.404 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.152s] 2018-11-06 23:12:31,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:31.522 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.119s] 2018-11-06 23:12:33,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:33.065 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.146s] 2018-11-06 23:12:33,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:33.221 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.155s] 2018-11-06 23:12:34,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:34.189 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.966s] 2018-11-06 23:12:35,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:35.489 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.298s] 2018-11-06 23:12:35,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:35.641 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.153s] 2018-11-06 23:12:35,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:35.797 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.156s] 2018-11-06 23:12:35,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:35.976 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.178s] 2018-11-06 23:12:35,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:35.995 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.019s] 2018-11-06 23:12:36,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:36.368 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [7.207s] 2018-11-06 23:12:36,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:36.477 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.243s] 2018-11-06 23:12:37,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:37.226 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.748s] 2018-11-06 23:12:39,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:39.217 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.725s] 2018-11-06 23:12:39,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:39.632 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [9.138s] 2018-11-06 23:12:41,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:41.229 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.011s] 2018-11-06 23:12:42,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:42.917 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.548s] 2018-11-06 23:12:43,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:43.946 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.453s] 2018-11-06 23:12:44,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:44.121 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.175s] 2018-11-06 23:12:46,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:46.727 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.497s] 2018-11-06 23:12:46,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:46.755 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [9.526s] 2018-11-06 23:12:49,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:49.197 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [92.238s] 2018-11-06 23:12:49,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:49.405 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.652s] 2018-11-06 23:12:52,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:52.779 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 [6.052s] 2018-11-06 23:12:53,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:53.813 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [7.740s] 2018-11-06 23:12:54,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:54.180 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [4.774s] 2018-11-06 23:12:57,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:57.342 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [14.423s] 2018-11-06 23:12:57,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:57.780 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:12:59,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:12:59.314 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [6.534s] 2018-11-06 23:13:01,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:01.466 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [4.124s] 2018-11-06 23:13:02,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:02.896 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-11-06 23:13:02,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:02.929 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [133.791s] 2018-11-06 23:13:03,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:03.045 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.123s] 2018-11-06 23:13:03,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:03.055 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.546s] 2018-11-06 23:13:03,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:03.380 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [88.254s] 2018-11-06 23:13:03,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:03.436 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.379s] 2018-11-06 23:13:03,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:03.521 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.475s] 2018-11-06 23:13:03,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:03.811 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.374s] 2018-11-06 23:13:04,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:04.198 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.386s] 2018-11-06 23:13:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:04.565 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.367s] 2018-11-06 23:13:05,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:05.658 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.071s] 2018-11-06 23:13:05,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:05.723 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.064s] 2018-11-06 23:13:06,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:06.592 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.868s] 2018-11-06 23:13:06,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:06.899 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.168s] 2018-11-06 23:13:07,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:07.595 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-11-06 23:13:07,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:07.596 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:13:07,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:07.990 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.397s] 2018-11-06 23:13:10,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:10.927 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-11-06 23:13:10,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:10.927 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-11-06 23:13:10,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:10.928 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-11-06 23:13:11,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:11.848 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [145.374s] 2018-11-06 23:13:11,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:11.849 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-06 23:13:13,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:13.340 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [11.872s] 2018-11-06 23:13:13,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:13.745 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.186s] 2018-11-06 23:13:13,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:13.852 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.512s] 2018-11-06 23:13:14,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:14.093 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.240s] 2018-11-06 23:13:14,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:14.224 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.131s] 2018-11-06 23:13:14,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:14.278 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2018-11-06 23:13:14,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:14.332 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.053s] 2018-11-06 23:13:14,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:14.560 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.227s] 2018-11-06 23:13:14,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:14.659 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.099s] 2018-11-06 23:13:14,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:14.732 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.072s] 2018-11-06 23:13:14,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:14.915 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.183s] 2018-11-06 23:13:16,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:16.773 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [5.422s] 2018-11-06 23:13:16,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:16.832 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.061s] 2018-11-06 23:13:19,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:19.625 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [2.210s] 2018-11-06 23:13:21,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:21.623 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.998s] 2018-11-06 23:13:24,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:24.612 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [2.988s] 2018-11-06 23:13:26,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:26.367 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.754s] 2018-11-06 23:13:26,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:26.613 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [4.528s] 2018-11-06 23:13:26,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:26.649 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.348s] 2018-11-06 23:13:26,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:26.717 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.069s] 2018-11-06 23:13:26,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:26.797 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.080s] 2018-11-06 23:13:26,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:26.878 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.080s] 2018-11-06 23:13:26,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:26.966 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.087s] 2018-11-06 23:13:26,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:26.988 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [23.607s] 2018-11-06 23:13:27,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:27.109 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [90.787s] 2018-11-06 23:13:27,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:27.695 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-11-06 23:13:27,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:27.733 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.748s] 2018-11-06 23:13:27,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:27.917 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [13.000s] 2018-11-06 23:13:31,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:31.020 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [4.651s] 2018-11-06 23:13:32,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:32.974 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.332s] 2018-11-06 23:13:33,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:33.071 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-11-06 23:13:33,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:33.737 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.763s] 2018-11-06 23:13:33,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:33.950 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.211s] 2018-11-06 23:13:35,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:35.438 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.418s] 2018-11-06 23:13:35,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:35.713 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.762s] 2018-11-06 23:13:36,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:36.845 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.130s] 2018-11-06 23:13:36,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:36.956 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [93.809s] 2018-11-06 23:13:37,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:37.667 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [58.135s] 2018-11-06 23:13:37,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:37.706 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.861s] 2018-11-06 23:13:38,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:38.411 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.703s] 2018-11-06 23:13:38,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:38.520 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.384s] 2018-11-06 23:13:39,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:39.126 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.604s] 2018-11-06 23:13:39,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:39.530 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.404s] 2018-11-06 23:13:40,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:40.003 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [26.005s] 2018-11-06 23:13:40,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:40.069 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.538s] 2018-11-06 23:13:40,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:40.445 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.376s] 2018-11-06 23:13:40,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:40.533 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.087s] 2018-11-06 23:13:40,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:40.671 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.137s] 2018-11-06 23:13:40,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:40.744 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-11-06 23:13:40,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:40.812 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-11-06 23:13:40,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:40.878 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-11-06 23:13:40,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:40.946 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.069s] 2018-11-06 23:13:43,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:43.206 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.165s] 2018-11-06 23:13:43,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:43.454 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.248s] 2018-11-06 23:13:43,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:43.740 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.286s] 2018-11-06 23:13:43,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:43.907 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.166s] 2018-11-06 23:13:43,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:43.934 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.026s] 2018-11-06 23:13:44,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:44.137 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.202s] 2018-11-06 23:13:44,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:44.173 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.037s] 2018-11-06 23:13:44,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:44.207 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.033s] 2018-11-06 23:13:44,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:44.245 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.038s] 2018-11-06 23:13:44,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:44.289 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.044s] 2018-11-06 23:13:45,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:45.454 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [8.227s] 2018-11-06 23:13:48,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:48.891 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-11-06 23:13:48,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:48.897 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-11-06 23:13:48,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:48.899 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-06 23:13:48,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:48.900 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-06 23:13:48,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:48.901 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-11-06 23:13:48,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:48.902 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-11-06 23:13:49,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:49.087 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.789s] 2018-11-06 23:13:50,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:50.820 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.732s] 2018-11-06 23:13:55,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:55.339 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-11-06 23:13:56,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:56.577 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.959s] 2018-11-06 23:13:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:58.420 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.508s] 2018-11-06 23:13:58,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:58.448 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.030s] 2018-11-06 23:13:58,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:13:58.654 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.205s] 2018-11-06 23:14:00,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:00.441 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [20.436s] 2018-11-06 23:14:02,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:02.712 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [6.135s] 2018-11-06 23:14:02,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:02.766 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [3.965s] 2018-11-06 23:14:02,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:02.921 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.689s] 2018-11-06 23:14:03,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:03.919 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [7.440s] 2018-11-06 23:14:05,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:05.270 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [6.612s] 2018-11-06 23:14:05,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:05.777 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.189s] 2018-11-06 23:14:06,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:06.909 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.141s] 2018-11-06 23:14:07,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:07.749 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.022s] 2018-11-06 23:14:09,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:09.570 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.661s] 2018-11-06 23:14:10,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:10.911 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [8.197s] 2018-11-06 23:14:11,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:11.108 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [5.329s] 2018-11-06 23:14:12,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:12.795 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.043s] 2018-11-06 23:14:12,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:12.841 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [8.922s] 2018-11-06 23:14:14,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:14.011 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.440s] 2018-11-06 23:14:15,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:15.231 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [9.959s] 2018-11-06 23:14:15,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:15.420 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.191s] 2018-11-06 23:14:17,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:17.415 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.994s] 2018-11-06 23:14:17,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:17.467 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [6.556s] 2018-11-06 23:14:17,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:17.780 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [6.670s] 2018-11-06 23:14:17,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:17.802 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [14.882s] 2018-11-06 23:14:18,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:18.931 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.152s] 2018-11-06 23:14:19,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:19.579 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.647s] 2018-11-06 23:14:20,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:20.712 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.131s] 2018-11-06 23:14:21,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:21.582 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [14.588s] 2018-11-06 23:14:21,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:21.651 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.938s] 2018-11-06 23:14:21,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:21.847 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.266s] 2018-11-06 23:14:22,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:22.487 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.639s] 2018-11-06 23:14:22,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:22.628 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.976s] 2018-11-06 23:14:22,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:22.652 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [5.183s] 2018-11-06 23:14:22,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:22.931 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [22.487s] 2018-11-06 23:14:24,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:24.345 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-11-06 23:14:24,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:24.528 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.899s] 2018-11-06 23:14:24,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:24.862 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [12.019s] 2018-11-06 23:14:25,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:25.086 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [2.599s] 2018-11-06 23:14:25,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:25.616 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [4.133s] 2018-11-06 23:14:25,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:25.935 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.319s] 2018-11-06 23:14:26,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:26.489 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.553s] 2018-11-06 23:14:26,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:26.869 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.341s] 2018-11-06 23:14:27,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:27.137 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [4.484s] 2018-11-06 23:14:27,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:27.576 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.489s] 2018-11-06 23:14:27,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:27.615 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.209s] 2018-11-06 23:14:27,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:27.666 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.797s] 2018-11-06 23:14:28,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:28.029 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.452s] 2018-11-06 23:14:28,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:28.065 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.203s] 2018-11-06 23:14:28,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:28.079 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.413s] 2018-11-06 23:14:28,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:28.221 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.192s] 2018-11-06 23:14:28,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:28.334 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.255s] 2018-11-06 23:14:28,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:28.884 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.548s] 2018-11-06 23:14:29,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:29.306 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.420s] 2018-11-06 23:14:29,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:29.731 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.425s] 2018-11-06 23:14:30,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:30.912 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [1.180s] 2018-11-06 23:14:31,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:31.125 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.060s] 2018-11-06 23:14:31,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:31.357 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-11-06 23:14:31,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:31.675 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.761s] 2018-11-06 23:14:32,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:32.372 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.698s] 2018-11-06 23:14:33,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:33.872 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.111s] 2018-11-06 23:14:33,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:33.961 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.089s] 2018-11-06 23:14:34,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:34.056 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.094s] 2018-11-06 23:14:34,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:34.063 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-11-06 23:14:34,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:34.551 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [6.936s] 2018-11-06 23:14:36,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:36.536 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.161s] 2018-11-06 23:14:36,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:36.537 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-11-06 23:14:36,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:36.942 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.406s] 2018-11-06 23:14:37,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:37.189 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.248s] 2018-11-06 23:14:37,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:37.577 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.388s] 2018-11-06 23:14:37,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:37.639 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.944s] 2018-11-06 23:14:37,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:37.693 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.053s] 2018-11-06 23:14:38,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:38.093 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.515s] 2018-11-06 23:14:38,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:38.466 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.372s] 2018-11-06 23:14:38,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:38.975 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.504s] 2018-11-06 23:14:38,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:38.989 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [71.234s] 2018-11-06 23:14:39,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:39.417 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.444s] 2018-11-06 23:14:39,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:39.857 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.440s] 2018-11-06 23:14:40,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:40.485 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.626s] 2018-11-06 23:14:40,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:40.872 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.387s] 2018-11-06 23:14:41,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:41.167 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.295s] 2018-11-06 23:14:41,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:41.733 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.167s] 2018-11-06 23:14:42,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:42.082 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.914s] 2018-11-06 23:14:42,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:42.084 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-11-06 23:14:42,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:42.084 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-11-06 23:14:42,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:42.509 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.426s] 2018-11-06 23:14:42,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:42.786 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.278s] 2018-11-06 23:14:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:44.144 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.159s] 2018-11-06 23:14:47,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:47.800 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:14:48,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:48.214 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [21.454s] 2018-11-06 23:14:48,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:48.215 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-11-06 23:14:49,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:49.006 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [14.454s] 2018-11-06 23:14:49,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:49.846 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.213s] 2018-11-06 23:14:49,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:49.894 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.047s] 2018-11-06 23:14:50,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:50.911 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [69.948s] 2018-11-06 23:14:50,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:50.924 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2018-11-06 23:14:51,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:51.414 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.519s] 2018-11-06 23:14:51,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:51.423 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.009s] 2018-11-06 23:14:51,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:51.468 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.045s] 2018-11-06 23:14:51,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:51.479 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2018-11-06 23:14:51,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:51.536 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.056s] 2018-11-06 23:14:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:51.561 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.025s] 2018-11-06 23:14:51,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:51.591 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [8.803s] 2018-11-06 23:14:51,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:51.752 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.194s] 2018-11-06 23:14:52,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:52.139 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.211s] 2018-11-06 23:14:52,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:52.142 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-11-06 23:14:52,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:52.198 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.607s] 2018-11-06 23:14:52,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:52.404 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.264s] 2018-11-06 23:14:52,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:52.537 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.133s] 2018-11-06 23:14:52,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:52.714 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.513s] 2018-11-06 23:14:52,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:52.716 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-11-06 23:14:52,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:52.717 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-11-06 23:14:53,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:53.004 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [21.878s] 2018-11-06 23:14:53,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:53.298 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.583s] 2018-11-06 23:14:53,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:53.574 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.569s] 2018-11-06 23:14:53,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:53.630 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.054s] 2018-11-06 23:14:53,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:53.876 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.578s] 2018-11-06 23:14:54,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:54.320 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.442s] 2018-11-06 23:14:56,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:56.384 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-11-06 23:14:56,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:56.667 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-11-06 23:14:56,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:56.668 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-11-06 23:14:56,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:56.668 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-11-06 23:14:57,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:57.186 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [80.212s] 2018-11-06 23:14:57,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:57.401 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.526s] 2018-11-06 23:14:57,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:14:57.744 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.341s] 2018-11-06 23:15:00,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:00.564 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.232s] 2018-11-06 23:15:02,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:02.345 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [4.602s] 2018-11-06 23:15:05,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:05.570 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.339s] 2018-11-06 23:15:05,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:05.764 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.193s] 2018-11-06 23:15:07,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:07.548 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [10.187s] 2018-11-06 23:15:07,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:07.550 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-11-06 23:15:07,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:07.596 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [7.031s] 2018-11-06 23:15:09,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:09.502 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.905s] 2018-11-06 23:15:10,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:10.351 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [16.719s] 2018-11-06 23:15:12,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:12.073 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.570s] 2018-11-06 23:15:12,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:12.313 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [94.626s] 2018-11-06 23:15:13,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:13.230 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-11-06 23:15:14,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:14.465 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.017s] 2018-11-06 23:15:14,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:14.487 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.077s] 2018-11-06 23:15:14,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:14.498 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [17.312s] 2018-11-06 23:15:14,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:14.507 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.020s] 2018-11-06 23:15:14,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:14.568 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.494s] 2018-11-06 23:15:16,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:16.682 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.850s] 2018-11-06 23:15:16,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:16.690 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-11-06 23:15:19,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:19.450 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.283s] 2018-11-06 23:15:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:19.486 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-11-06 23:15:20,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:20.203 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.633s] 2018-11-06 23:15:20,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:20.595 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [0.941s] 2018-11-06 23:15:21,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:21.329 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.734s] 2018-11-06 23:15:21,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:21.392 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-11-06 23:15:22,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:22.981 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.650s] 2018-11-06 23:15:23,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:23.147 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.943s] 2018-11-06 23:15:23,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:23.936 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.789s] 2018-11-06 23:15:24,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:24.237 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [9.770s] 2018-11-06 23:15:24,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:24.820 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.355s] 2018-11-06 23:15:24,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:24.832 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2018-11-06 23:15:24,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:24.844 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-11-06 23:15:25,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:25.240 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.395s] 2018-11-06 23:15:25,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:25.253 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2018-11-06 23:15:25,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:25.263 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-11-06 23:15:25,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:25.713 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.448s] 2018-11-06 23:15:25,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:25.809 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [1.871s] 2018-11-06 23:15:25,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:25.910 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.518s] 2018-11-06 23:15:25,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:25.911 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-11-06 23:15:26,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:26.110 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.398s] 2018-11-06 23:15:26,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:26.193 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.158s] 2018-11-06 23:15:26,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:26.375 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.182s] 2018-11-06 23:15:26,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:26.388 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.857s] 2018-11-06 23:15:26,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:26.524 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.149s] 2018-11-06 23:15:26,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:26.642 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [73.831s] 2018-11-06 23:15:26,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:26.833 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.916s] 2018-11-06 23:15:26,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:26.936 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [16.586s] 2018-11-06 23:15:27,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:27.004 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.479s] 2018-11-06 23:15:27,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:27.029 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.026s] 2018-11-06 23:15:27,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:27.267 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.330s] 2018-11-06 23:15:27,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:27.305 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.497s] 2018-11-06 23:15:27,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:27.321 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.054s] 2018-11-06 23:15:27,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:27.334 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.029s] 2018-11-06 23:15:27,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:27.353 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-11-06 23:15:27,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:27.372 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-11-06 23:15:28,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:28.345 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:15:29,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:29.801 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [2.967s] 2018-11-06 23:15:29,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:29.983 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-06 23:15:29,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:29.986 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-11-06 23:15:29,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:29.986 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-11-06 23:15:30,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:30.654 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [6.416s] 2018-11-06 23:15:31,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:31.254 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.146s] 2018-11-06 23:15:32,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:32.525 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-11-06 23:15:35,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:35.528 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 [5.725s] 2018-11-06 23:15:39,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:39.122 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.589s] 2018-11-06 23:15:40,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:40.533 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [9.877s] 2018-11-06 23:15:41,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:41.332 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [7.684s] 2018-11-06 23:15:42,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:42.744 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [15.419s] 2018-11-06 23:15:43,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.155 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [30.839s] 2018-11-06 23:15:43,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.286 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.959s] 2018-11-06 23:15:43,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.287 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-11-06 23:15:43,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.578 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.079s] 2018-11-06 23:15:43,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.594 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2018-11-06 23:15:43,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.783 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.188s] 2018-11-06 23:15:43,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.795 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-11-06 23:15:43,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.807 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-11-06 23:15:43,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.838 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-11-06 23:15:43,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:43.900 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-11-06 23:15:44,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:44.020 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.119s] 2018-11-06 23:15:44,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:44.342 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.322s] 2018-11-06 23:15:44,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:44.357 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-11-06 23:15:44,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:44.424 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-11-06 23:15:46,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:46.367 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [4.714s] 2018-11-06 23:15:46,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:46.820 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [3.533s] 2018-11-06 23:15:48,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:48.781 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [8.248s] 2018-11-06 23:15:50,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:50.820 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.451s] 2018-11-06 23:15:50,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:50.983 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [2.203s] 2018-11-06 23:15:52,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:52.702 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.882s] 2018-11-06 23:15:52,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:52.941 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.973s] 2018-11-06 23:15:53,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:53.088 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [5.032s] 2018-11-06 23:15:53,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:53.787 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.844s] 2018-11-06 23:15:55,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:55.638 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.835s] 2018-11-06 23:15:56,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:56.229 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [2.441s] 2018-11-06 23:15:57,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:57.165 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [4.463s] 2018-11-06 23:15:57,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:57.491 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.851s] 2018-11-06 23:15:57,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:57.585 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.094s] 2018-11-06 23:15:58,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:58.012 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.784s] 2018-11-06 23:15:58,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:58.137 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.552s] 2018-11-06 23:15:58,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:58.794 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [175.259s] 2018-11-06 23:15:58,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:58.796 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-11-06 23:15:58,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:58.972 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [15.816s] 2018-11-06 23:15:59,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:15:59.909 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [17.354s] 2018-11-06 23:16:00,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:00.310 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.836s] 2018-11-06 23:16:01,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:01.825 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [19.079s] 2018-11-06 23:16:04,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:04.459 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.551s] 2018-11-06 23:16:05,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:05.115 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-06 23:16:07,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:07.549 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.083s] 2018-11-06 23:16:08,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:08.547 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.252s] 2018-11-06 23:16:09,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:09.501 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [5.041s] 2018-11-06 23:16:09,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:09.517 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.017s] 2018-11-06 23:16:09,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:09.656 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-11-06 23:16:09,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:09.724 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.206s] 2018-11-06 23:16:09,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:09.927 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.202s] 2018-11-06 23:16:10,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.134 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.206s] 2018-11-06 23:16:10,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.147 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-11-06 23:16:10,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.208 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.107s] 2018-11-06 23:16:10,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.331 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.183s] 2018-11-06 23:16:10,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.392 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.184s] 2018-11-06 23:16:10,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.409 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.220s] 2018-11-06 23:16:10,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.568 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.175s] 2018-11-06 23:16:10,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.573 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.241s] 2018-11-06 23:16:10,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.613 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.040s] 2018-11-06 23:16:10,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.623 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-11-06 23:16:10,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:10.808 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.184s] 2018-11-06 23:16:11,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:11.026 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.217s] 2018-11-06 23:16:11,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:11.140 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.047s] 2018-11-06 23:16:11,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:11.157 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.017s] 2018-11-06 23:16:11,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:11.242 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.216s] 2018-11-06 23:16:11,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:11.468 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.224s] 2018-11-06 23:16:11,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:11.541 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.539s] 2018-11-06 23:16:11,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:11.662 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.195s] 2018-11-06 23:16:11,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:11.711 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.047s] 2018-11-06 23:16:11,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:11.905 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.193s] 2018-11-06 23:16:12,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:12.672 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.837s] 2018-11-06 23:16:13,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.221 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.316s] 2018-11-06 23:16:13,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.255 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-11-06 23:16:13,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.290 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-11-06 23:16:13,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.299 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-11-06 23:16:13,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.472 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.172s] 2018-11-06 23:16:13,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.510 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-11-06 23:16:13,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.535 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.965s] 2018-11-06 23:16:13,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.547 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.037s] 2018-11-06 23:16:13,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.603 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.056s] 2018-11-06 23:16:13,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:13.802 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.198s] 2018-11-06 23:16:14,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:14.006 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.203s] 2018-11-06 23:16:14,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:14.044 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.038s] 2018-11-06 23:16:14,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:14.219 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.175s] 2018-11-06 23:16:14,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:14.256 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.037s] 2018-11-06 23:16:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:16.543 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [6.132s] 2018-11-06 23:16:16,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:16.606 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [3.071s] 2018-11-06 23:16:17,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:17.086 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-11-06 23:16:17,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:17.968 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-11-06 23:16:19,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:19.141 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.695s] 2018-11-06 23:16:19,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:19.745 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [3.138s] 2018-11-06 23:16:24,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:24.653 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.981s] 2018-11-06 23:16:25,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:25.823 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [9.280s] 2018-11-06 23:16:27,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:27.608 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [4.057s] 2018-11-06 23:16:28,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:28.583 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.226s] 2018-11-06 23:16:28,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:28.586 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.310s] 2018-11-06 23:16:28,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:28.619 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.034s] 2018-11-06 23:16:28,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:28.768 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.185s] 2018-11-06 23:16:29,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.008 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.239s] 2018-11-06 23:16:29,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.074 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.066s] 2018-11-06 23:16:29,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.108 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.034s] 2018-11-06 23:16:29,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.140 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.031s] 2018-11-06 23:16:29,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.365 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.224s] 2018-11-06 23:16:29,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.400 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.035s] 2018-11-06 23:16:29,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.565 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.612s] 2018-11-06 23:16:29,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.622 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.221s] 2018-11-06 23:16:29,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.842 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.215s] 2018-11-06 23:16:29,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:29.842 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.232s] 2018-11-06 23:16:30,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:30.100 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.261s] 2018-11-06 23:16:30,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:30.142 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.042s] 2018-11-06 23:16:30,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:30.371 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.228s] 2018-11-06 23:16:30,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:30.610 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.237s] 2018-11-06 23:16:30,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:30.805 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.196s] 2018-11-06 23:16:32,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:32.113 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.429s] 2018-11-06 23:16:32,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:32.132 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.020s] 2018-11-06 23:16:32,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:32.159 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.026s] 2018-11-06 23:16:32,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:32.467 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.642s] 2018-11-06 23:16:32,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:32.531 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.369s] 2018-11-06 23:16:32,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:32.660 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [8.004s] 2018-11-06 23:16:32,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:32.661 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-11-06 23:16:34,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:34.121 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.585s] 2018-11-06 23:16:34,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:34.138 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.021s] 2018-11-06 23:16:34,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:34.169 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.030s] 2018-11-06 23:16:34,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:34.181 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.012s] 2018-11-06 23:16:34,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:34.193 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.011s] 2018-11-06 23:16:34,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:34.230 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.036s] 2018-11-06 23:16:34,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:34.241 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-11-06 23:16:34,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:34.253 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.012s] 2018-11-06 23:16:36,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:36.828 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.029s] 2018-11-06 23:16:38,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:38.820 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [9.252s] 2018-11-06 23:16:38,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:38.856 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.029s] 2018-11-06 23:16:38,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:38.945 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.283s] 2018-11-06 23:16:39,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:39.178 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [6.710s] 2018-11-06 23:16:39,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:39.429 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-11-06 23:16:41,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:41.043 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.223s] 2018-11-06 23:16:43,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:43.611 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.215s] 2018-11-06 23:16:43,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:43.622 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.579s] 2018-11-06 23:16:44,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:44.943 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.332s] 2018-11-06 23:16:46,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:46.439 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [7.261s] 2018-11-06 23:16:48,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:48.246 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [4.623s] 2018-11-06 23:16:49,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:49.276 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [10.330s] 2018-11-06 23:16:53,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:53.085 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [86.425s] 2018-11-06 23:16:53,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:53.131 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.051s] 2018-11-06 23:16:53,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:53.185 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.053s] 2018-11-06 23:16:53,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:53.675 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [7.235s] 2018-11-06 23:16:53,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:53.780 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [4.245s] 2018-11-06 23:16:53,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:53.817 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-11-06 23:16:54,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:54.016 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.197s] 2018-11-06 23:16:54,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:54.234 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.217s] 2018-11-06 23:16:55,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:55.037 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.802s] 2018-11-06 23:16:55,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:55.298 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.260s] 2018-11-06 23:16:55,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:55.920 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.621s] 2018-11-06 23:16:56,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:56.126 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.206s] 2018-11-06 23:16:56,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:56.184 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.058s] 2018-11-06 23:16:56,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:56.534 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.348s] 2018-11-06 23:16:56,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:56.751 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.216s] 2018-11-06 23:16:56,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:56.814 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.063s] 2018-11-06 23:16:56,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:56.852 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.038s] 2018-11-06 23:16:56,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:56.930 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.077s] 2018-11-06 23:16:57,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:57.004 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.072s] 2018-11-06 23:16:57,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:57.111 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.105s] 2018-11-06 23:16:57,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:57.170 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.059s] 2018-11-06 23:16:57,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:57.385 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.214s] 2018-11-06 23:16:57,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:57.591 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.206s] 2018-11-06 23:16:59,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:16:59.872 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-11-06 23:17:00,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:00.770 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [7.094s] 2018-11-06 23:17:04,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:04.635 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.052s] 2018-11-06 23:17:07,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:07.108 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [7.519s] 2018-11-06 23:17:11,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:11.114 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [48.999s] 2018-11-06 23:17:12,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:12.971 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.557s] 2018-11-06 23:17:14,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:14.522 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [8.850s] 2018-11-06 23:17:19,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:19.643 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-11-06 23:17:19,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:19.645 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:17:20,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:20.414 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.281s] 2018-11-06 23:17:21,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:21.214 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.691s] 2018-11-06 23:17:22,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:22.941 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [4.073s] 2018-11-06 23:17:23,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:23.809 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.595s] 2018-11-06 23:17:24,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:24.058 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.644s] 2018-11-06 23:17:24,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:24.198 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.916s] 2018-11-06 23:17:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:24.340 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.399s] 2018-11-06 23:17:24,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:24.934 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [35.654s] 2018-11-06 23:17:25,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:25.240 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.268s] 2018-11-06 23:17:25,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:25.786 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.804s] 2018-11-06 23:17:26,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:26.388 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.046s] 2018-11-06 23:17:26,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:26.486 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.699s] 2018-11-06 23:17:26,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:26.894 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.963s] 2018-11-06 23:17:27,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:27.404 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.205s] 2018-11-06 23:17:27,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:27.711 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.653s] 2018-11-06 23:17:28,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:28.776 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.387s] 2018-11-06 23:17:30,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:30.099 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [6.288s] 2018-11-06 23:17:31,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:31.315 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.910s] 2018-11-06 23:17:32,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:32.934 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.835s] 2018-11-06 23:17:33,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:33.597 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.356s] 2018-11-06 23:17:33,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:33.599 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-11-06 23:17:34,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:34.293 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.581s] 2018-11-06 23:17:36,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:36.907 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.591s] 2018-11-06 23:17:39,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:39.168 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.232s] 2018-11-06 23:17:39,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:39.572 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.079s] 2018-11-06 23:17:39,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:39.662 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.089s] 2018-11-06 23:17:39,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:39.671 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.072s] 2018-11-06 23:17:39,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:39.796 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.133s] 2018-11-06 23:17:39,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:39.880 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.083s] 2018-11-06 23:17:39,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:39.962 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.082s] 2018-11-06 23:17:43,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:43.791 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.022s] 2018-11-06 23:17:45,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:45.862 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.693s] 2018-11-06 23:17:49,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:49.378 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.217s] 2018-11-06 23:17:49,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:49.929 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [10.257s] 2018-11-06 23:17:50,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:50.206 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [39.093s] 2018-11-06 23:17:50,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:50.295 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [1.436s] 2018-11-06 23:17:50,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:50.423 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [4.562s] 2018-11-06 23:17:52,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:52.253 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.875s] 2018-11-06 23:17:52,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:52.823 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.666s] 2018-11-06 23:17:52,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:52.981 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-11-06 23:17:53,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:53.275 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.963s] 2018-11-06 23:17:53,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:53.794 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.977s]: Skipped until Bug: 1014647 is resolved. 2018-11-06 23:17:54,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:54.417 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.991s] 2018-11-06 23:17:56,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:56.996 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.717s] 2018-11-06 23:17:56,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:56.998 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-11-06 23:17:58,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:58.680 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.974s] 2018-11-06 23:17:59,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:17:59.195 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.938s] 2018-11-06 23:18:00,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:00.358 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.362s] 2018-11-06 23:18:01,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:01.101 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.908s] 2018-11-06 23:18:02,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:02.156 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.798s] 2018-11-06 23:18:02,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:02.496 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [5.713s] 2018-11-06 23:18:03,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:03.298 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.882s] 2018-11-06 23:18:03,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:03.523 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.841s] 2018-11-06 23:18:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:04.360 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.255s] 2018-11-06 23:18:04,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:04.579 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.813s] 2018-11-06 23:18:05,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:05.032 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.453s] 2018-11-06 23:18:05,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:05.154 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.855s] 2018-11-06 23:18:05,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:05.426 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.393s] 2018-11-06 23:18:05,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:05.925 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-11-06 23:18:06,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:06.439 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.080s] 2018-11-06 23:18:08,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:08.096 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-11-06 23:18:08,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:08.098 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-11-06 23:18:09,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:09.641 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.199s] 2018-11-06 23:18:09,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:09.736 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.098s] 2018-11-06 23:18:10,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:10.014 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [6.490s] 2018-11-06 23:18:10,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:10.207 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.190s] 2018-11-06 23:18:10,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:10.403 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.196s] 2018-11-06 23:18:10,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:10.543 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.387s] 2018-11-06 23:18:10,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:10.660 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.256s] 2018-11-06 23:18:10,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:10.924 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.380s] 2018-11-06 23:18:11,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:11.254 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-11-06 23:18:11,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:11.295 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.371s] 2018-11-06 23:18:11,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:11.521 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.225s] 2018-11-06 23:18:11,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:11.606 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.085s] 2018-11-06 23:18:11,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:11.830 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.223s] 2018-11-06 23:18:11,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:11.971 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.140s] 2018-11-06 23:18:12,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:12.078 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.586s] 2018-11-06 23:18:12,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:12.239 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.267s] 2018-11-06 23:18:12,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:12.293 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2018-11-06 23:18:12,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:12.350 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.056s] 2018-11-06 23:18:13,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:13.078 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.416s] 2018-11-06 23:18:13,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:13.093 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.016s] 2018-11-06 23:18:14,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:14.760 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.661s] 2018-11-06 23:18:14,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:14.956 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [25.023s] 2018-11-06 23:18:15,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:15.716 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.166s] 2018-11-06 23:18:15,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:15.896 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.181s] 2018-11-06 23:18:16,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:16.284 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [6.271s] 2018-11-06 23:18:16,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:16.434 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.005s] 2018-11-06 23:18:16,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:16.477 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.045s] 2018-11-06 23:18:16,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:16.515 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.037s] 2018-11-06 23:18:17,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:17.240 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-11-06 23:18:17,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:17.356 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.402s] 2018-11-06 23:18:18,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:18.265 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [6.184s] 2018-11-06 23:18:19,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:19.025 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.674s] 2018-11-06 23:18:19,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:19.280 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-11-06 23:18:19,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:19.282 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:18:19,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:19.369 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-11-06 23:18:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:24.440 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.838s] 2018-11-06 23:18:25,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:25.289 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.848s] 2018-11-06 23:18:26,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:26.959 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.668s] 2018-11-06 23:18:27,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:27.372 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [11.086s] 2018-11-06 23:18:27,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:27.429 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [9.165s] 2018-11-06 23:18:31,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:31.250 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.203s] 2018-11-06 23:18:31,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:31.304 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.054s] 2018-11-06 23:18:31,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:31.307 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-11-06 23:18:33,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:33.853 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.324s] 2018-11-06 23:18:34,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:34.675 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.822s] 2018-11-06 23:18:36,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:36.861 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-11-06 23:18:39,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:39.070 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 [3.961s] 2018-11-06 23:18:41,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:41.530 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.159s] 2018-11-06 23:18:42,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:42.967 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.436s] 2018-11-06 23:18:43,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:43.382 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-06 23:18:43,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:43.383 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-11-06 23:18:43,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:43.695 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.727s] 2018-11-06 23:18:43,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:43.912 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.228s] 2018-11-06 23:18:45,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:45.223 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [6.152s] 2018-11-06 23:18:49,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:49.948 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.462s] 2018-11-06 23:18:50,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:50.422 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.198s] 2018-11-06 23:18:51,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:51.660 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.747s] 2018-11-06 23:18:52,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:52.433 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.010s] 2018-11-06 23:18:52,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:52.528 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.580s] 2018-11-06 23:18:54,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:54.659 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-06 23:18:54,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:54.660 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-11-06 23:18:57,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:57.225 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-06 23:18:57,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:57.689 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.026s] 2018-11-06 23:18:57,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:57.733 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.044s] 2018-11-06 23:18:57,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:57.926 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.192s] 2018-11-06 23:18:57,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:57.961 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.034s] 2018-11-06 23:18:58,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:58.145 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.185s] 2018-11-06 23:18:58,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:58.200 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.842s] 2018-11-06 23:18:58,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:58.319 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.173s] 2018-11-06 23:18:58,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:58.520 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.199s] 2018-11-06 23:18:58,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:58.545 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.025s] 2018-11-06 23:18:58,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:58.725 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.179s] 2018-11-06 23:18:58,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:58.751 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.026s] 2018-11-06 23:18:59,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:59.134 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [6.599s] 2018-11-06 23:18:59,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:59.279 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.526s] 2018-11-06 23:18:59,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:18:59.562 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.283s] 2018-11-06 23:19:01,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:01.188 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.162s] 2018-11-06 23:19:01,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:01.302 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [2.172s] 2018-11-06 23:19:01,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:01.348 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [9.688s] 2018-11-06 23:19:01,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:01.582 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.394s] 2018-11-06 23:19:01,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:01.978 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.110s] 2018-11-06 23:19:02,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:02.897 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.919s] 2018-11-06 23:19:03,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:03.893 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.995s] 2018-11-06 23:19:04,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:04.318 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.425s] 2018-11-06 23:19:04,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:04.335 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.017s] 2018-11-06 23:19:04,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:04.356 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.021s] 2018-11-06 23:19:05,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:05.088 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.783s] 2018-11-06 23:19:05,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:05.114 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.765s] 2018-11-06 23:19:05,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:05.315 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.957s] 2018-11-06 23:19:07,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:07.936 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.849s] 2018-11-06 23:19:07,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:07.983 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.869s] 2018-11-06 23:19:10,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:10.578 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [12.376s] 2018-11-06 23:19:11,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:11.571 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.633s] 2018-11-06 23:19:11,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:11.615 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-11-06 23:19:11,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:11.805 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.230s] 2018-11-06 23:19:12,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:12.955 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.148s] 2018-11-06 23:19:13,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:13.334 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.379s] 2018-11-06 23:19:14,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:14.782 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.970s] 2018-11-06 23:19:15,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:15.303 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.521s] 2018-11-06 23:19:18,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:18.051 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.746s] 2018-11-06 23:19:18,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:18.085 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.034s] 2018-11-06 23:19:18,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:18.733 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.648s] 2018-11-06 23:19:19,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:19.161 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.203s] 2018-11-06 23:19:19,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:19.360 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.198s] 2018-11-06 23:19:19,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:19.560 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.199s] 2018-11-06 23:19:19,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:19.734 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.174s] 2018-11-06 23:19:19,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:19.946 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.211s] 2018-11-06 23:19:20,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:20.123 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.176s] 2018-11-06 23:19:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:20.279 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.155s] 2018-11-06 23:19:20,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:20.449 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.511s] 2018-11-06 23:19:20,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:20.545 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.096s] 2018-11-06 23:19:20,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:20.603 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.323s] 2018-11-06 23:19:20,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:20.809 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.205s] 2018-11-06 23:19:21,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:21.012 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.202s] 2018-11-06 23:19:21,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:21.225 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.213s] 2018-11-06 23:19:25,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:25.065 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [17.079s] 2018-11-06 23:19:25,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:25.282 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.218s] 2018-11-06 23:19:25,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:25.338 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.056s] 2018-11-06 23:19:27,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:27.979 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [23.053s] 2018-11-06 23:19:32,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:32.998 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.900s] 2018-11-06 23:19:34,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:34.311 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.313s] 2018-11-06 23:19:35,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:35.398 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [10.058s] 2018-11-06 23:19:36,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:36.007 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.280s] 2018-11-06 23:19:39,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:39.854 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [62.975s] 2018-11-06 23:19:52,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:52.794 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.452s] 2018-11-06 23:19:54,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:54.020 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [22.427s] 2018-11-06 23:19:54,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:54.095 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [18.690s] 2018-11-06 23:19:54,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:54.096 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [26.110s] 2018-11-06 23:19:54,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:54.210 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.121s] 2018-11-06 23:19:54,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:54.263 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.052s] 2018-11-06 23:19:55,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:55.108 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [170.041s] 2018-11-06 23:19:55,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:55.551 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.949s] 2018-11-06 23:19:59,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:19:59.010 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.995s] 2018-11-06 23:20:01,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:01.505 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [7.416s] 2018-11-06 23:20:02,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:02.069 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [128.263s] 2018-11-06 23:20:02,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:02.697 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [7.145s] 2018-11-06 23:20:03,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:03.887 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [216.613s] 2018-11-06 23:20:04,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:04.323 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [5.312s] 2018-11-06 23:20:06,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:06.097 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [4.593s] 2018-11-06 23:20:07,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:07.650 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.384s] 2018-11-06 23:20:09,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:09.807 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-11-06 23:20:09,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:09.808 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-11-06 23:20:10,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:10.811 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [6.487s] 2018-11-06 23:20:18,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:18.067 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [7.255s] 2018-11-06 23:20:18,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:18.236 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [18.176s] 2018-11-06 23:20:21,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:21.882 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [14.230s] 2018-11-06 23:20:22,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:22.673 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [4.606s] 2018-11-06 23:20:25,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:25.052 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.819s] 2018-11-06 23:20:25,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:25.641 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [19.539s] 2018-11-06 23:20:41,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:41.388 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [250.396s] 2018-11-06 23:20:45,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:45.365 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [41.467s] 2018-11-06 23:20:48,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:48.246 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.009s] 2018-11-06 23:20:53,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:20:53.190 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.942s] 2018-11-06 23:21:00,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:00.827 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-11-06 23:21:00,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:00.829 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-11-06 23:21:00,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:00.829 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-11-06 23:21:03,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:03.164 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.311s] 2018-11-06 23:21:03,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:03.383 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.219s] 2018-11-06 23:21:03,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:03.561 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.177s] 2018-11-06 23:21:03,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:03.767 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.205s] 2018-11-06 23:21:03,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:03.919 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.152s] 2018-11-06 23:21:04,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:04.438 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [2.012s] 2018-11-06 23:21:05,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:05.383 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.945s] 2018-11-06 23:21:05,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:05.982 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.599s] 2018-11-06 23:21:06,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:06.479 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.497s] 2018-11-06 23:21:07,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:07.054 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.574s] 2018-11-06 23:21:08,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:08.069 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.148s] 2018-11-06 23:21:08,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:08.801 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.746s] 2018-11-06 23:21:09,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:09.409 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [43.764s] 2018-11-06 23:21:10,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:10.665 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.863s] 2018-11-06 23:21:11,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:11.287 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.622s] 2018-11-06 23:21:11,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:11.761 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.356s] 2018-11-06 23:21:12,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:12.042 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.754s] 2018-11-06 23:21:13,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:13.258 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [1.215s] 2018-11-06 23:21:17,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:17.788 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-11-06 23:21:23,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:23.427 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.814s] 2018-11-06 23:21:25,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:25.690 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [13.926s] 2018-11-06 23:21:32,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:32.772 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.123s] 2018-11-06 23:21:36,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:36.972 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.281s] 2018-11-06 23:21:42,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:42.680 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.708s] 2018-11-06 23:21:45,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:45.448 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.525s] 2018-11-06 23:21:46,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:46.229 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.780s] 2018-11-06 23:21:47,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:21:47.499 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.269s] 2018-11-06 23:22:08,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:08.495 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.887s] 2018-11-06 23:22:15,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:15.351 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.855s] 2018-11-06 23:22:20,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:20.566 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [5.215s] 2018-11-06 23:22:21,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:21.869 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [39.181s] 2018-11-06 23:22:25,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:25.125 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [4.558s] 2018-11-06 23:22:26,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:26.222 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [144.118s] 2018-11-06 23:22:29,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:29.991 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.866s] 2018-11-06 23:22:38,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:38.431 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.950s] 2018-11-06 23:22:38,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:38.615 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.184s] 2018-11-06 23:22:39,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:39.150 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.534s] 2018-11-06 23:22:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:40.138 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [165.012s] 2018-11-06 23:22:41,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:41.058 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.906s] 2018-11-06 23:22:41,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:41.669 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.163s] 2018-11-06 23:22:43,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:43.237 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.178s] 2018-11-06 23:22:43,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:43.283 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.046s] 2018-11-06 23:22:43,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:43.488 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.204s] 2018-11-06 23:22:43,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:43.701 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.030s] 2018-11-06 23:22:45,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:45.221 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.520s] 2018-11-06 23:22:46,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:46.455 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.233s] 2018-11-06 23:22:47,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:47.581 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.124s] 2018-11-06 23:22:50,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:50.170 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.587s] 2018-11-06 23:22:51,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:51.604 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.434s] 2018-11-06 23:22:51,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:51.768 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.164s] 2018-11-06 23:22:53,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:53.835 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.065s] 2018-11-06 23:22:54,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:54.915 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.079s] 2018-11-06 23:22:55,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:55.644 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.729s] 2018-11-06 23:22:55,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:55.664 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.021s] 2018-11-06 23:22:55,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:55.683 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.018s] 2018-11-06 23:22:55,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:55.840 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.157s] 2018-11-06 23:22:57,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:57.257 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-11-06 23:22:57,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:57.259 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-11-06 23:22:57,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:57.260 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-11-06 23:22:57,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:22:57.263 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-11-06 23:23:02,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:23:02.987 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2018-11-06 23:23:04,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:23:04.614 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-11-06 23:23:06,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:23:06.637 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-11-06 23:23:12,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:23:12.291 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-11-06 23:23:31,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:23:31.688 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [231.820s] 2018-11-06 23:23:34,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:23:34.186 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [159.215s] 2018-11-06 23:23:48,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:23:48.483 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [36.182s] 2018-11-06 23:23:53,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:23:53.354 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.874s] 2018-11-06 23:24:19,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:24:19.970 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.315s] 2018-11-06 23:24:20,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:24:20.768 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [27.406s] 2018-11-06 23:24:28,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:24:28.145 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.380s] 2018-11-06 23:24:38,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:24:38.814 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [244.085s] 2018-11-06 23:26:34,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:26:34.840 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [210.439s] 2018-11-06 23:27:36,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:27:36.330 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... fail [310.058s] 2018-11-06 23:27:45,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:27:45.412 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [9.082s] 2018-11-06 23:28:02,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:28:02.952 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [17.536s] 2018-11-06 23:28:26,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:28:26.187 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [220.057s] 2018-11-06 23:28:43,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:28:43.220 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [40.258s] 2018-11-06 23:30:09,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:30:09.860 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [86.623s] 2018-11-06 23:30:09,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:30:09.861 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-11-06 23:30:36,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:30:36.483 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [26.619s] 2018-11-06 23:30:41,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:30:41.481 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.000s] 2018-11-06 23:31:03,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:03.808 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.238s] 2018-11-06 23:31:03,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:03.846 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.037s] 2018-11-06 23:31:10,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:10.184 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.956s] 2018-11-06 23:31:10,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:10.658 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [164.457s] 2018-11-06 23:31:21,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:21.121 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [7.221s] 2018-11-06 23:31:23,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:23.427 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:31:23,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:23.428 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-06 23:31:27,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:27.770 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.302s] 2018-11-06 23:31:28,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:28.201 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.430s] 2018-11-06 23:31:35,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:35.994 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.376s] 2018-11-06 23:31:36,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:36.389 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.396s] 2018-11-06 23:31:36,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:36.981 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.593s] 2018-11-06 23:31:37,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:37.052 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.070s] 2018-11-06 23:31:37,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:37.102 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.050s] 2018-11-06 23:31:37,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:37.164 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.062s] 2018-11-06 23:31:45,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:45.700 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.467s] 2018-11-06 23:31:46,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:46.464 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.763s] 2018-11-06 23:31:46,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:46.847 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.383s] 2018-11-06 23:31:47,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:47.181 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.334s] 2018-11-06 23:31:48,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:48.225 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.042s] 2018-11-06 23:31:48,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:48.624 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.399s] 2018-11-06 23:31:49,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:49.044 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.419s] 2018-11-06 23:31:50,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:50.689 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.643s] 2018-11-06 23:31:50,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:50.946 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.255s] 2018-11-06 23:31:51,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:51.549 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.603s] 2018-11-06 23:31:51,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:51.624 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.076s] 2018-11-06 23:31:52,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:52.028 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.404s] 2018-11-06 23:31:52,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:31:52.704 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.674s] 2018-11-06 23:32:04,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:04.527 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.431s] 2018-11-06 23:32:04,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:04.690 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.165s] 2018-11-06 23:32:04,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:04.955 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.264s] 2018-11-06 23:32:17,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:17.846 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [3.232s] 2018-11-06 23:32:23,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:23.538 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.184s] 2018-11-06 23:32:25,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:25.279 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.738s] 2018-11-06 23:32:31,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:31.764 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.371s] 2018-11-06 23:32:31,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:31.934 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.170s] 2018-11-06 23:32:32,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:32.098 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.164s] 2018-11-06 23:32:32,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:32.263 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.165s] 2018-11-06 23:32:37,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-06 23:32:37.309 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.159s] 2018-11-06 23:32:41,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e7fab6a9-d629-437e-8fd2-fb25672dd12d 2018-11-06 23:32:41,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e7fab6a9-d629-437e-8fd2-fb25672dd12d']'. 2018-11-06 23:32:42,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-06 23:32:42,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-06 23:32:42,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 23:32:42,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e7fab6a9-d629-437e-8fd2-fb25672dd12d | 2018-11-06 23:32:42,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-06 23:32:42,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-06 23:07:01 | 2018-11-06 23:32:42,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-06 23:32:41 | 2018-11-06 23:32:42,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:25:40 | 2018-11-06 23:32:42,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-06 23:32:42,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-06 23:32:42,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 152cf6ce-d5b4-4ebf-8634-d390ee59cb40) | 2018-11-06 23:32:42,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-06 23:32:42,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a7d7699f-5895-4572-a2d1-aef6efe70452) | 2018-11-06 23:32:42,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-11-06 23:32:42,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1530.856 | 2018-11-06 23:32:42,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1059 | 2018-11-06 23:32:42,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2018-11-06 23:32:42,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-06 23:32:42,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-06 23:32:42,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 19 | 2018-11-06 23:32:42,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-06 23:32:42,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-06 23:32:42,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-06 23:32:43,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.2374768089% 2018-11-06 23:32:43,432 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:54 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-11-06 23:32:48,174 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK