2018-09-07 18:26:04,597 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-09-07 18:26:04,604 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 18:26:04,604 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 18:26:04,605 - 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-09-07 18:26:04,623 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-07 18:26:12,377 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_18454010-854c-482f-a158-bc4b60facd80', 'id': u'c409c925ffe345448ba0969ba9396fbe', '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-09-07 18:26:12,982 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b0b30ecbcf06498baadda58e733b9ad0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_18454010-854c-482f-a158-bc4b60facd80'}) 2018-09-07 18:26:13,259 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:26:13,476 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198'}, 'domain_id': None, 'human_id': None, 'id': u'8cc4a0fdbfc8428f8b9dd7cd78bd0198', 'HUMAN_ID': False}) 2018-09-07 18:26:14,074 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_18454010-854c-482f-a158-bc4b60facd80', 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': '1997eb5b-9e24-4902-8f09-8e07c11585f4', 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_18454010-854c-482f-a158-bc4b60facd80', 'project_id': u'c409c925ffe345448ba0969ba9396fbe', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-07 18:26:14,080 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_18454010-854c-482f-a158-bc4b60facd80', 'password': '1997eb5b-9e24-4902-8f09-8e07c11585f4', 'project_name': 'connection_check-project_18454010-854c-482f-a158-bc4b60facd80', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'c409c925ffe345448ba0969ba9396fbe', 'project_domain_name': 'Default'} 2018-09-07 18:26:18,495 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-07 18:26:18,495 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-07 18:26:29,608 - 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 11.101s OK 2018-09-07 18:26:29,739 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:26:29,739 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-07 18:26:31,156 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-09-07 18:26:31,930 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1', 'id': u'ef3c57c6b7674c1b8ae62ba64b6f49a9', '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-09-07 18:26:32,518 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'377af69a0c3e4ee1b4149af006a22d6b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1'}) 2018-09-07 18:26:32,614 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:26:32,840 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c'}, 'domain_id': None, 'human_id': None, 'id': u'c59ab0f5583442b0956a8dd79f619f5c', 'HUMAN_ID': False}) 2018-09-07 18:26:33,452 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1', 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': 'd7ef3a2b-df67-40ac-9400-3124d699337c', 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_4e9e7936-01f9-476e-9777-ba0c831647e1', 'project_id': u'ef3c57c6b7674c1b8ae62ba64b6f49a9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-07 18:26:33,457 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1', 'password': 'd7ef3a2b-df67-40ac-9400-3124d699337c', 'project_name': 'api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'ef3c57c6b7674c1b8ae62ba64b6f49a9', 'project_domain_name': 'Default'} 2018-09-07 18:26:37,445 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-07 18:26:37,445 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-09-07 18:38:37,516 - 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 719.959s OK 2018-09-07 18:38:37,645 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:38:37,646 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:60 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-07 18:38:38,822 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-09-07 18:38:39,467 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 'id': u'eee21cc017444ce08e1e16f913bceaf3', '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-09-07 18:38:39,907 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3d44e7f4c9a444e7b0ecd3fded38bc2c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d'}) 2018-09-07 18:38:40,059 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:38:40,166 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644'}, 'domain_id': None, 'human_id': None, 'id': u'e96101ed0283496786a626b1e43f2644', 'HUMAN_ID': False}) 2018-09-07 18:38:40,705 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 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': '05277556-ef70-4e03-b6c4-8636819bc4df', 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_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 'project_id': u'eee21cc017444ce08e1e16f913bceaf3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-07 18:38:40,710 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 'password': '05277556-ef70-4e03-b6c4-8636819bc4df', 'project_name': 'snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'eee21cc017444ce08e1e16f913bceaf3', 'project_domain_name': 'Default'} 2018-09-07 18:38:43,030 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-07 18:38:43,031 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-09-07 18:40:19,380 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 96.348s OK 2018-09-07 18:40:19,490 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:40:19,491 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:36 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-09-07 18:40:20,654 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 11:60 | PASS | | snaps_health_check | functest | healthcheck | 01:36 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-07 18:40:20,658 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-07 18:40:27,472 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-09-07 18:40:27,478 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 18:40:27,478 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 18:40:27,480 - 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-09-07 18:40:27,520 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-07 18:40:32,348 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'id': u'0fdffc9f89c6472196b6952ac5639416', '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-09-07 18:40:32,848 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ea8ac448dfa846aba5a44736a59584a3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_3a519c26-f025-413e-a1aa-2a3e2a981eab'}) 2018-09-07 18:40:33,011 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:40:33,183 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806'}, 'domain_id': None, 'human_id': None, 'id': u'f3808198f2b34e1eb06515f3d2192806', 'HUMAN_ID': False}) 2018-09-07 18:40:33,745 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 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': 'e3bccf69-d184-4c01-b1fc-430f49e08380', 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_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'project_id': u'0fdffc9f89c6472196b6952ac5639416', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-07 18:40:33,751 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'password': 'e3bccf69-d184-4c01-b1fc-430f49e08380', 'project_name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '0fdffc9f89c6472196b6952ac5639416', 'project_domain_name': 'Default'} 2018-09-07 18:40:33,751 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-07 18:40:34,508 - 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-09-07T18:40:34Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5d0bedce-a2fd-4028-850c-cfa0ba2b7205', u'provider:segmentation_id': 13, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab', u'admin_state_up': True, u'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', u'created_at': u'2018-09-07T18:40:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0fdffc9f89c6472196b6952ac5639416'}) 2018-09-07 18:40:35,825 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T18:40:35Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'821c8afe-6e57-4e4a-afe9-009e5eff260f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_3a519c26-f025-413e-a1aa-2a3e2a981eab', u'enable_dhcp': True, u'network_id': u'5d0bedce-a2fd-4028-850c-cfa0ba2b7205', u'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', u'created_at': u'2018-09-07T18:40:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0fdffc9f89c6472196b6952ac5639416'}) 2018-09-07 18:40:37,050 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', u'created_at': u'2018-09-07T18:40:36Z', u'admin_state_up': True, u'updated_at': u'2018-09-07T18:40:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'0fdffc9f89c6472196b6952ac5639416', u'id': u'15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5', u'name': u'vping_ssh-router_3a519c26-f025-413e-a1aa-2a3e2a981eab'}) 2018-09-07 18:40:41,754 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b624b404-1857-449a-a0be-88cde687f872/file', 'owner': u'0fdffc9f89c6472196b6952ac5639416', 'id': u'b624b404-1857-449a-a0be-88cde687f872', 'size': 12716032, u'self': u'/v2/images/b624b404-1857-449a-a0be-88cde687f872', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:40:41Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-07T18:40:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b624b404-1857-449a-a0be-88cde687f872', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'created': u'2018-09-07T18:40:39Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:40:39Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b624b404-1857-449a-a0be-88cde687f872', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:40:41,975 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_3a519c26-f025-413e-a1aa-2a3e2a981eab', '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'a3d1e38333674f33ba762d66c366b2a8', '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'65fa93c1-32cb-4328-b658-80df300cc6a1', 'swap': 0}) 2018-09-07 18:40:42,344 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChzYV5bzsTnVhB1oo4/fge3fJ44OrrO8SiUEzuQIUv122VW+aIccDol8uyzwy4uRwyg9ugTFHcWb5S/jAdVRBw7WFZ4zNvy8y29QlbTy5raoZ48xqo4c4x4zVc6ukzRxWFy1fV19CLne5NXkFP0gWO2AT2nH0b12ByTs6oP2m2X3nbRWfJFrB7nn0vAJ5Y12pg3j42SpBHFYs1KqG5Ml0XQN011edeyu5+8fes5as+pW8JNqkSOCNOmqxsQ+AvavVFmIhzrVEcJKgMOooo8pB74zEOjvreTI+c5ByrNKkhaTMRy032oYcegvIjj0Spdg7j0h65Dru1/7wOjMLz4k93 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoc2FeW87E51YQdaKOP34Ht3yeODq6zvEolBM7kCFL9dtlVvm\niHHA6JfLss8MuLkcMoPboExR3Fm+Uv4wHVUQcO1hWeMzb8vMtvUJW08ua2qGePMa\nqOHOMeM1XOrpM0cVhctX1dfQi53uTV5BT9IFjtgE9px9G9dgck7OqD9ptl9520Vn\nyRawe559LwCeWNdqYN4+NkqQRxWLNSqhuTJdF0DdNdXnXsrufvH3rOWrPqVvCTap\nEjgjTpqsbEPgL2r1RZiIc61RHCSoDDqKKPKQe+MxDo763kyPnOQcqzSpIWkzEctN\n9qGHHoLyI49EqXYO49IeuQ67tf+8DozC8+JPdwIDAQABAoIBAEfdNI8+7ApGNFDp\nrPKrOmzbPzqZCz33idpduA2J8p3RHQbdjoLDo16rLPn6JDhXX0LAdee4fhNUeMf7\nxfsBMRA3HqoB03KwHfiU1NcNUBy9b4SA1TJ1OFPICod+fp0b0V9fdV+xPxsDxjfu\nySteqMFNCMdPsfGPs3KRtg/cOmOZR4EQVh8JZZta/9+xVec7TXY+M3jVhzx3967K\n3DOXp6DMlkVwOOpgU8ox3i3ggfDHUygXCLWlcP74ZfL3Sl6dV0ccR9ujz2gHXShI\nyzvMtCHp9/WwA1be4RD7p9TphdGxuBS1fPQ1iYs0LircOV0oDWSQB2nmLFQ2X4Tb\nIUwrU8ECgYEAzwjYeROTwNvumWWu63PXo5Ksdx02k0GxjsKU/FCCe0TnxvhenAz/\ncJYjTbEsVLpjXCi2bccY8zipC5wXvXhwmMy6OZ9NDoJN5PczdeXMn9+HoF9dMs28\ngfjx40XzP+ZbRwx5Gv12cg/Ti3Zo84NdOGmHApgbYr5jP0KCf7kWJykCgYEAyBIQ\n+xkAu0401toWy2jXNW5Mbbc8TaJwKCa3Lk4pwAunOnT+Aqa99sNuqAP3rWX1IxmK\n4kij7m/9ncIW+ygMAS2EpRcLNHXTetywOcIcaCmMjbJ3ZHJXfEfXIQLh1whCbdiq\nKwIC9l/dKEbTv8aSmzHzwoKPLCC2T700z4fwtZ8CgYEAkM3xCo5E06mAMs5KD+jQ\nNFpMQmuuVkSmeeFi7y8odCt3qVTiZ2c36nk4bAi1pvVOtZDMN+//ZW6F3dbpS95H\ncrgOsGrZLIK7FKBJ3/ZArrlbVTIeL4Byjr2eAYZVYqYtxX3V3qjVBWZIYc0KDvgc\nZW55vbjBvsjHBeHxAIBmHDECgYEAvTfI85IcDQnUE3dDo7FOCGx+wC1STSJZ7L9g\n89xcxBLBYBoRujQ06VLALwtBja8l/sJDheupjvI/7JoJ3hNr9xkzoGeA42akUkiy\nKo4ZC7JwCftFy6wQbawMHF57dUGMghMuLWrDnnvf0B3cWj3Vng3KOqX7/oIZqqSJ\nc9VfpIUCgYAL5hkS/ysZVBxPftwM/FSR07kIkxeyyPA/GhDBNeOeEptvstjar+2S\nNKPVE5ojAg2hyUk++2NZLVuvyifEr8jFGIKThNS4cC5pVcT6Rh8SCHjm//DEDBAK\nLNKj/uhmw3Nc1NtYzdR3/YlAm0u6O3twHFs6YunouCfES3viOCpWlA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ea8ac448dfa846aba5a44736a59584a3', 'name': u'vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'created_at': '2018-09-07T18:40:42.344574', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1c:ff:c9:23:7c:ee:a5:33:33:31:ed:d7:6b:11:29:5e', 'type': 'ssh', 'id': u'vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab'}) 2018-09-07 18:40:42,345 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAoc2FeW87E51YQdaKOP34Ht3yeODq6zvEolBM7kCFL9dtlVvm iHHA6JfLss8MuLkcMoPboExR3Fm+Uv4wHVUQcO1hWeMzb8vMtvUJW08ua2qGePMa qOHOMeM1XOrpM0cVhctX1dfQi53uTV5BT9IFjtgE9px9G9dgck7OqD9ptl9520Vn yRawe559LwCeWNdqYN4+NkqQRxWLNSqhuTJdF0DdNdXnXsrufvH3rOWrPqVvCTap EjgjTpqsbEPgL2r1RZiIc61RHCSoDDqKKPKQe+MxDo763kyPnOQcqzSpIWkzEctN 9qGHHoLyI49EqXYO49IeuQ67tf+8DozC8+JPdwIDAQABAoIBAEfdNI8+7ApGNFDp rPKrOmzbPzqZCz33idpduA2J8p3RHQbdjoLDo16rLPn6JDhXX0LAdee4fhNUeMf7 xfsBMRA3HqoB03KwHfiU1NcNUBy9b4SA1TJ1OFPICod+fp0b0V9fdV+xPxsDxjfu ySteqMFNCMdPsfGPs3KRtg/cOmOZR4EQVh8JZZta/9+xVec7TXY+M3jVhzx3967K 3DOXp6DMlkVwOOpgU8ox3i3ggfDHUygXCLWlcP74ZfL3Sl6dV0ccR9ujz2gHXShI yzvMtCHp9/WwA1be4RD7p9TphdGxuBS1fPQ1iYs0LircOV0oDWSQB2nmLFQ2X4Tb IUwrU8ECgYEAzwjYeROTwNvumWWu63PXo5Ksdx02k0GxjsKU/FCCe0TnxvhenAz/ cJYjTbEsVLpjXCi2bccY8zipC5wXvXhwmMy6OZ9NDoJN5PczdeXMn9+HoF9dMs28 gfjx40XzP+ZbRwx5Gv12cg/Ti3Zo84NdOGmHApgbYr5jP0KCf7kWJykCgYEAyBIQ +xkAu0401toWy2jXNW5Mbbc8TaJwKCa3Lk4pwAunOnT+Aqa99sNuqAP3rWX1IxmK 4kij7m/9ncIW+ygMAS2EpRcLNHXTetywOcIcaCmMjbJ3ZHJXfEfXIQLh1whCbdiq KwIC9l/dKEbTv8aSmzHzwoKPLCC2T700z4fwtZ8CgYEAkM3xCo5E06mAMs5KD+jQ NFpMQmuuVkSmeeFi7y8odCt3qVTiZ2c36nk4bAi1pvVOtZDMN+//ZW6F3dbpS95H crgOsGrZLIK7FKBJ3/ZArrlbVTIeL4Byjr2eAYZVYqYtxX3V3qjVBWZIYc0KDvgc ZW55vbjBvsjHBeHxAIBmHDECgYEAvTfI85IcDQnUE3dDo7FOCGx+wC1STSJZ7L9g 89xcxBLBYBoRujQ06VLALwtBja8l/sJDheupjvI/7JoJ3hNr9xkzoGeA42akUkiy Ko4ZC7JwCftFy6wQbawMHF57dUGMghMuLWrDnnvf0B3cWj3Vng3KOqX7/oIZqqSJ c9VfpIUCgYAL5hkS/ysZVBxPftwM/FSR07kIkxeyyPA/GhDBNeOeEptvstjar+2S NKPVE5ojAg2hyUk++2NZLVuvyifEr8jFGIKThNS4cC5pVcT6Rh8SCHjm//DEDBAK LNKj/uhmw3Nc1NtYzdR3/YlAm0u6O3twHFs6YunouCfES3viOCpWlA== -----END RSA PRIVATE KEY----- 2018-09-07 18:40:55,074 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5c:2f:21', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b624b404-1857-449a-a0be-88cde687f872'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-07T18:40:51.000000', 'flavor': Munch({u'id': u'65fa93c1-32cb-4328-b658-80df300cc6a1'}), 'az': u'nova', 'id': u'995c21d5-8070-40dc-9b8a-8ac01a2fe4fa', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ea8ac448dfa846aba5a44736a59584a3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', '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-09-07T18:40:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-07T18:40:51Z', 'hostId': u'158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220', '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-09-07T18:40:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0fdffc9f89c6472196b6952ac5639416', 'name': u'vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'adminPass': u'FtY2yKJfrU7e', 'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', 'region': 'regionOne', 'created': u'2018-09-07T18:40:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-07 18:41:03,322 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:97:f3:4a', 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'b624b404-1857-449a-a0be-88cde687f872'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-07T18:41:02.000000', 'flavor': Munch({u'id': u'65fa93c1-32cb-4328-b658-80df300cc6a1'}), 'az': u'nova', 'id': u'71fcca94-94ff-4b11-bcce-b01abd8aa597', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ea8ac448dfa846aba5a44736a59584a3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', '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-09-07T18:41:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-07T18:41:02Z', 'hostId': u'ac574a9c3c482d408219af91d1927671b27e8c3a97942ffda3873637', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'ac574a9c3c482d408219af91d1927671b27e8c3a97942ffda3873637', '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-09-07T18:41:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0fdffc9f89c6472196b6952ac5639416', 'name': u'vping_ssh-vm_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'adminPass': u'omQJ2iBSCELp', 'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', 'region': 'regionOne', 'created': u'2018-09-07T18:40:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-07 18:41:05,166 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', 'created_at': u'2018-09-07T18:41:04Z', 'attached': True, 'updated_at': u'2018-09-07T18:41:04Z', 'id': u'bce4c080-8b88-443d-a002-b0b486d8ab75', 'floating_network_id': u'e537ef2c-765f-4452-9b85-388ace121512', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5', 'project_id': u'0fdffc9f89c6472196b6952ac5639416', 'port_id': u'1ffc537e-593c-411f-a22a-09f2d961c54a', 'port': u'1ffc537e-593c-411f-a22a-09f2d961c54a', 'network': u'e537ef2c-765f-4452-9b85-388ace121512'}) 2018-09-07 18:41:06,251 - 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 520755845 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.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132046] pid_max: default: 32768 minimum: 301 [ 0.132941] ACPI: Core revision 20150930 [ 0.134332] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135640] Security Framework initialized [ 0.136457] Yama: becoming mindful. [ 0.137187] AppArmor: AppArmor initialized [ 0.138052] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139377] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140654] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141865] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143252] Initializing cgroup subsys io [ 0.144064] Initializing cgroup subsys memory [ 0.144920] Initializing cgroup subsys devices [ 0.145801] Initializing cgroup subsys freezer [ 0.146672] Initializing cgroup subsys net_cls [ 0.147539] Initializing cgroup subsys perf_event [ 0.148450] Initializing cgroup subsys net_prio [ 0.149331] Initializing cgroup subsys hugetlb [ 0.150203] Initializing cgroup subsys pids [ 0.151083] CPU: Physical Processor ID: 0 [ 0.152591] mce: CPU supports 10 MCE banks [ 0.153455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154464] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166322] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172698] ftrace: allocating 31920 entries in 125 pages [ 0.198963] smpboot: Max logical packages: 1 [ 0.199817] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201168] x2apic enabled [ 0.201982] Switched APIC routing to physical x2apic. [ 0.203729] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204857] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206853] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208646] KVM setup paravirtual spinlock [ 0.209935] x86: Booted up 1 node, 1 CPUs [ 0.210746] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212141] devtmpfs: initialized [ 0.213852] evm: security.selinux [ 0.214560] evm: security.SMACK64 [ 0.215257] evm: security.SMACK64EXEC [ 0.216005] evm: security.SMACK64TRANSMUTE [ 0.216810] evm: security.SMACK64MMAP [ 0.217562] evm: security.ima [ 0.218205] evm: security.capability [ 0.219013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220864] pinctrl core: initialized pinctrl subsystem [ 0.221969] RTC time: 18:41:02, date: 09/07/18 [ 0.222922] NET: Registered protocol family 16 [ 0.223897] cpuidle: using governor ladder [ 0.224718] cpuidle: using governor menu [ 0.225505] PCCT header not found. [ 0.226263] ACPI: bus type PCI registered [ 0.227067] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228305] PCI: Using configuration type 1 for base access [ 0.230059] ACPI: Added _OSI(Module Device) [ 0.230905] ACPI: Added _OSI(Processor Device) [ 0.231767] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232666] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234788] ACPI: Interpreter enabled [ 0.235571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243004] ACPI: (supports S0 S5) [ 0.243710] ACPI: Using IOAPIC for interrupt routing [ 0.244781] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247874] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249029] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250264] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253678] acpiphp: Slot [3] registered [ 0.254483] acpiphp: Slot [4] registered [ 0.255289] acpiphp: Slot [5] registered [ 0.256089] acpiphp: Slot [6] registered [ 0.256882] acpiphp: Slot [7] registered [ 0.257685] acpiphp: Slot [8] registered [ 0.258487] acpiphp: Slot [9] registered [ 0.259284] acpiphp: Slot [10] registered [ 0.260100] acpiphp: Slot [11] registered [ 0.260908] acpiphp: Slot [12] registered [ 0.261726] acpiphp: Slot [13] registered [ 0.262538] acpiphp: Slot [14] registered [ 0.263350] acpiphp: Slot [15] registered [ 0.274330] acpiphp: Slot [16] registered [ 0.275147] acpiphp: Slot [17] registered [ 0.275957] acpiphp: Slot [18] registered [ 0.276766] acpiphp: Slot [19] registered [ 0.277578] acpiphp: Slot [20] registered [ 0.278398] acpiphp: Slot [21] registered [ 0.279212] acpiphp: Slot [22] registered [ 0.280023] acpiphp: Slot [23] registered [ 0.280832] acpiphp: Slot [24] registered [ 0.281645] acpiphp: Slot [25] registered [ 0.282462] acpiphp: Slot [26] registered [ 0.283273] acpiphp: Slot [27] registered [ 0.284086] acpiphp: Slot [28] registered [ 0.284894] acpiphp: Slot [29] registered [ 0.285705] acpiphp: Slot [30] registered [ 0.286521] acpiphp: Slot [31] registered [ 0.287332] PCI host bridge to bus 0000:00 [ 0.288142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289359] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.290574] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292024] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.293466] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.299660] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.300950] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302131] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309742] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311195] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358875] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361721] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363115] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364374] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365852] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366919] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368488] vgaarb: loaded [ 0.369097] vgaarb: bridge control possible 0000:00:02.0 [ 0.370244] SCSI subsystem initialized [ 0.371072] ACPI: bus type USB registered [ 0.371892] usbcore: registered new interface driver usbfs [ 0.372942] usbcore: registered new interface driver hub [ 0.373960] usbcore: registered new device driver usb [ 0.375030] PCI: Using ACPI for IRQ routing [ 0.376059] NetLabel: Initializing [ 0.376773] NetLabel: domain hash size = 128 [ 0.377636] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378601] NetLabel: unlabeled traffic allowed by default [ 0.379707] clocksource: Switched to clocksource kvm-clock [ 0.385255] AppArmor: AppArmor Filesystem Enabled [ 0.386225] pnp: PnP ACPI init [ 0.387149] pnp: PnP ACPI: found 5 devices [ 0.393523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395255] NET: Registered protocol family 2 [ 0.396226] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398699] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399886] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402159] NET: Registered protocol family 1 [ 0.403033] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404146] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405231] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433555] Trying to unpack rootfs image as initramfs... [ 0.482949] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497126] Scanning for low memory corruption every 60 seconds [ 0.498885] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500463] audit: initializing netlink subsys (disabled) [ 0.501834] audit: type=2000 audit(1536345663.218:1): initialized [ 0.503558] Initialise system trusted keyring [ 0.504773] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.506375] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.508741] zbud: loaded [ 0.509598] VFS: Disk quotas dquot_6.6.0 [ 0.510687] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.512658] fuse init (API version 7.23) [ 0.513816] Key type big_key registered [ 0.514875] Allocating IMA MOK and blacklist keyrings. [ 0.516341] Key type asymmetric registered [ 0.517439] Asymmetric key parser 'x509' registered [ 0.518739] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.521095] io scheduler noop registered [ 0.522154] io scheduler deadline registered (default) [ 0.523445] io scheduler cfq registered [ 0.524516] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.527537] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529485] ACPI: Power Button [PWRF] [ 0.530537] GHES: HEST is not enabled! [ 0.544219] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572351] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.577351] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601868] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604520] Linux agpgart interface v0.103 [ 0.606845] brd: module loaded [ 0.608287] loop: module loaded [ 0.613837] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.615783] GPT:90111 != 2097151 [ 0.616676] GPT:Alternate GPT header not at the end of the disk. [ 0.618155] GPT:90111 != 2097151 [ 0.619035] GPT: Use GNU Parted to correct GPT errors. [ 0.620334] vda: vda1 vda15 [ 0.622034] scsi host0: ata_piix [ 0.622975] scsi host1: ata_piix [ 0.623901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625192] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.626618] libphy: Fixed MDIO Bus: probed [ 0.627427] tun: Universal TUN/TAP device driver, 1.6 [ 0.628366] tun: (C) 1999-2004 Max Krasnyansky [ 0.630652] PPP generic driver version 2.4.2 [ 0.631701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.633160] ehci-pci: EHCI PCI platform driver [ 0.634205] ehci-platform: EHCI generic platform driver [ 0.635403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636767] ohci-pci: OHCI PCI platform driver [ 0.637817] ohci-platform: OHCI generic platform driver [ 0.639042] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653769] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656740] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657932] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662492] usb usb1: Product: UHCI Host Controller [ 0.663667] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665058] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666197] hub 1-0:1.0: USB hub found [ 0.667124] hub 1-0:1.0: 2 ports detected [ 0.668189] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670602] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.671767] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673011] mousedev: PS/2 mouse device common for all mice [ 0.674494] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.676675] rtc_cmos 00:00: RTC can wake from S4 [ 0.677953] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.679392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.680841] i2c /dev entries driver [ 0.681749] device-mapper: uevent: version 1.0.3 [ 0.682868] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.684835] ledtrig-cpu: registered to indicate activity on CPUs [ 0.686372] NET: Registered protocol family 10 [ 0.687535] NET: Registered protocol family 17 [ 0.688608] Key type dns_resolver registered [ 0.689700] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.691031] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.693133] registered taskstats version 1 [ 0.694126] Loading compiled-in X.509 certificates [ 0.695763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698012] zswap: loaded using pool lzo/zbud [ 0.699542] Key type trusted registered [ 0.701242] Key type encrypted registered [ 0.702232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703473] ima: No TPM chip found, activating TPM-bypass! [ 0.704729] evm: HMAC attrs: 0x1 [ 0.705807] Magic number: 2:586:695 [ 0.706720] pci 0000:00:00.0: hash matches [ 0.707760] rtc_cmos 00:00: setting system clock to 2018-09-07 18:41:03 UTC (1536345663) [ 0.709683] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.711039] EDD information not available. [ 0.784667] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797012] Write protecting the kernel read-only data: 14336k [ 0.798829] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.800947] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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.01 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.206793] 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.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.11. 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: 2018-09-07 18:41:19,864 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.8 (192.168.120.8): 56 data bytes --- 192.168.120.8 ping statistics --- 1 packets transmitted, 0 packets received, 100% packet loss 2018-09-07 18:41:19,864 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-07 18:41:19,975 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:41:19,976 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:46 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-07 18:41:36,042 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-09-07 18:41:36,096 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-07 18:41:37,127 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'id': u'd6e4fffff2b84caa83b4af90a149df63', '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-09-07 18:41:37,576 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f5ca007a5ab641cfaf344e073d1700a0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_d0fe8ac7-c092-4fb7-b03b-7f56edbead56'}) 2018-09-07 18:41:37,746 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:41:37,998 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87'}, 'domain_id': None, 'human_id': None, 'id': u'27356ab2d3df4f4d877c2982f6153b87', 'HUMAN_ID': False}) 2018-09-07 18:41:38,548 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 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': 'aa9316c2-0b6c-41f8-b09c-4fa169634161', 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_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'project_id': u'd6e4fffff2b84caa83b4af90a149df63', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-07 18:41:38,554 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'password': 'aa9316c2-0b6c-41f8-b09c-4fa169634161', 'project_name': 'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'd6e4fffff2b84caa83b4af90a149df63', 'project_domain_name': 'Default'} 2018-09-07 18:41:38,554 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-07 18:41:39,340 - 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-09-07T18:41:39Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd2639ef7-4f33-4214-93ec-761a5de0184b', u'provider:segmentation_id': 25, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', u'admin_state_up': True, u'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', u'created_at': u'2018-09-07T18:41:39Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6e4fffff2b84caa83b4af90a149df63'}) 2018-09-07 18:41:40,850 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T18:41:40Z', 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'7de7513a-df58-41f4-a2b8-5bf0f6d0252f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', u'enable_dhcp': True, u'network_id': u'd2639ef7-4f33-4214-93ec-761a5de0184b', u'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', u'created_at': u'2018-09-07T18:41:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd6e4fffff2b84caa83b4af90a149df63'}) 2018-09-07 18:41:42,122 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', u'created_at': u'2018-09-07T18:41:41Z', u'admin_state_up': True, u'updated_at': u'2018-09-07T18:41:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'd6e4fffff2b84caa83b4af90a149df63', u'id': u'6d23c2fb-9098-4478-8212-316cf9854926', u'name': u'vping_userdata-router_d0fe8ac7-c092-4fb7-b03b-7f56edbead56'}) 2018-09-07 18:41:46,139 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/file', 'owner': u'd6e4fffff2b84caa83b4af90a149df63', 'id': u'080df78d-6ce8-4ed9-8849-45244d953dbd', 'size': 12716032, u'self': u'/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': 'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:41:45Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-07T18:41:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'created': u'2018-09-07T18:41:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:41:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:41:46,335 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', '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'a3d1e38333674f33ba762d66c366b2a8', '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'440592b5-8e7f-4c8b-91a3-29a5005f824d', 'swap': 0}) 2018-09-07 18:41:54,688 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7d:d3:e9', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'080df78d-6ce8-4ed9-8849-45244d953dbd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-07T18:41:52.000000', 'flavor': Munch({u'id': u'440592b5-8e7f-4c8b-91a3-29a5005f824d'}), 'az': u'nova', 'id': u'61b059fb-d3e3-45bf-8060-70f4fa4c76e9', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f5ca007a5ab641cfaf344e073d1700a0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': 'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', '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-09-07T18:41:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-07T18:41:53Z', 'hostId': u'95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da', '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-09-07T18:41:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': u'vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'adminPass': u'evJx6nvavVaQ', 'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', 'region': 'regionOne', 'created': u'2018-09-07T18:41:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-07 18:42:04,508 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cc:04:59', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'080df78d-6ce8-4ed9-8849-45244d953dbd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-07T18:42:01.000000', 'flavor': Munch({u'id': u'440592b5-8e7f-4c8b-91a3-29a5005f824d'}), 'az': u'nova', 'id': u'305c4e03-2e36-42fe-ad1b-7214bd358889', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f5ca007a5ab641cfaf344e073d1700a0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': 'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', '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-09-07T18:42:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-07T18:42:02Z', 'hostId': u'ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0', '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-09-07T18:42:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': u'vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'adminPass': u'ALP4KwvBCQA3', 'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', 'region': 'regionOne', 'created': u'2018-09-07T18:41:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-07 18:42:04,509 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-07 18:42:07,316 - 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 530777465 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.131589] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133247] pid_max: default: 32768 minimum: 301 [ 0.134132] ACPI: Core revision 20150930 [ 0.135503] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136798] Security Framework initialized [ 0.137609] Yama: becoming mindful. [ 0.138332] AppArmor: AppArmor initialized [ 0.139190] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140510] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141771] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142987] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144355] Initializing cgroup subsys io [ 0.145163] Initializing cgroup subsys memory [ 0.146014] Initializing cgroup subsys devices [ 0.146887] Initializing cgroup subsys freezer [ 0.147740] Initializing cgroup subsys net_cls [ 0.148600] Initializing cgroup subsys perf_event [ 0.149508] Initializing cgroup subsys net_prio [ 0.150382] Initializing cgroup subsys hugetlb [ 0.151248] Initializing cgroup subsys pids [ 0.152115] CPU: Physical Processor ID: 0 [ 0.153615] mce: CPU supports 10 MCE banks [ 0.154455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155452] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167268] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173626] ftrace: allocating 31920 entries in 125 pages [ 0.199864] smpboot: Max logical packages: 1 [ 0.200712] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202051] x2apic enabled [ 0.202861] Switched APIC routing to physical x2apic. [ 0.204609] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205728] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207713] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209493] KVM setup paravirtual spinlock [ 0.210779] x86: Booted up 1 node, 1 CPUs [ 0.211584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212969] devtmpfs: initialized [ 0.214834] evm: security.selinux [ 0.215536] evm: security.SMACK64 [ 0.216228] evm: security.SMACK64EXEC [ 0.216967] evm: security.SMACK64TRANSMUTE [ 0.217761] evm: security.SMACK64MMAP [ 0.218513] evm: security.ima [ 0.219161] evm: security.capability [ 0.219961] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221801] pinctrl core: initialized pinctrl subsystem [ 0.222899] RTC time: 18:42:01, date: 09/07/18 [ 0.223843] NET: Registered protocol family 16 [ 0.224810] cpuidle: using governor ladder [ 0.225628] cpuidle: using governor menu [ 0.226409] PCCT header not found. [ 0.227163] ACPI: bus type PCI registered [ 0.227956] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229183] PCI: Using configuration type 1 for base access [ 0.230948] ACPI: Added _OSI(Module Device) [ 0.231787] ACPI: Added _OSI(Processor Device) [ 0.232644] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233538] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235657] ACPI: Interpreter enabled [ 0.236434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240123] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243822] ACPI: (supports S0 S5) [ 0.244528] ACPI: Using IOAPIC for interrupt routing [ 0.245586] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248647] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249790] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254421] acpiphp: Slot [3] registered [ 0.255223] acpiphp: Slot [4] registered [ 0.256019] acpiphp: Slot [5] registered [ 0.256811] acpiphp: Slot [6] registered [ 0.257606] acpiphp: Slot [7] registered [ 0.258405] acpiphp: Slot [8] registered [ 0.259207] acpiphp: Slot [9] registered [ 0.259999] acpiphp: Slot [10] registered [ 0.260807] acpiphp: Slot [11] registered [ 0.261616] acpiphp: Slot [12] registered [ 0.262431] acpiphp: Slot [13] registered [ 0.263240] acpiphp: Slot [14] registered [ 0.264048] acpiphp: Slot [15] registered [ 0.275033] acpiphp: Slot [16] registered [ 0.275852] acpiphp: Slot [17] registered [ 0.276666] acpiphp: Slot [18] registered [ 0.277476] acpiphp: Slot [19] registered [ 0.278285] acpiphp: Slot [20] registered [ 0.279097] acpiphp: Slot [21] registered [ 0.279906] acpiphp: Slot [22] registered [ 0.280709] acpiphp: Slot [23] registered [ 0.281517] acpiphp: Slot [24] registered [ 0.282326] acpiphp: Slot [25] registered [ 0.283137] acpiphp: Slot [26] registered [ 0.283944] acpiphp: Slot [27] registered [ 0.284752] acpiphp: Slot [28] registered [ 0.285562] acpiphp: Slot [29] registered [ 0.286371] acpiphp: Slot [30] registered [ 0.287187] acpiphp: Slot [31] registered [ 0.287993] PCI host bridge to bus 0000:00 [ 0.288799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291223] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292666] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294111] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300194] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301463] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302634] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311751] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356326] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360971] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365031] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366184] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367256] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368813] vgaarb: loaded [ 0.369430] vgaarb: bridge control possible 0000:00:02.0 [ 0.370577] SCSI subsystem initialized [ 0.371404] ACPI: bus type USB registered [ 0.372230] usbcore: registered new interface driver usbfs [ 0.373273] usbcore: registered new interface driver hub [ 0.374290] usbcore: registered new device driver usb [ 0.375347] PCI: Using ACPI for IRQ routing [ 0.376375] NetLabel: Initializing [ 0.377087] NetLabel: domain hash size = 128 [ 0.377944] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378896] NetLabel: unlabeled traffic allowed by default [ 0.379990] clocksource: Switched to clocksource kvm-clock [ 0.385486] AppArmor: AppArmor Filesystem Enabled [ 0.386444] pnp: PnP ACPI init [ 0.387348] pnp: PnP ACPI: found 5 devices [ 0.393711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395414] NET: Registered protocol family 2 [ 0.396372] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397647] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398814] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399976] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401058] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402232] NET: Registered protocol family 1 [ 0.403101] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404202] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405274] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433561] Trying to unpack rootfs image as initramfs... [ 0.483542] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497675] Scanning for low memory corruption every 60 seconds [ 0.499208] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500570] audit: initializing netlink subsys (disabled) [ 0.501782] audit: type=2000 audit(1536345722.644:1): initialized [ 0.503324] Initialise system trusted keyring [ 0.504400] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505716] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507671] zbud: loaded [ 0.508381] VFS: Disk quotas dquot_6.6.0 [ 0.509197] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510706] fuse init (API version 7.23) [ 0.511594] Key type big_key registered [ 0.512404] Allocating IMA MOK and blacklist keyrings. [ 0.513868] Key type asymmetric registered [ 0.514688] Asymmetric key parser 'x509' registered [ 0.515637] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517103] io scheduler noop registered [ 0.517896] io scheduler deadline registered (default) [ 0.519019] io scheduler cfq registered [ 0.519939] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521069] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522318] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523757] ACPI: Power Button [PWRF] [ 0.524607] GHES: HEST is not enabled! [ 0.538294] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.567905] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570767] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594441] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596569] Linux agpgart interface v0.103 [ 0.598600] brd: module loaded [ 0.599763] loop: module loaded [ 0.622967] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.624416] GPT:90111 != 2097151 [ 0.625092] GPT:Alternate GPT header not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626834] GPT: Use GNU Parted to correct GPT errors. [ 0.627846] vda: vda1 vda15 [ 0.629251] scsi host0: ata_piix [ 0.629984] scsi host1: ata_piix [ 0.630689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631906] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633357] libphy: Fixed MDIO Bus: probed [ 0.634175] tun: Universal TUN/TAP device driver, 1.6 [ 0.635118] tun: (C) 1999-2004 Max Krasnyansky [ 0.637288] PPP generic driver version 2.4.2 [ 0.638183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639450] ehci-pci: EHCI PCI platform driver [ 0.640373] ehci-platform: EHCI generic platform driver [ 0.641355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.642473] ohci-pci: OHCI PCI platform driver [ 0.643332] ohci-platform: OHCI generic platform driver [ 0.644327] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658722] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659733] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661236] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662258] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663392] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.664619] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666042] usb usb1: Product: UHCI Host Controller [ 0.666974] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.668116] usb usb1: SerialNumber: 0000:00:01.2 [ 0.669139] hub 1-0:1.0: USB hub found [ 0.669921] hub 1-0:1.0: 2 ports detected [ 0.670820] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672949] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674938] mousedev: PS/2 mouse device common for all mice [ 0.676193] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678028] rtc_cmos 00:00: RTC can wake from S4 [ 0.679118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680327] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.681528] i2c /dev entries driver [ 0.682285] device-mapper: uevent: version 1.0.3 [ 0.683228] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.684858] ledtrig-cpu: registered to indicate activity on CPUs [ 0.686139] NET: Registered protocol family 10 [ 0.687131] NET: Registered protocol family 17 [ 0.688029] Key type dns_resolver registered [ 0.688959] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690049] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.691785] registered taskstats version 1 [ 0.692623] Loading compiled-in X.509 certificates [ 0.694059] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.695930] zswap: loaded using pool lzo/zbud [ 0.697310] Key type trusted registered [ 0.698882] Key type encrypted registered [ 0.699694] AppArmor: AppArmor sha1 policy hashing enabled [ 0.700724] ima: No TPM chip found, activating TPM-bypass! [ 0.701758] evm: HMAC attrs: 0x1 [ 0.702690] Magic number: 2:139:746 [ 0.703530] rtc_cmos 00:00: setting system clock to 2018-09-07 18:42:02 UTC (1536345722) [ 0.705138] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706246] EDD information not available. [ 0.792967] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.794533] Write protecting the kernel read-only data: 14336k [ 0.806491] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.808315] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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.851039] 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 1.19 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.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.29. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUiQ5XNp3tK18nybnZ4Gu0tqARAWGwB6qOSWS3D6aqgPemDBLNX5HqAEpdjEGC4VFvEA+NkAOiKgzVu3Bh1rTmI/LCfWZ5PgkaR8+NhAIBNhIowOR7z45E+tHuE+cYS2+Y1X9G9V2n63fG7D3JiAAa2LgnMRg4ZQrQXjnUGOeH14XYe3JZlT4VKWACarfR6qUSGzOc49qOyM3EzhHjIp9N0yl/MDE9blTGlG6rIBxy9tpHRiglRHgC/AhKinKzaMpDfll2tCZ/8vbJRQjwmA5aNeB1ZV6amk3uyAMyGU/mSk2KaYxUbcjlM4I+fbDftNCJ7pNNFhUrpWVPegnraI3V root@vping-userdata-vm2-d0fe8ac7-c092-4fb7-b03b-7f56edbead56 ssh-dss AAAAB3NzaC1kc3MAAACBAKRSA6QrWzYH9HtXzIr8l/4BB3D+zY2jUBy46fTPrEWqvP1WMJCmzTMA/7+iVLGu7jKCRQtdPn/D/7XqR2Fpbq+DTtg9Y8JqT/FGYvqRonxkDVDmRTrynYdO51iOyi5WSp/0PP+WIQxbfD9HWHyt+eTrBCyQg44mBypnYqiJ/4QVAAAAFQD4Q/1korZMsBzvnA06tfkoCGAmJQAAAIEAiXqPf8s02toGhfrwofXkM5/OzmZtBJYpW27Oj7MtQKH8LwvshjTA6lfE6Nit97QlisKMCq1rdUr2dY+lZflk84Nts3qVdCyD8vLgSdNi4XJNwWrQp99u5Q7PuxE1hAQ0nnC5FfUUKlEyMGdi++cMBsYjTBXCnEnXcKe7qhQxS+UAAACAY3sabtx8ciAfsFnm9RUjx/BJjskeb6V/mSgAxm/8pvHy+cIE0NOqUvF2RF+sDrtxfYSGf4ckA4QYLvrD47DodPHdgRnZ3BK99jjS5KFLpc9/JosB/c3BUD2UK1Mw8NuFZtf7ksRGOyEcggqFl5qwJT/mv94eeS//5q0MKb/zN6Q= root@vping-userdata-vm2-d0fe8ac7-c092-4fb7-b03b-7f56edbead56 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fecc:459/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-d0fe8ac7-c092-4fb7-b03b-7f56edbead56 launch-index: 0 === cirros: current=0.4.0 uptime=4.18 === 2018-09-07 18:42:07,316 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-07 18:42:07,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:42:07,422 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-07 18:42:22,416 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-09-07 18:42:23,336 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'id': u'c264d7fb3fe6424f80aab405083b0c30', '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-09-07 18:42:23,781 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f64755c10d2146c3bd55b7b5946353af', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee'}) 2018-09-07 18:42:23,946 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:42:24,058 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2'}, 'domain_id': None, 'human_id': None, 'id': u'0f5395dab9fe427a9d377eb9aa7692b2', 'HUMAN_ID': False}) 2018-09-07 18:42:24,608 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 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': '8017c818-26b7-44fc-abbe-7c9caf252404', 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_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'project_id': u'c264d7fb3fe6424f80aab405083b0c30', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-07 18:42:24,614 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'password': '8017c818-26b7-44fc-abbe-7c9caf252404', 'project_name': 'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'c264d7fb3fe6424f80aab405083b0c30', 'project_domain_name': 'Default'} 2018-09-07 18:42:25,224 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 18:42:36,751 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 18:42:36.414 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=87807c3b-33e4-48da-87c6-30118847a41c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 87807c3b-33e4-48da-87c6-30118847a41c | 2018-09-07T18:42:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 87807c3b-33e4-48da-87c6-30118847a41c ~/.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-09-07 18:42:40,099 - 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-09-07 18:42:40,099 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-07 18:42:48,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-07 18:42:44.437 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-07 18:42:44.608 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-07 18:42:48.200 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) as the default verifier for the future CLI operations. 2018-09-07 18:42:51,375 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-09-07 18:42:52,262 - 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-09-07T18:42:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e9ca3ead-320f-4f47-8029-1ae436ca7fd3', u'provider:segmentation_id': 91, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'admin_state_up': True, u'tenant_id': u'c264d7fb3fe6424f80aab405083b0c30', u'created_at': u'2018-09-07T18:42:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'c264d7fb3fe6424f80aab405083b0c30'}) 2018-09-07 18:42:53,508 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T18:42:53Z', 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'3062abcd-2255-4ecd-86e1-e9708eaaa7f5', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'enable_dhcp': True, u'network_id': u'e9ca3ead-320f-4f47-8029-1ae436ca7fd3', u'tenant_id': u'c264d7fb3fe6424f80aab405083b0c30', u'created_at': u'2018-09-07T18:42:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c264d7fb3fe6424f80aab405083b0c30'}) 2018-09-07 18:42:54,528 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c264d7fb3fe6424f80aab405083b0c30', u'created_at': u'2018-09-07T18:42:53Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-07T18:42:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'c264d7fb3fe6424f80aab405083b0c30', u'id': u'a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85', u'name': u'tempest_smoke_serial-router_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee'}) 2018-09-07 18:42:58,434 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c6229246-f466-406c-8490-0a6e305a3681/file', 'owner': u'c264d7fb3fe6424f80aab405083b0c30', 'id': u'c6229246-f466-406c-8490-0a6e305a3681', 'size': 12716032, u'self': u'/v2/images/c6229246-f466-406c-8490-0a6e305a3681', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c264d7fb3fe6424f80aab405083b0c30', 'name': 'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:42:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T18:42:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c6229246-f466-406c-8490-0a6e305a3681', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'created': u'2018-09-07T18:42:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:42:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c6229246-f466-406c-8490-0a6e305a3681', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:42:58,632 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', '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'a3d1e38333674f33ba762d66c366b2a8', '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'8232267d-6685-44ae-a4a2-cc190fddc8a7', 'swap': 0}) 2018-09-07 18:43:00,699 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/aebf6034-8e73-45e0-a920-2eab71f32012/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012/file', 'owner': u'c264d7fb3fe6424f80aab405083b0c30', 'id': u'aebf6034-8e73-45e0-a920-2eab71f32012', 'size': 12716032, u'self': u'/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c264d7fb3fe6424f80aab405083b0c30', 'name': 'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/aebf6034-8e73-45e0-a920-2eab71f32012/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:43:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T18:43:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'created': u'2018-09-07T18:42:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:42:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:43:00,767 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', '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'a3d1e38333674f33ba762d66c366b2a8', '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'2258062d-f0d3-4a9f-89c5-a37b815ad5d8', 'swap': 0}) 2018-09-07 18:43:00,789 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', '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'a3d1e38333674f33ba762d66c366b2a8', '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'2258062d-f0d3-4a9f-89c5-a37b815ad5d8', 'swap': 0}) 2018-09-07 18:43:04,312 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-07 18:43:02.907 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) for deployment 'opnfv-rally' (UUID=87807c3b-33e4-48da-87c6-30118847a41c). 2018-09-07 18:43:04.142 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-07 18:43:04.144 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) has been successfully configured for deployment 'opnfv-rally' (UUID=87807c3b-33e4-48da-87c6-30118847a41c)! 2018-09-07 18:43:04,312 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-07 18:43:04,312 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-07 18:43:04,315 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-07 18:43:04,327 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-07 18:43:10,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a921ce86-01be-4fe6-b3c3-191d7e8c18d0/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-09-07 18:43:10,182 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-07 18:43:10,198 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-07 18:43:10,199 - 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-09-07 18:43:12,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:12.360 51 INFO rally.api [-] Starting verification (UUID=d439e1fd-e5c4-468a-9ce9-764da7c3fa41) for deployment 'opnfv-rally' (UUID=87807c3b-33e4-48da-87c6-30118847a41c) by verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0). 2018-09-07 18:43:12,361 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d439e1fd-e5c4-468a-9ce9-764da7c3fa41 2018-09-07 18:43:19,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:19.524 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.167s] 2018-09-07 18:43:19,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:19.582 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-09-07 18:43:26,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:26.492 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.452s] 2018-09-07 18:43:29,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:29.847 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.353s] 2018-09-07 18:43:43,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:43.184 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.525s] 2018-09-07 18:43:59,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:59.716 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.064s] 2018-09-07 18:45:00,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:45:00.806 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.079s] 2018-09-07 18:45:00,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:45:00.809 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-09-07 18:45:31,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:45:31.379 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-09-07 18:45:31,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:45:31.380 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-07 18:46:00,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:46:00.466 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.076s] 2018-09-07 18:46:00,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:46:00.467 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-09-07 18:46:43,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:46:43.656 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.495s] 2018-09-07 18:47:06,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:06.758 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-09-07 18:47:06,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:06.855 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-09-07 18:47:15,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:15.046 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.663s] 2018-09-07 18:47:15,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:15.056 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-09-07 18:47:16,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:16.713 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-09-07 18:47:16,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:16.714 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-09-07 18:47:20,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:20.728 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.404s] 2018-09-07 18:47:26,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:26.488 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.082s] 2018-09-07 18:47:32,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:32.879 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.646s] 2018-09-07 18:47:41,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:41.124 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.581s] 2018-09-07 18:47:50,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:50.257 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.119s] 2018-09-07 18:47:56,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:56.485 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.379s] 2018-09-07 18:48:02,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:02.395 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.193s] 2018-09-07 18:48:10,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:10.125 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.449s] 2018-09-07 18:48:17,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:17.228 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.451s] 2018-09-07 18:48:25,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:25.709 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.962s] 2018-09-07 18:48:28,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:28.061 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-09-07 18:48:30,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:30.083 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.067s] 2018-09-07 18:48:30,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:30.164 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-09-07 18:48:30,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:30.244 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-09-07 18:48:30,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:30.251 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-09-07 18:48:34,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:34.980 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.282s] 2018-09-07 18:48:36,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:36.470 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.488s] 2018-09-07 18:48:38,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:38.524 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.055s] 2018-09-07 18:48:44,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:44.111 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-09-07 18:48:50,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:50.969 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.449s] 2018-09-07 18:49:02,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:02.638 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.624s] 2018-09-07 18:49:06,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:06.202 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.563s] 2018-09-07 18:49:17,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:17.283 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.494s] 2018-09-07 18:49:20,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:20.822 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.538s] 2018-09-07 18:49:29,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:29.624 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.800s] 2018-09-07 18:49:39,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:39.011 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.776s] 2018-09-07 18:49:42,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:42.660 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.648s] 2018-09-07 18:49:49,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:49.525 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.864s] 2018-09-07 18:50:05,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:05.509 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.900s] 2018-09-07 18:50:05,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:05.799 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.289s] 2018-09-07 18:50:05,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:05.918 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.119s] 2018-09-07 18:50:05,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:05.974 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.055s] 2018-09-07 18:50:06,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:06.225 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.250s] 2018-09-07 18:50:06,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:06.437 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.212s] 2018-09-07 18:50:20,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:20.759 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.659s] 2018-09-07 18:50:21,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:21.196 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.437s] 2018-09-07 18:50:21,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:21.454 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.258s] 2018-09-07 18:50:21,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:21.732 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.277s] 2018-09-07 18:50:21,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:21.859 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.125s] 2018-09-07 18:50:22,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:22.080 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.221s] 2018-09-07 18:50:35,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:35.283 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.051s] 2018-09-07 18:50:42,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:42.056 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.773s] 2018-09-07 18:50:43,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:43.777 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.720s] 2018-09-07 18:50:43,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:43.831 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.053s] 2018-09-07 18:50:44,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:44.020 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.189s] 2018-09-07 18:50:55,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:55.954 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.208s] 2018-09-07 18:51:02,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:02.661 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.706s] 2018-09-07 18:51:04,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:04.455 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.794s] 2018-09-07 18:51:04,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:04.511 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-09-07 18:51:04,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:04.595 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.084s] 2018-09-07 18:51:19,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:19.872 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.407s] 2018-09-07 18:51:25,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:25.656 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.784s] 2018-09-07 18:51:30,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:30.606 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.948s] 2018-09-07 18:51:33,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:33.514 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.908s] 2018-09-07 18:51:57,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:57.727 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.172s] 2018-09-07 18:52:02,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:02.936 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.208s] 2018-09-07 18:52:07,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:07.157 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.220s] 2018-09-07 18:52:09,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:09.903 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.746s] 2018-09-07 18:52:27,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:27.412 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.871s] 2018-09-07 18:52:29,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:29.301 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.886s] 2018-09-07 18:52:29,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:29.344 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-09-07 18:52:34,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:34.044 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.578s] 2018-09-07 18:52:36,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:36.117 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.071s] 2018-09-07 18:52:36,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:36.160 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-09-07 18:52:40,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:40.603 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.232s] 2018-09-07 18:52:44,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:44.087 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-09-07 18:52:45,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.551 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-09-07 18:52:45,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.554 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-09-07 18:52:45,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.554 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-09-07 18:52:45,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.555 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-09-07 18:52:45,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.556 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-09-07 18:52:47,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:47.535 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-09-07 18:53:07,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:53:07.310 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.499s] 2018-09-07 18:53:20,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:53:20.157 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.006s] 2018-09-07 18:53:31,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:53:31.412 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.251s] 2018-09-07 18:53:42,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:53:42.020 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.184s] 2018-09-07 18:54:47,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:54:47.216 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [58.722s] 2018-09-07 18:55:21,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:55:21.198 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [24.685s] 2018-09-07 18:56:01,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:56:01.956 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [22.316s] 2018-09-07 18:56:17,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d439e1fd-e5c4-468a-9ce9-764da7c3fa41 2018-09-07 18:56:17,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd439e1fd-e5c4-468a-9ce9-764da7c3fa41']'. 2018-09-07 18:56:18,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-07 18:56:18,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-07 18:56:18,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d439e1fd-e5c4-468a-9ce9-764da7c3fa41 | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-07 18:43:12 | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-07 18:56:16 | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:04 | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a921ce86-01be-4fe6-b3c3-191d7e8c18d0) | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 87807c3b-33e4-48da-87c6-30118847a41c) | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 764.582 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-07 18:56:18,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-07 18:56:18,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-09-07 18:56:18,277 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:56:18,278 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:27 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-09-07 18:56:29,664 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-09-07 18:56:30,564 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7', 'id': u'51729ca6f2af4c1bb498f0fd2da1e948', '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-09-07 18:56:31,008 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5a2560ea890b47ee9f26ffac97975cb4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7'}) 2018-09-07 18:56:31,165 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:56:31,278 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928'}, 'domain_id': None, 'human_id': None, 'id': u'147261097451484897ac77a262cd0928', 'HUMAN_ID': False}) 2018-09-07 18:56:31,829 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7', 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': '219541b9-b586-4289-8464-c7e3ddd492a7', 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_4e444afe-be9c-40d2-990d-696254f8c9c7', 'project_id': u'51729ca6f2af4c1bb498f0fd2da1e948', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-07 18:56:31,834 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7', 'password': '219541b9-b586-4289-8464-c7e3ddd492a7', 'project_name': 'rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '51729ca6f2af4c1bb498f0fd2da1e948', 'project_domain_name': 'Default'} 2018-09-07 18:56:32,464 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-09-07 18:56:36,629 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-09-07 18:56:37,394 - 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-09-07T18:56:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4d5ea194-8b3c-49a6-967f-336a15397ef9', u'provider:segmentation_id': 52, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_4e444afe-be9c-40d2-990d-696254f8c9c7', u'admin_state_up': True, u'tenant_id': u'51729ca6f2af4c1bb498f0fd2da1e948', u'created_at': u'2018-09-07T18:56:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'51729ca6f2af4c1bb498f0fd2da1e948'}) 2018-09-07 18:56:38,633 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T18:56:38Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'079bac37-ef61-4ac6-916b-798e28ccec69', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_4e444afe-be9c-40d2-990d-696254f8c9c7', u'enable_dhcp': True, u'network_id': u'4d5ea194-8b3c-49a6-967f-336a15397ef9', u'tenant_id': u'51729ca6f2af4c1bb498f0fd2da1e948', u'created_at': u'2018-09-07T18:56:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'51729ca6f2af4c1bb498f0fd2da1e948'}) 2018-09-07 18:56:39,817 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'51729ca6f2af4c1bb498f0fd2da1e948', u'created_at': u'2018-09-07T18:56:38Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-07T18:56:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'51729ca6f2af4c1bb498f0fd2da1e948', u'id': u'4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2', u'name': u'rally_sanity-router_4e444afe-be9c-40d2-990d-696254f8c9c7'}) 2018-09-07 18:56:43,803 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/file', 'owner': u'51729ca6f2af4c1bb498f0fd2da1e948', 'id': u'ed60062d-94a9-4f91-84e7-c39f1cbe9f50', 'size': 12716032, u'self': u'/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'51729ca6f2af4c1bb498f0fd2da1e948', 'name': 'rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:56:43Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T18:56:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'created': u'2018-09-07T18:56:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:56:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:56:44,077 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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'a3d1e38333674f33ba762d66c366b2a8', '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'2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77', 'swap': 0}) 2018-09-07 18:56:44,102 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 18:56:46,605 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-07 18:56:46.202 120 INFO rally.deployment.engine [-] Deployment 87807c3b-33e4-48da-87c6-30118847a41c | Starting: Destroy cloud and free allocated resources. 2018-09-07 18:56:46.301 120 INFO rally.deployment.engine [-] Deployment 87807c3b-33e4-48da-87c6-30118847a41c | Completed: Destroy cloud and free allocated resources. 2018-09-07 18:56:46.336 120 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) for deployment 'opnfv-rally'. 2018-09-07 18:56:46.350 120 INFO rally.api [-] Deleting verification (UUID=d439e1fd-e5c4-468a-9ce9-764da7c3fa41). 2018-09-07 18:56:46.386 120 INFO rally.api [-] Verification has been successfully deleted! 2018-09-07 18:56:46.386 120 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0). 2018-09-07 18:56:46.394 120 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-07 18:56:49,165 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 18:56:48.730 123 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1265e4f6-e09f-452a-8501-debbbf4c2fe8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1265e4f6-e09f-452a-8501-debbbf4c2fe8 | 2018-09-07T18:56:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1265e4f6-e09f-452a-8501-debbbf4c2fe8 ~/.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-09-07 18:56:52,612 - 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-09-07 18:56:52,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-09-07 18:56:52,849 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_4e444afe-be9c-40d2-990d-696254f8c9c7', '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'a3d1e38333674f33ba762d66c366b2a8', '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'0d363233-fb95-4ac4-8bc2-acb3e26deba4', 'swap': 0}) 2018-09-07 18:56:52,870 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_4e444afe-be9c-40d2-990d-696254f8c9c7', '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'a3d1e38333674f33ba762d66c366b2a8', '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'0d363233-fb95-4ac4-8bc2-acb3e26deba4', 'swap': 0}) 2018-09-07 18:56:52,871 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-09-07 18:56:52,884 - 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-09-07 18:56:52,885 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 18:56:52,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 18:56:52,908 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-09-07 18:57:53,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 83ba92a0-f923-4bc4-8173-f9a39790ad41 2018-09-07 18:57:53,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-09-07 18:57:53,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '83ba92a0-f923-4bc4-8173-f9a39790ad41'] 2018-09-07 18:57:54,445 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 83ba92a0-f923-4bc4-8173-f9a39790ad41 -------------------------------------------------------------------------------- Task 83ba92a0-f923-4bc4-8173-f9a39790ad41: 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | total | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> duration | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.472766 Full duration: 7.41408 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | total | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> duration | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.815607 Full duration: 7.697294 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | total | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> duration | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.93376 Full duration: 7.998875 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> duration | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819456 Full duration: 7.92912 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | total | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 100.0% | 1 | | -> duration | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.096347 Full duration: 7.937641 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713345 Full duration: 7.627448 HINTS: * To plot HTML graphics with this data, run: rally task report 83ba92a0-f923-4bc4-8173-f9a39790ad41 --out output.html * To generate a JUnit report, run: rally task export 83ba92a0-f923-4bc4-8173-f9a39790ad41 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 83ba92a0-f923-4bc4-8173-f9a39790ad41 --json --out output.json 2018-09-07 18:57:54,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '83ba92a0-f923-4bc4-8173-f9a39790ad41', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-09-07 18:57:56,560 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 83ba92a0-f923-4bc4-8173-f9a39790ad41 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-09-07 18:57:56.451 731 INFO rally.api [-] Building 'json' report for the following task(s): '83ba92a0-f923-4bc4-8173-f9a39790ad41'. 2018-09-07 18:57:56.457 731 INFO rally.api [-] The report has been successfully built. 2018-09-07 18:57:56,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '83ba92a0-f923-4bc4-8173-f9a39790ad41', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-09-07 18:57:58,901 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 83ba92a0-f923-4bc4-8173-f9a39790ad41 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-09-07 18:57:58.688 734 INFO rally.api [-] Building 'html' report for the following task(s): '83ba92a0-f923-4bc4-8173-f9a39790ad41'. 2018-09-07 18:57:58.761 734 INFO rally.api [-] The report has been successfully built. 2018-09-07 18:57:58,904 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-09-07 18:57:58,904 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-09-07 18:57:58,911 - 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-09-07 18:57:58,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 18:57:58,918 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 18:57:58,927 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-09-07 18:59:35,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cfd5f23f-a823-4b97-a131-f934a461039a 2018-09-07 18:59:35,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'cfd5f23f-a823-4b97-a131-f934a461039a'] 2018-09-07 18:59:36,157 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid cfd5f23f-a823-4b97-a131-f934a461039a -------------------------------------------------------------------------------- Task cfd5f23f-a823-4b97-a131-f934a461039a: 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 cfd5f23f-a823-4b97-a131-f934a461039a 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.425 | 4.425 | 4.425 | 4.425 | 4.425 | 4.425 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | -> glance_v2.upload_data | 1.529 | 1.529 | 1.529 | 1.529 | 1.529 | 1.529 | 100.0% | 1 | | glance_v2.delete_image | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 100.0% | 1 | | total | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 100.0% | 1 | | -> duration | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.550655 Full duration: 13.79467 -------------------------------------------------------------------------------- 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 cfd5f23f-a823-4b97-a131-f934a461039a 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.931 | 4.931 | 4.931 | 4.931 | 4.931 | 4.931 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | -> glance_v2.upload_data | 1.936 | 1.936 | 1.936 | 1.936 | 1.936 | 1.936 | 100.0% | 1 | | glance_v2.list_images | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 5.114 | 5.114 | 5.114 | 5.114 | 5.114 | 5.114 | 100.0% | 1 | | -> duration | 5.114 | 5.114 | 5.114 | 5.114 | 5.114 | 5.114 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.114338 Full duration: 17.404005 -------------------------------------------------------------------------------- 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 cfd5f23f-a823-4b97-a131-f934a461039a 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> duration | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.342223 Full duration: 8.001758 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "number_instances": 2, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "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 cfd5f23f-a823-4b97-a131-f934a461039a 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.379 | 4.379 | 4.379 | 4.379 | 4.379 | 4.379 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | -> glance_v2.upload_data | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 100.0% | 1 | | nova.boot_servers | 13.302 | 13.302 | 13.302 | 13.302 | 13.302 | 13.302 | 100.0% | 1 | | total | 17.682 | 17.682 | 17.682 | 17.682 | 17.682 | 17.682 | 100.0% | 1 | | -> duration | 16.682 | 16.682 | 16.682 | 16.682 | 16.682 | 16.682 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.682304 Full duration: 40.61445 HINTS: * To plot HTML graphics with this data, run: rally task report cfd5f23f-a823-4b97-a131-f934a461039a --out output.html * To generate a JUnit report, run: rally task export cfd5f23f-a823-4b97-a131-f934a461039a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cfd5f23f-a823-4b97-a131-f934a461039a --json --out output.json 2018-09-07 18:59:36,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'cfd5f23f-a823-4b97-a131-f934a461039a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-09-07 18:59:38,388 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid cfd5f23f-a823-4b97-a131-f934a461039a --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-09-07 18:59:38.281 1287 INFO rally.api [-] Building 'json' report for the following task(s): 'cfd5f23f-a823-4b97-a131-f934a461039a'. 2018-09-07 18:59:38.286 1287 INFO rally.api [-] The report has been successfully built. 2018-09-07 18:59:38,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'cfd5f23f-a823-4b97-a131-f934a461039a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-09-07 18:59:40,647 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid cfd5f23f-a823-4b97-a131-f934a461039a --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-09-07 18:59:40.523 1290 INFO rally.api [-] Building 'html' report for the following task(s): 'cfd5f23f-a823-4b97-a131-f934a461039a'. 2018-09-07 18:59:40.544 1290 INFO rally.api [-] The report has been successfully built. 2018-09-07 18:59:40,652 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-09-07 18:59:40,653 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-09-07 18:59:40,663 - 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-09-07 18:59:40,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 18:59:40,680 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 18:59:40,682 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-09-07 19:03:05,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 842aa89a-7a2d-4b20-b37c-ed600a298199 2018-09-07 19:03:05,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '842aa89a-7a2d-4b20-b37c-ed600a298199'] 2018-09-07 19:03:07,111 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 842aa89a-7a2d-4b20-b37c-ed600a298199 -------------------------------------------------------------------------------- Task 842aa89a-7a2d-4b20-b37c-ed600a298199: 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.226 | 3.226 | 3.226 | 3.226 | 3.226 | 3.226 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 100.0% | 1 | | total | 5.659 | 5.659 | 5.659 | 5.659 | 5.659 | 5.659 | 100.0% | 1 | | -> duration | 5.659 | 5.659 | 5.659 | 5.659 | 5.659 | 5.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.659077 Full duration: 23.097143 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.delete_volume | 2.601 | 2.601 | 2.601 | 2.601 | 2.601 | 2.601 | 100.0% | 1 | | total | 5.887 | 5.887 | 5.887 | 5.887 | 5.887 | 5.887 | 100.0% | 1 | | -> duration | 5.887 | 5.887 | 5.887 | 5.887 | 5.887 | 5.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.886817 Full duration: 16.709609 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 842aa89a-7a2d-4b20-b37c-ed600a298199 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.545 | 8.545 | 8.545 | 8.545 | 8.545 | 8.545 | 100.0% | 1 | | cinder_v2.delete_volume | 3.133 | 3.133 | 3.133 | 3.133 | 3.133 | 3.133 | 100.0% | 1 | | total | 11.678 | 11.678 | 11.678 | 11.678 | 11.678 | 11.678 | 100.0% | 1 | | -> duration | 11.678 | 11.678 | 11.678 | 11.678 | 11.678 | 11.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.678276 Full duration: 22.514666 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.534 | 3.534 | 3.534 | 3.534 | 3.534 | 3.534 | 100.0% | 1 | | cinder_v2.delete_volume | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | total | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 100.0% | 1 | | -> duration | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.155686 Full duration: 17.066284 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.216 | 3.216 | 3.216 | 3.216 | 3.216 | 3.216 | 100.0% | 1 | | cinder_v2.extend_volume | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 100.0% | 1 | | cinder_v2.delete_volume | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | total | 8.533 | 8.533 | 8.533 | 8.533 | 8.533 | 8.533 | 100.0% | 1 | | -> duration | 8.533 | 8.533 | 8.533 | 8.533 | 8.533 | 8.533 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.532572 Full duration: 19.320789 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.248 | 3.248 | 3.248 | 3.248 | 3.248 | 3.248 | 100.0% | 1 | | cinder_v2.delete_volume | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 100.0% | 1 | | total | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 100.0% | 1 | | -> duration | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.848358 Full duration: 24.407213 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | cinder_v2.list_qos | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782486 Full duration: 12.60188 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | cinder_v2.set_qos | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770621 Full duration: 12.5203 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.list_types | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.820016 Full duration: 12.815337 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> duration | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.825613 Full duration: 12.500942 HINTS: * To plot HTML graphics with this data, run: rally task report 842aa89a-7a2d-4b20-b37c-ed600a298199 --out output.html * To generate a JUnit report, run: rally task export 842aa89a-7a2d-4b20-b37c-ed600a298199 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 842aa89a-7a2d-4b20-b37c-ed600a298199 --json --out output.json 2018-09-07 19:03:07,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '842aa89a-7a2d-4b20-b37c-ed600a298199', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-09-07 19:03:09,400 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 842aa89a-7a2d-4b20-b37c-ed600a298199 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-09-07 19:03:09.288 3079 INFO rally.api [-] Building 'json' report for the following task(s): '842aa89a-7a2d-4b20-b37c-ed600a298199'. 2018-09-07 19:03:09.296 3079 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:03:09,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '842aa89a-7a2d-4b20-b37c-ed600a298199', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-09-07 19:03:11,697 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 842aa89a-7a2d-4b20-b37c-ed600a298199 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-09-07 19:03:11.564 3082 INFO rally.api [-] Building 'html' report for the following task(s): '842aa89a-7a2d-4b20-b37c-ed600a298199'. 2018-09-07 19:03:11.593 3082 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:03:11,708 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-09-07 19:03:11,708 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-09-07 19:03:11,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-heat.yaml 2018-09-07 19:03:11,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:03:11,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:03:11,732 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-09-07 19:04:32,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f17b175c-f314-4ac2-b034-de6e91c8a805 2018-09-07 19:04:32,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f17b175c-f314-4ac2-b034-de6e91c8a805'] 2018-09-07 19:04:33,916 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f17b175c-f314-4ac2-b034-de6e91c8a805 -------------------------------------------------------------------------------- Task f17b175c-f314-4ac2-b034-de6e91c8a805: 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 f17b175c-f314-4ac2-b034-de6e91c8a805 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.544 | 4.544 | 4.544 | 4.544 | 4.544 | 4.544 | 100.0% | 1 | | heat.update_stack | 2.569 | 2.569 | 2.569 | 2.569 | 2.569 | 2.569 | 100.0% | 1 | | heat.delete_stack | 2.855 | 2.855 | 2.855 | 2.855 | 2.855 | 2.855 | 100.0% | 1 | | total | 9.968 | 9.968 | 9.968 | 9.968 | 9.968 | 9.968 | 100.0% | 1 | | -> duration | 5.968 | 5.968 | 5.968 | 5.968 | 5.968 | 5.968 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.967727 Full duration: 18.83206 -------------------------------------------------------------------------------- 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 f17b175c-f314-4ac2-b034-de6e91c8a805 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.929 | 4.929 | 4.929 | 4.929 | 4.929 | 4.929 | 100.0% | 1 | | heat.check_stack | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | heat.delete_stack | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 100.0% | 1 | | total | 7.419 | 7.419 | 7.419 | 7.419 | 7.419 | 7.419 | 100.0% | 1 | | -> duration | 5.419 | 5.419 | 5.419 | 5.419 | 5.419 | 5.419 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.418867 Full duration: 17.21628 -------------------------------------------------------------------------------- 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 f17b175c-f314-4ac2-b034-de6e91c8a805 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.544 | 4.544 | 4.544 | 4.544 | 4.544 | 4.544 | 100.0% | 1 | | heat.suspend_stack | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | heat.resume_stack | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | heat.delete_stack | 1.611 | 1.611 | 1.611 | 1.611 | 1.611 | 1.611 | 100.0% | 1 | | total | 7.412 | 7.412 | 7.412 | 7.412 | 7.412 | 7.412 | 100.0% | 1 | | -> duration | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.412428 Full duration: 17.071865 -------------------------------------------------------------------------------- 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 f17b175c-f314-4ac2-b034-de6e91c8a805 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.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | total | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | -> duration | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.669287 Full duration: 8.327199 HINTS: * To plot HTML graphics with this data, run: rally task report f17b175c-f314-4ac2-b034-de6e91c8a805 --out output.html * To generate a JUnit report, run: rally task export f17b175c-f314-4ac2-b034-de6e91c8a805 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f17b175c-f314-4ac2-b034-de6e91c8a805 --json --out output.json 2018-09-07 19:04:33,916 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f17b175c-f314-4ac2-b034-de6e91c8a805', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-09-07 19:04:36,127 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f17b175c-f314-4ac2-b034-de6e91c8a805 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-09-07 19:04:36.019 3815 INFO rally.api [-] Building 'json' report for the following task(s): 'f17b175c-f314-4ac2-b034-de6e91c8a805'. 2018-09-07 19:04:36.023 3815 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:04:36,128 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f17b175c-f314-4ac2-b034-de6e91c8a805', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-09-07 19:04:38,359 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f17b175c-f314-4ac2-b034-de6e91c8a805 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-09-07 19:04:38.234 3818 INFO rally.api [-] Building 'html' report for the following task(s): 'f17b175c-f314-4ac2-b034-de6e91c8a805'. 2018-09-07 19:04:38.256 3818 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:04:38,364 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-09-07 19:04:38,365 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-09-07 19:04:38,365 - 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-09-07 19:04:38,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:04:38,383 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:04:38,391 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-09-07 19:07:55,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 45880108-a485-4787-a3ea-ce6b6be35489 2018-09-07 19:07:55,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '45880108-a485-4787-a3ea-ce6b6be35489'] 2018-09-07 19:07:56,148 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 45880108-a485-4787-a3ea-ce6b6be35489 -------------------------------------------------------------------------------- Task 45880108-a485-4787-a3ea-ce6b6be35489: 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 45880108-a485-4787-a3ea-ce6b6be35489 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 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.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.750371 Full duration: 14.643201 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 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.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> duration | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738616 Full duration: 14.952956 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796169 Full duration: 15.036053 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | keystone_v3.delete_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> duration | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611391 Full duration: 12.163744 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | keystone_v3.delete_service | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706611 Full duration: 12.4507 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.create_user | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | -> keystone_v3.add_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> duration | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.826652 Full duration: 20.046465 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.update_project | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.delete_project | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.927651 Full duration: 12.625903 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 45880108-a485-4787-a3ea-ce6b6be35489 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778518 Full duration: 15.085084 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 45880108-a485-4787-a3ea-ce6b6be35489 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 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.681502 Full duration: 14.771179 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.list_users | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885836 Full duration: 14.722467 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.create_users | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 100.0% | 1 | | total | 6.682 | 6.682 | 6.682 | 6.682 | 6.682 | 6.682 | 100.0% | 1 | | -> duration | 6.682 | 6.682 | 6.682 | 6.682 | 6.682 | 6.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.682406 Full duration: 23.334647 HINTS: * To plot HTML graphics with this data, run: rally task report 45880108-a485-4787-a3ea-ce6b6be35489 --out output.html * To generate a JUnit report, run: rally task export 45880108-a485-4787-a3ea-ce6b6be35489 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 45880108-a485-4787-a3ea-ce6b6be35489 --json --out output.json 2018-09-07 19:07:56,148 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '45880108-a485-4787-a3ea-ce6b6be35489', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-09-07 19:07:58,368 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 45880108-a485-4787-a3ea-ce6b6be35489 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-09-07 19:07:58.251 5733 INFO rally.api [-] Building 'json' report for the following task(s): '45880108-a485-4787-a3ea-ce6b6be35489'. 2018-09-07 19:07:58.262 5733 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:07:58,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '45880108-a485-4787-a3ea-ce6b6be35489', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-09-07 19:08:00,812 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 45880108-a485-4787-a3ea-ce6b6be35489 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-09-07 19:08:00.662 5736 INFO rally.api [-] Building 'html' report for the following task(s): '45880108-a485-4787-a3ea-ce6b6be35489'. 2018-09-07 19:08:00.695 5736 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:08:00,826 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-09-07 19:08:00,826 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-09-07 19:08:00,827 - 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-09-07 19:08:00,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:08:00,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:08:00,854 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-09-07 19:13:16,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0b219061-3621-45d7-b14f-c4844a4a681c 2018-09-07 19:13:16,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0b219061-3621-45d7-b14f-c4844a4a681c'] 2018-09-07 19:13:18,042 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0b219061-3621-45d7-b14f-c4844a4a681c -------------------------------------------------------------------------------- Task 0b219061-3621-45d7-b14f-c4844a4a681c: 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | neutron.delete_network | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | total | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 100.0% | 1 | | -> duration | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.990651 Full duration: 15.074967 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.261 | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 100.0% | 1 | | neutron.delete_port | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | total | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 100.0% | 1 | | -> duration | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.053866 Full duration: 32.691946 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | neutron.create_subnet | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | neutron.create_router | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | neutron.add_interface_router | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | neutron.remove_interface_router | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | neutron.delete_router | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 100.0% | 1 | | total | 4.891 | 4.891 | 4.891 | 4.891 | 4.891 | 4.891 | 100.0% | 1 | | -> duration | 4.891 | 4.891 | 4.891 | 4.891 | 4.891 | 4.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.891407 Full duration: 36.036146 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | neutron.delete_subnet | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | total | 1.76 | 1.76 | 1.76 | 1.76 | 1.76 | 1.76 | 100.0% | 1 | | -> duration | 1.76 | 1.76 | 1.76 | 1.76 | 1.76 | 1.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.759854 Full duration: 29.207305 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | neutron.list_networks | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 100.0% | 1 | | total | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | -> duration | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.300163 Full duration: 16.934319 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.448 | 1.448 | 1.448 | 1.448 | 1.448 | 1.448 | 100.0% | 1 | | neutron.list_ports | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 100.0% | 1 | | -> duration | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.696189 Full duration: 28.537814 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | neutron.create_subnet | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | neutron.create_router | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | neutron.add_interface_router | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 100.0% | 1 | | neutron.list_routers | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 100.0% | 1 | | -> duration | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.81361 Full duration: 41.135404 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | neutron.create_subnet | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | neutron.list_subnets | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> duration | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.8145 Full duration: 33.951119 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | neutron.delete_security_group | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 100.0% | 1 | | total | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | -> duration | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.333528 Full duration: 14.509385 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | neutron.create_security_group_rule | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | neutron.delete_security_group | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 100.0% | 1 | | -> duration | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.952398 Full duration: 15.314299 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | neutron.create_router | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 100.0% | 1 | | neutron.add_gateway_router | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 100.0% | 1 | | neutron.remove_gateway_router | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | total | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 100.0% | 1 | | -> duration | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.372159 Full duration: 23.996664 HINTS: * To plot HTML graphics with this data, run: rally task report 0b219061-3621-45d7-b14f-c4844a4a681c --out output.html * To generate a JUnit report, run: rally task export 0b219061-3621-45d7-b14f-c4844a4a681c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0b219061-3621-45d7-b14f-c4844a4a681c --json --out output.json 2018-09-07 19:13:18,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0b219061-3621-45d7-b14f-c4844a4a681c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-09-07 19:13:20,513 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0b219061-3621-45d7-b14f-c4844a4a681c --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-09-07 19:13:20.336 9031 INFO rally.api [-] Building 'json' report for the following task(s): '0b219061-3621-45d7-b14f-c4844a4a681c'. 2018-09-07 19:13:20.348 9031 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:13:20,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0b219061-3621-45d7-b14f-c4844a4a681c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-09-07 19:13:22,843 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0b219061-3621-45d7-b14f-c4844a4a681c --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-09-07 19:13:22.708 9034 INFO rally.api [-] Building 'html' report for the following task(s): '0b219061-3621-45d7-b14f-c4844a4a681c'. 2018-09-07 19:13:22.740 9034 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:13:22,858 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-09-07 19:13:22,858 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-09-07 19:13:22,859 - 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-09-07 19:13:22,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:13:22,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:13:22,883 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-09-07 19:20:54,890 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c4a51504-fd64-40ed-9135-dcee3825d9fe 2018-09-07 19:20:54,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c4a51504-fd64-40ed-9135-dcee3825d9fe'] 2018-09-07 19:20:55,868 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c4a51504-fd64-40ed-9135-dcee3825d9fe -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe: 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "block_migration": false, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.412 | 9.412 | 9.412 | 9.412 | 9.412 | 9.412 | 100.0% | 1 | | nova.find_host_to_migrate | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | nova.live_migrate | 11.074 | 11.074 | 11.074 | 11.074 | 11.074 | 11.074 | 100.0% | 1 | | nova.delete_server | 2.806 | 2.806 | 2.806 | 2.806 | 2.806 | 2.806 | 100.0% | 1 | | total | 24.55 | 24.55 | 24.55 | 24.55 | 24.55 | 24.55 | 100.0% | 1 | | -> duration | 23.55 | 23.55 | 23.55 | 23.55 | 23.55 | 23.55 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.550362 Full duration: 33.809828 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.523 | 9.523 | 9.523 | 9.523 | 9.523 | 9.523 | 100.0% | 1 | | cinder_v2.create_volume | 2.866 | 2.866 | 2.866 | 2.866 | 2.866 | 2.866 | 100.0% | 1 | | nova.attach_volume | 4.38 | 4.38 | 4.38 | 4.38 | 4.38 | 4.38 | 100.0% | 1 | | nova.find_host_to_migrate | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | nova.live_migrate | 13.581 | 13.581 | 13.581 | 13.581 | 13.581 | 13.581 | 100.0% | 1 | | nova.detach_volume | 3.954 | 3.954 | 3.954 | 3.954 | 3.954 | 3.954 | 100.0% | 1 | | cinder_v2.delete_volume | 2.339 | 2.339 | 2.339 | 2.339 | 2.339 | 2.339 | 100.0% | 1 | | nova.delete_server | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 100.0% | 1 | | total | 40.942 | 40.942 | 40.942 | 40.942 | 40.942 | 40.942 | 100.0% | 1 | | -> duration | 39.942 | 39.942 | 39.942 | 39.942 | 39.942 | 39.942 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.942109 Full duration: 52.803185 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.506 | 8.506 | 8.506 | 8.506 | 8.506 | 8.506 | 100.0% | 1 | | nova.boot_server | 9.429 | 9.429 | 9.429 | 9.429 | 9.429 | 9.429 | 100.0% | 1 | | nova.find_host_to_migrate | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | nova.live_migrate | 15.896 | 15.896 | 15.896 | 15.896 | 15.896 | 15.896 | 100.0% | 1 | | nova.delete_server | 5.398 | 5.398 | 5.398 | 5.398 | 5.398 | 5.398 | 100.0% | 1 | | total | 40.554 | 40.554 | 40.554 | 40.554 | 40.554 | 40.554 | 100.0% | 1 | | -> duration | 39.554 | 39.554 | 39.554 | 39.554 | 39.554 | 39.554 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.554496 Full duration: 52.577544 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "server_kwargs": { "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] } }, "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 c4a51504-fd64-40ed-9135-dcee3825d9fe has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | nova.boot_server | 8.609 | 8.609 | 8.609 | 8.609 | 8.609 | 8.609 | 100.0% | 1 | | nova.delete_server | 2.716 | 2.716 | 2.716 | 2.716 | 2.716 | 2.716 | 100.0% | 1 | | nova.delete_keypair | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 12.03 | 12.03 | 12.03 | 12.03 | 12.03 | 12.03 | 100.0% | 1 | | -> duration | 11.03 | 11.03 | 11.03 | 11.03 | 11.03 | 11.03 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.030073 Full duration: 37.518407 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "volume_size": 5, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "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 c4a51504-fd64-40ed-9135-dcee3825d9fe 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.315 | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 100.0% | 1 | | nova.boot_server | 6.872 | 6.872 | 6.872 | 6.872 | 6.872 | 6.872 | 100.0% | 1 | | nova.delete_server | 2.795 | 2.795 | 2.795 | 2.795 | 2.795 | 2.795 | 100.0% | 1 | | total | 17.981 | 17.981 | 17.981 | 17.981 | 17.981 | 17.981 | 100.0% | 1 | | -> duration | 16.981 | 16.981 | 16.981 | 16.981 | 16.981 | 16.981 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.981463 Full duration: 44.585465 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "force_delete": false, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "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 c4a51504-fd64-40ed-9135-dcee3825d9fe 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 | 8.991 | 8.991 | 8.991 | 8.991 | 8.991 | 8.991 | 100.0% | 1 | | nova.pause_server | 2.757 | 2.757 | 2.757 | 2.757 | 2.757 | 2.757 | 100.0% | 1 | | nova.unpause_server | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | nova.delete_server | 5.102 | 5.102 | 5.102 | 5.102 | 5.102 | 5.102 | 100.0% | 1 | | total | 19.473 | 19.473 | 19.473 | 19.473 | 19.473 | 19.473 | 100.0% | 1 | | -> duration | 14.473 | 14.473 | 14.473 | 14.473 | 14.473 | 14.473 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.472574 Full duration: 43.565199 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.28 | 9.28 | 9.28 | 9.28 | 9.28 | 9.28 | 100.0% | 1 | | nova.migrate | 70.842 | 70.842 | 70.842 | 70.842 | 70.842 | 70.842 | 100.0% | 1 | | nova.resize_confirm | 8.316 | 8.316 | 8.316 | 8.316 | 8.316 | 8.316 | 100.0% | 1 | | nova.delete_server | 2.67 | 2.67 | 2.67 | 2.67 | 2.67 | 2.67 | 100.0% | 1 | | total | 91.108 | 91.108 | 91.108 | 91.108 | 91.108 | 91.108 | 100.0% | 1 | | -> duration | 90.108 | 90.108 | 90.108 | 90.108 | 90.108 | 90.108 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 90.108017 Full duration: 100.310739 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.128 | 9.128 | 9.128 | 9.128 | 9.128 | 9.128 | 100.0% | 1 | | nova.list_interfaces | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 9.371 | 9.371 | 9.371 | 9.371 | 9.371 | 9.371 | 100.0% | 1 | | -> duration | 8.371 | 8.371 | 8.371 | 8.371 | 8.371 | 8.371 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.370511 Full duration: 42.417051 -------------------------------------------------------------------------------- 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 c4a51504-fd64-40ed-9135-dcee3825d9fe has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | nova.delete_server_group | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731268 Full duration: 9.654862 HINTS: * To plot HTML graphics with this data, run: rally task report c4a51504-fd64-40ed-9135-dcee3825d9fe --out output.html * To generate a JUnit report, run: rally task export c4a51504-fd64-40ed-9135-dcee3825d9fe --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c4a51504-fd64-40ed-9135-dcee3825d9fe --json --out output.json 2018-09-07 19:20:55,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c4a51504-fd64-40ed-9135-dcee3825d9fe', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-09-07 19:20:58,060 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c4a51504-fd64-40ed-9135-dcee3825d9fe --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-09-07 19:20:57.945 10677 INFO rally.api [-] Building 'json' report for the following task(s): 'c4a51504-fd64-40ed-9135-dcee3825d9fe'. 2018-09-07 19:20:57.954 10677 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:20:58,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c4a51504-fd64-40ed-9135-dcee3825d9fe', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-09-07 19:21:00,232 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c4a51504-fd64-40ed-9135-dcee3825d9fe --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-09-07 19:21:00.097 10680 INFO rally.api [-] Building 'html' report for the following task(s): 'c4a51504-fd64-40ed-9135-dcee3825d9fe'. 2018-09-07 19:21:00.128 10680 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:21:00,244 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-09-07 19:21:00,245 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-09-07 19:21:00,245 - 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-09-07 19:21:00,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:21:00,261 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:21:00,272 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-09-07 19:21:53,581 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5e077016-55c9-4ac5-8c58-8f2949e87d11 2018-09-07 19:21:53,581 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5e077016-55c9-4ac5-8c58-8f2949e87d11'] 2018-09-07 19:21:54,667 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5e077016-55c9-4ac5-8c58-8f2949e87d11 -------------------------------------------------------------------------------- Task 5e077016-55c9-4ac5-8c58-8f2949e87d11: 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 5e077016-55c9-4ac5-8c58-8f2949e87d11 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | quotas.delete_quotas | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | -> duration | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889579 Full duration: 8.643771 -------------------------------------------------------------------------------- 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 5e077016-55c9-4ac5-8c58-8f2949e87d11 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 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.715852 Full duration: 8.543056 -------------------------------------------------------------------------------- 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 5e077016-55c9-4ac5-8c58-8f2949e87d11 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740675 Full duration: 8.561566 -------------------------------------------------------------------------------- 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 5e077016-55c9-4ac5-8c58-8f2949e87d11 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.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | total | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> duration | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.135667 Full duration: 9.078897 HINTS: * To plot HTML graphics with this data, run: rally task report 5e077016-55c9-4ac5-8c58-8f2949e87d11 --out output.html * To generate a JUnit report, run: rally task export 5e077016-55c9-4ac5-8c58-8f2949e87d11 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5e077016-55c9-4ac5-8c58-8f2949e87d11 --json --out output.json 2018-09-07 19:21:54,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5e077016-55c9-4ac5-8c58-8f2949e87d11', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-09-07 19:21:56,915 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5e077016-55c9-4ac5-8c58-8f2949e87d11 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-09-07 19:21:56.809 11193 INFO rally.api [-] Building 'json' report for the following task(s): '5e077016-55c9-4ac5-8c58-8f2949e87d11'. 2018-09-07 19:21:56.813 11193 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:21:56,915 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5e077016-55c9-4ac5-8c58-8f2949e87d11', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-09-07 19:21:59,170 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5e077016-55c9-4ac5-8c58-8f2949e87d11 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-09-07 19:21:59.049 11196 INFO rally.api [-] Building 'html' report for the following task(s): '5e077016-55c9-4ac5-8c58-8f2949e87d11'. 2018-09-07 19:21:59.070 11196 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:21:59,173 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-09-07 19:21:59,176 - 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:53 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:47 | 11 | 100.00% | | nova | 06:57 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:10 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-09-07 19:21:59,176 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-09-07 19:21:59,302 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 19:21:59,302 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:23 | PASS | +----------------------+------------------+------------------+----------------+ 2018-09-07 19:22:08,441 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-09-07 19:22:09,383 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'id': u'fd86aed88c22468d9d14eb34da85fcee', '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-09-07 19:22:09,818 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7cb2803c27664e1ab6d0c4975251a3ac', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e'}) 2018-09-07 19:22:09,912 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 19:22:10,087 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db'}, 'domain_id': None, 'human_id': None, 'id': u'c0f4af4249064e3f81564fc827f5c9db', 'HUMAN_ID': False}) 2018-09-07 19:22:10,624 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 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': '95eb7ffd-d31f-4d57-ba1e-955318d0548a', 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_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'project_id': u'fd86aed88c22468d9d14eb34da85fcee', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-07 19:22:10,630 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'password': '95eb7ffd-d31f-4d57-ba1e-955318d0548a', 'project_name': 'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'fd86aed88c22468d9d14eb34da85fcee', 'project_domain_name': 'Default'} 2018-09-07 19:22:11,241 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 19:22:13,718 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-07 19:22:13.372 11199 INFO rally.deployment.engine [-] Deployment 1265e4f6-e09f-452a-8501-debbbf4c2fe8 | Starting: Destroy cloud and free allocated resources. 2018-09-07 19:22:13.467 11199 INFO rally.deployment.engine [-] Deployment 1265e4f6-e09f-452a-8501-debbbf4c2fe8 | Completed: Destroy cloud and free allocated resources. 2018-09-07 19:22:13.490 11199 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0). 2018-09-07 19:22:13.494 11199 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-07 19:22:16,233 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 19:22:15.897 11202 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4bc385ff-f1e6-4ac1-8999-f236da864b74) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4bc385ff-f1e6-4ac1-8999-f236da864b74 | 2018-09-07T19:22:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4bc385ff-f1e6-4ac1-8999-f236da864b74 ~/.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-09-07 19:22:19,539 - 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-09-07 19:22:19,540 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-07 19:22:21,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-07 19:22:21.677 11208 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0). 2018-09-07 19:22:21.808 11208 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-07 19:22:25,951 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-07 19:22:24.033 11211 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-07 19:22:24.191 11211 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-07 19:22:25.760 11211 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) as the default verifier for the future CLI operations. 2018-09-07 19:22:29,069 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-09-07 19:22:30,016 - 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-09-07T19:22:29Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9', u'provider:segmentation_id': 86, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'admin_state_up': True, u'tenant_id': u'fd86aed88c22468d9d14eb34da85fcee', u'created_at': u'2018-09-07T19:22:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'fd86aed88c22468d9d14eb34da85fcee'}) 2018-09-07 19:22:31,506 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T19:22:31Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'enable_dhcp': True, u'network_id': u'2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9', u'tenant_id': u'fd86aed88c22468d9d14eb34da85fcee', u'created_at': u'2018-09-07T19:22:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fd86aed88c22468d9d14eb34da85fcee'}) 2018-09-07 19:22:32,677 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fd86aed88c22468d9d14eb34da85fcee', u'created_at': u'2018-09-07T19:22:31Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-07T19:22:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'fd86aed88c22468d9d14eb34da85fcee', u'id': u'5f275746-9dd3-4a7a-a427-b0cfe1752612', u'name': u'refstack_defcore-router_4625f048-cafd-491f-b5d2-1b3a29c56e6e'}) 2018-09-07 19:22:35,979 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/file', 'owner': u'fd86aed88c22468d9d14eb34da85fcee', 'id': u'8e0d2c81-4e0e-4af7-910f-e89676e4f184', 'size': 12716032, u'self': u'/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd86aed88c22468d9d14eb34da85fcee', 'name': 'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T19:22:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T19:22:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'created': u'2018-09-07T19:22:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T19:22:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 19:22:36,165 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_4625f048-cafd-491f-b5d2-1b3a29c56e6e', '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'a3d1e38333674f33ba762d66c366b2a8', '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'd64e7f7f-a0bf-4828-a964-ac597c7471ee', 'swap': 0}) 2018-09-07 19:22:39,181 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8556d011-7c5e-4767-a025-2b018befdf12/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8556d011-7c5e-4767-a025-2b018befdf12/file', 'owner': u'fd86aed88c22468d9d14eb34da85fcee', 'id': u'8556d011-7c5e-4767-a025-2b018befdf12', 'size': 12716032, u'self': u'/v2/images/8556d011-7c5e-4767-a025-2b018befdf12', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd86aed88c22468d9d14eb34da85fcee', 'name': 'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8556d011-7c5e-4767-a025-2b018befdf12/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T19:22:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T19:22:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8556d011-7c5e-4767-a025-2b018befdf12', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'created': u'2018-09-07T19:22:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T19:22:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8556d011-7c5e-4767-a025-2b018befdf12', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 19:22:39,244 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', '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'a3d1e38333674f33ba762d66c366b2a8', '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'157b16aa-e3bd-4b7d-973a-b114808c17ab', 'swap': 0}) 2018-09-07 19:22:39,266 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', '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'a3d1e38333674f33ba762d66c366b2a8', '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'157b16aa-e3bd-4b7d-973a-b114808c17ab', 'swap': 0}) 2018-09-07 19:22:42,445 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-07 19:22:41.405 11230 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) for deployment 'opnfv-rally' (UUID=4bc385ff-f1e6-4ac1-8999-f236da864b74). 2018-09-07 19:22:42.273 11230 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-07 19:22:42.275 11230 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) has been successfully configured for deployment 'opnfv-rally' (UUID=4bc385ff-f1e6-4ac1-8999-f236da864b74)! 2018-09-07 19:22:42,446 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-07 19:22:42,446 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-07 19:22:42,449 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-07 19:22:47,765 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-07 19:22:47,782 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-07 19:22:47,783 - 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-09-07 19:22:49,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:22:49.986 11242 INFO rally.api [-] Starting verification (UUID=37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb) for deployment 'opnfv-rally' (UUID=4bc385ff-f1e6-4ac1-8999-f236da864b74) by verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3). 2018-09-07 19:22:49,987 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb 2018-09-07 19:22:57,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:22:57.352 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.201s] 2018-09-07 19:22:57,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:22:57.420 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.069s] 2018-09-07 19:22:59,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:22:59.629 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.388s] 2018-09-07 19:23:01,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:01.131 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.232s] 2018-09-07 19:23:10,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:10.208 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.005s] 2018-09-07 19:23:20,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:20.233 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.596s] 2018-09-07 19:23:24,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:24.965 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-09-07 19:23:25,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.474 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-09-07 19:23:25,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.487 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-09-07 19:23:25,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.628 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.141s] 2018-09-07 19:23:25,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.640 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-09-07 19:23:25,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.652 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-09-07 19:23:25,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.687 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-09-07 19:23:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.753 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.065s] 2018-09-07 19:23:25,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.818 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.064s] 2018-09-07 19:23:26,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:26.738 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.919s] 2018-09-07 19:23:26,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:26.757 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.019s] 2018-09-07 19:23:26,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:26.828 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-09-07 19:23:28,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:28.983 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.017s] 2018-09-07 19:23:34,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:34.361 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-09-07 19:23:38,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:38.527 11242 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-09-07 19:23:38,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:38.602 11242 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-09-07 19:23:38,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:38.679 11242 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-09-07 19:23:42,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:42.451 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [35.385s] 2018-09-07 19:23:43,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:43.771 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.325s] 2018-09-07 19:23:44,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:44.104 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.180s] 2018-09-07 19:23:44,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:44.275 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.170s] 2018-09-07 19:23:45,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:45.187 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.911s] 2018-09-07 19:23:45,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:45.339 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.153s] 2018-09-07 19:23:45,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:45.508 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.169s] 2018-09-07 19:23:46,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:46.935 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.698s] 2018-09-07 19:23:56,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:56.691 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.598s] 2018-09-07 19:23:57,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:57.314 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.622s] 2018-09-07 19:23:58,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:58.168 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.854s] 2018-09-07 19:23:59,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.088 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.919s] 2018-09-07 19:23:59,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.632 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.544s] 2018-09-07 19:23:59,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.714 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.081s] 2018-09-07 19:23:59,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.796 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.083s] 2018-09-07 19:23:59,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.862 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-09-07 19:23:59,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.930 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-09-07 19:24:00,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:00.150 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.219s] 2018-09-07 19:24:00,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:00.280 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.655s] 2018-09-07 19:24:00,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:00.300 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.149s] 2018-09-07 19:24:01,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:01.255 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.320s] 2018-09-07 19:24:02,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:02.815 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.533s] 2018-09-07 19:24:07,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:07.570 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.754s] 2018-09-07 19:24:11,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:11.177 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.606s] 2018-09-07 19:24:15,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:15.646 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.469s] 2018-09-07 19:24:19,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:19.541 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.894s] 2018-09-07 19:24:22,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:22.765 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.223s] 2018-09-07 19:24:29,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:29.655 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.889s] 2018-09-07 19:24:36,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.222 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.566s] 2018-09-07 19:24:36,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.342 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.120s] 2018-09-07 19:24:36,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.586 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.243s] 2018-09-07 19:24:36,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.678 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.092s] 2018-09-07 19:24:36,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.737 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.059s] 2018-09-07 19:24:36,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.848 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.110s] 2018-09-07 19:24:36,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.983 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.135s] 2018-09-07 19:24:37,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:37.037 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-09-07 19:24:37,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:37.099 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.061s] 2018-09-07 19:24:43,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:43.448 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.347s] 2018-09-07 19:24:51,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:51.308 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.150s] 2018-09-07 19:24:51,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:51.622 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [15.865s] 2018-09-07 19:24:52,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:52.933 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.623s] 2018-09-07 19:24:53,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:53.636 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.703s] 2018-09-07 19:24:54,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:54.589 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.952s] 2018-09-07 19:24:55,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:55.505 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.915s] 2018-09-07 19:24:57,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:57.558 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.051s] 2018-09-07 19:24:58,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.438 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.881s] 2018-09-07 19:24:58,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.571 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.132s] 2018-09-07 19:24:58,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.600 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.029s] 2018-09-07 19:24:58,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.620 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-09-07 19:24:58,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.641 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.021s] 2018-09-07 19:25:04,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:04.610 11242 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.125s] 2018-09-07 19:25:05,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:05.453 11242 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.843s] 2018-09-07 19:25:16,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:16.491 11242 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.970s] 2018-09-07 19:25:16,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:16.964 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.690s] 2018-09-07 19:25:21,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:21.166 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.332s] 2018-09-07 19:25:21,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:21.386 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [64.539s] 2018-09-07 19:25:21,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:21.451 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-09-07 19:25:21,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:21.517 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.351s] 2018-09-07 19:25:22,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:22.267 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.814s] 2018-09-07 19:25:22,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:22.367 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.099s] 2018-09-07 19:25:22,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:22.369 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-09-07 19:25:23,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:23.965 11242 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.472s] 2018-09-07 19:26:00,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:00.581 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [68.962s] 2018-09-07 19:26:02,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:02.347 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.184s] 2018-09-07 19:26:02,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:02.414 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-09-07 19:26:03,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:03.846 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.430s] 2018-09-07 19:26:03,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:03.943 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-09-07 19:26:03,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:03.946 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-09-07 19:26:26,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:26.958 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.401s] 2018-09-07 19:26:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:27.177 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.218s] 2018-09-07 19:26:27,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:27.370 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.193s] 2018-09-07 19:26:27,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:27.796 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.425s] 2018-09-07 19:26:28,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:28.185 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.388s] 2018-09-07 19:26:28,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:28.581 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.395s] 2018-09-07 19:26:36,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:36.404 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [35.816s] 2018-09-07 19:26:39,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:39.432 11242 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.715s] 2018-09-07 19:26:41,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:41.456 11242 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.023s] 2018-09-07 19:26:50,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:50.179 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.882s] 2018-09-07 19:26:51,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:51.697 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.517s] 2018-09-07 19:26:55,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:55.428 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.024s] 2018-09-07 19:26:55,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:55.605 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.904s] 2018-09-07 19:26:56,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:56.985 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.382s] 2018-09-07 19:26:58,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:58.620 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.633s] 2018-09-07 19:26:59,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:59.816 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.196s] 2018-09-07 19:27:01,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:01.901 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.082s] 2018-09-07 19:27:01,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:01.956 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.057s] 2018-09-07 19:27:05,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:05.519 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.167s] 2018-09-07 19:27:11,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:11.580 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.643s] 2018-09-07 19:27:12,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:12.328 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.747s] 2018-09-07 19:27:22,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:22.839 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.454s] 2018-09-07 19:27:25,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:25.025 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.185s] 2018-09-07 19:27:27,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:27.091 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.064s] 2018-09-07 19:27:29,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:29.237 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.146s] 2018-09-07 19:27:31,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:31.003 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.765s] 2018-09-07 19:27:33,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:33.150 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.146s] 2018-09-07 19:27:33,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:33.947 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.798s] 2018-09-07 19:27:35,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:35.018 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.070s] 2018-09-07 19:27:36,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:36.026 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.007s] 2018-09-07 19:27:37,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:37.591 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.562s] 2018-09-07 19:27:38,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:38.264 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.674s] 2018-09-07 19:27:39,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:39.032 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.767s] 2018-09-07 19:27:39,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:39.960 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.927s] 2018-09-07 19:27:41,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:41.634 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.672s] 2018-09-07 19:27:42,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:42.441 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.807s] 2018-09-07 19:27:43,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:43.631 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [1.190s] 2018-09-07 19:27:44,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:44.305 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.673s] 2018-09-07 19:27:45,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:45.409 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.102s] 2018-09-07 19:27:49,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:49.664 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [37.328s] 2018-09-07 19:27:52,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:52.909 11242 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.259s] 2018-09-07 19:28:01,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:01.726 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.132s] 2018-09-07 19:28:02,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:02.987 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.370s] 2018-09-07 19:28:03,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:03.050 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.063s] 2018-09-07 19:28:06,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:06.464 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.737s] 2018-09-07 19:28:08,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:08.813 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.348s] 2018-09-07 19:28:08,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:08.868 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2018-09-07 19:28:09,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:09.066 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.197s] 2018-09-07 19:28:09,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:09.139 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.072s] 2018-09-07 19:28:09,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:09.320 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.181s] 2018-09-07 19:28:14,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:14.344 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.188s] 2018-09-07 19:28:14,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:14.527 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.183s] 2018-09-07 19:28:16,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:16.075 11242 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.162s] 2018-09-07 19:28:27,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:27.020 11242 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.098s] 2018-09-07 19:28:36,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:36.931 11242 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.908s] 2018-09-07 19:28:48,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:48.177 11242 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.246s] 2018-09-07 19:28:55,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:55.106 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [205.150s] 2018-09-07 19:29:23,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:23.203 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.088s] 2018-09-07 19:29:35,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:35.901 11242 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.314s] 2018-09-07 19:29:50,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.138 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2018-09-07 19:29:50,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.307 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.169s] 2018-09-07 19:29:50,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.501 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.193s] 2018-09-07 19:29:50,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.672 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.170s] 2018-09-07 19:29:50,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.861 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.188s] 2018-09-07 19:29:51,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:51.592 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.730s] 2018-09-07 19:29:51,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:51.645 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.053s] 2018-09-07 19:29:51,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:51.778 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.131s] 2018-09-07 19:29:51,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:51.818 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-09-07 19:29:52,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:52.014 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.195s] 2018-09-07 19:30:04,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:04.740 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.420s] 2018-09-07 19:30:04,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:04.904 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.163s] 2018-09-07 19:30:10,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:10.044 11242 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.262s] 2018-09-07 19:30:18,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:18.032 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.285s] 2018-09-07 19:30:18,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:18.912 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.879s] 2018-09-07 19:30:31,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:31.753 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-09-07 19:30:31,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:31.945 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.192s] 2018-09-07 19:30:32,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:32.144 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.198s] 2018-09-07 19:30:32,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:32.706 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.561s] 2018-09-07 19:30:32,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:32.943 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.236s] 2018-09-07 19:30:33,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.298 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.354s] 2018-09-07 19:30:33,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.337 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-09-07 19:30:33,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.384 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2018-09-07 19:30:33,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.436 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.051s] 2018-09-07 19:30:33,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.640 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.204s] 2018-09-07 19:30:33,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.680 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-09-07 19:30:33,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.893 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.211s] 2018-09-07 19:30:34,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:34.132 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.238s] 2018-09-07 19:30:34,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:34.181 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.048s] 2018-09-07 19:30:34,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:34.231 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-09-07 19:30:40,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:40.797 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.162s] 2018-09-07 19:30:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:40.980 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.182s] 2018-09-07 19:30:41,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.172 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.191s] 2018-09-07 19:30:41,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.331 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.158s] 2018-09-07 19:30:41,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.873 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.541s] 2018-09-07 19:30:41,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.891 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.018s] 2018-09-07 19:30:41,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.940 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.048s] 2018-09-07 19:30:42,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:42.133 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.192s] 2018-09-07 19:30:42,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:42.660 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.522s] 2018-09-07 19:30:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:42.839 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.182s] 2018-09-07 19:30:43,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.007 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.168s] 2018-09-07 19:30:43,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.196 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.188s] 2018-09-07 19:30:43,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.392 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.195s] 2018-09-07 19:30:43,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.430 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.038s] 2018-09-07 19:30:43,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.465 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-09-07 19:30:43,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.475 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-09-07 19:30:43,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.510 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.035s] 2018-09-07 19:30:43,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.544 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-09-07 19:30:44,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:44.106 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.561s] 2018-09-07 19:30:44,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:44.277 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.171s] 2018-09-07 19:30:48,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb 2018-09-07 19:30:48,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb']'. 2018-09-07 19:30:49,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-07 19:30:49,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-07 19:22:49 | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-07 19:30:48 | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:59 | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 723d1626-52ae-456b-854e-90bbef0879a3) | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4bc385ff-f1e6-4ac1-8999-f236da864b74) | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 469.037 | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 199 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-07 19:30:49,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.5% 2018-09-07 19:30:49,870 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 19:30:49,870 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:21 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-09-07 19:31:01,813 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-09-07 19:31:01,867 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-09-07 19:31:02,790 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_df157621-c801-4006-b144-d6701981cf68', 'id': u'd655cbaf75954337bc7f75ed618fcef1', '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-09-07 19:31:03,252 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b9f9399d3baa4d43b5d0e78c82cac71a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_df157621-c801-4006-b144-d6701981cf68'}) 2018-09-07 19:31:03,410 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 19:31:03,589 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95'}, 'domain_id': None, 'human_id': None, 'id': u'1d8a2b9a1b61492c91ad0f4091d07d95', 'HUMAN_ID': False}) 2018-09-07 19:31:04,079 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_df157621-c801-4006-b144-d6701981cf68', 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': '0d485352-31b9-492a-a539-bb3b64a27cfc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_df157621-c801-4006-b144-d6701981cf68', 'project_id': u'd655cbaf75954337bc7f75ed618fcef1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-07 19:31:04,085 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_df157621-c801-4006-b144-d6701981cf68', 'password': '0d485352-31b9-492a-a539-bb3b64a27cfc', 'project_name': 'patrole-project_df157621-c801-4006-b144-d6701981cf68', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'd655cbaf75954337bc7f75ed618fcef1', 'project_domain_name': 'Default'} 2018-09-07 19:31:04,792 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 19:31:07,318 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-07 19:31:06.888 11288 INFO rally.deployment.engine [-] Deployment 4bc385ff-f1e6-4ac1-8999-f236da864b74 | Starting: Destroy cloud and free allocated resources. 2018-09-07 19:31:06.979 11288 INFO rally.deployment.engine [-] Deployment 4bc385ff-f1e6-4ac1-8999-f236da864b74 | Completed: Destroy cloud and free allocated resources. 2018-09-07 19:31:07.028 11288 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) for deployment 'opnfv-rally'. 2018-09-07 19:31:07.051 11288 INFO rally.api [-] Deleting verification (UUID=37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb). 2018-09-07 19:31:07.099 11288 INFO rally.api [-] Verification has been successfully deleted! 2018-09-07 19:31:07.100 11288 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3). 2018-09-07 19:31:07.112 11288 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-07 19:31:09,712 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 19:31:09.404 11291 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fac521b3-a2db-4890-88a9-f00a1b115a51) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fac521b3-a2db-4890-88a9-f00a1b115a51 | 2018-09-07T19:31:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fac521b3-a2db-4890-88a9-f00a1b115a51 ~/.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-09-07 19:31:13,169 - 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-09-07 19:31:13,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-07 19:31:15,426 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-07 19:31:15.150 11297 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3). 2018-09-07 19:31:15.291 11297 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-07 19:31:19,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-07 19:31:17.385 11300 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-07 19:31:17.542 11300 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-07 19:31:18.830 11300 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) as the default verifier for the future CLI operations. 2018-09-07 19:31:22,058 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-09-07 19:31:22,806 - 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-09-07T19:31:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'36f04f71-af72-42e6-8249-d87f4b97d94d', u'provider:segmentation_id': 50, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_df157621-c801-4006-b144-d6701981cf68', u'admin_state_up': True, u'tenant_id': u'd655cbaf75954337bc7f75ed618fcef1', u'created_at': u'2018-09-07T19:31:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'd655cbaf75954337bc7f75ed618fcef1'}) 2018-09-07 19:31:24,009 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T19:31: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'c9ca87c5-cba4-478e-b129-c7e275362fac', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_df157621-c801-4006-b144-d6701981cf68', u'enable_dhcp': True, u'network_id': u'36f04f71-af72-42e6-8249-d87f4b97d94d', u'tenant_id': u'd655cbaf75954337bc7f75ed618fcef1', u'created_at': u'2018-09-07T19:31: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'd655cbaf75954337bc7f75ed618fcef1'}) 2018-09-07 19:31:25,132 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd655cbaf75954337bc7f75ed618fcef1', u'created_at': u'2018-09-07T19:31:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-07T19:31:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'd655cbaf75954337bc7f75ed618fcef1', u'id': u'52bdd854-df7d-4b59-9c05-c44ffd4ece3c', u'name': u'patrole-router_df157621-c801-4006-b144-d6701981cf68'}) 2018-09-07 19:31:29,999 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/file', 'owner': u'd655cbaf75954337bc7f75ed618fcef1', 'id': u'37da5d71-5541-4616-88ba-6a4654edd89d', 'size': 12716032, u'self': u'/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd655cbaf75954337bc7f75ed618fcef1', 'name': 'patrole-project_df157621-c801-4006-b144-d6701981cf68', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T19:31:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T19:31:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_df157621-c801-4006-b144-d6701981cf68', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_df157621-c801-4006-b144-d6701981cf68', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_df157621-c801-4006-b144-d6701981cf68', 'created': u'2018-09-07T19:31:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T19:31:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_df157621-c801-4006-b144-d6701981cf68', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 19:31:30,575 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_df157621-c801-4006-b144-d6701981cf68', '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'a3d1e38333674f33ba762d66c366b2a8', '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'4ed5b814-4423-4e03-aa3f-f39d409bb5df', 'swap': 0}) 2018-09-07 19:31:33,408 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/file', 'owner': u'd655cbaf75954337bc7f75ed618fcef1', 'id': u'eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b', 'size': 12716032, u'self': u'/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd655cbaf75954337bc7f75ed618fcef1', 'name': 'patrole-project_df157621-c801-4006-b144-d6701981cf68', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T19:31:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T19:31:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_df157621-c801-4006-b144-d6701981cf68', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_df157621-c801-4006-b144-d6701981cf68', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_df157621-c801-4006-b144-d6701981cf68', 'created': u'2018-09-07T19:31:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T19:31:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_df157621-c801-4006-b144-d6701981cf68', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 19:31:33,459 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_df157621-c801-4006-b144-d6701981cf68', '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'a3d1e38333674f33ba762d66c366b2a8', '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'f4778dd4-6b3a-4bc2-acc7-54d24869deca', 'swap': 0}) 2018-09-07 19:31:33,481 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_df157621-c801-4006-b144-d6701981cf68', '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'a3d1e38333674f33ba762d66c366b2a8', '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'f4778dd4-6b3a-4bc2-acc7-54d24869deca', 'swap': 0}) 2018-09-07 19:31:36,624 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-07 19:31:35.592 11319 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) for deployment 'opnfv-rally' (UUID=fac521b3-a2db-4890-88a9-f00a1b115a51). 2018-09-07 19:31:36.449 11319 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-07 19:31:36.451 11319 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) has been successfully configured for deployment 'opnfv-rally' (UUID=fac521b3-a2db-4890-88a9-f00a1b115a51)! 2018-09-07 19:31:36,624 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-07 19:31:36,625 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-07 19:31:36,628 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-07 19:31:36,634 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-07 19:31:39,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-128a5cdc-c302-415a-bb27-8af3e42e09f5/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-09-07 19:31:39,906 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-07 19:31:39,933 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-07 19:31:39,934 - 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-09-07 19:31:42,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:31:42.094 11328 INFO rally.api [-] Starting verification (UUID=019ad035-3ddd-4132-899b-2f265b411265) for deployment 'opnfv-rally' (UUID=fac521b3-a2db-4890-88a9-f00a1b115a51) by verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5). 2018-09-07 19:31:42,095 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 019ad035-3ddd-4132-899b-2f265b411265 2018-09-07 19:34:19,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 019ad035-3ddd-4132-899b-2f265b411265 2018-09-07 19:34:19,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '019ad035-3ddd-4132-899b-2f265b411265']'. 2018-09-07 19:34:20,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-07 19:34:20,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-07 19:34:20,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 019ad035-3ddd-4132-899b-2f265b411265 | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-07 19:31:41 | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-07 19:34:19 | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 128a5cdc-c302-415a-bb27-8af3e42e09f5) | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fac521b3-a2db-4890-88a9-f00a1b115a51) | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.742 | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-07 19:34:20,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-09-07 19:34:21,101 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 19:34:21,102 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-07 19:34:30,739 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-09-07 19:34:31,705 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-09-07 19:34:52,469 - 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-09-07 19:34:52,501 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-09-07 19:34:52,749 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-09-07 19:34:52,865 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 19:34:52,866 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-07 19:34:52,921 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-09-07 19:34:54,721 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 19:34:57,859 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-07 19:34:57,859 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-09-07 20:22:25,883 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 20:22:25,883 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 47:28 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-09-07 20:22:26,936 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-09-07 20:22:26,989 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-09-07 20:22:28,439 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 20:22:29,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 20:22:32,393 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-07 20:22:31.936 11420 INFO rally.deployment.engine [-] Deployment fac521b3-a2db-4890-88a9-f00a1b115a51 | Starting: Destroy cloud and free allocated resources. 2018-09-07 20:22:32.029 11420 INFO rally.deployment.engine [-] Deployment fac521b3-a2db-4890-88a9-f00a1b115a51 | Completed: Destroy cloud and free allocated resources. 2018-09-07 20:22:32.086 11420 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) for deployment 'opnfv-rally'. 2018-09-07 20:22:32.117 11420 INFO rally.api [-] Deleting verification (UUID=019ad035-3ddd-4132-899b-2f265b411265). 2018-09-07 20:22:32.168 11420 INFO rally.api [-] Verification has been successfully deleted! 2018-09-07 20:22:32.168 11420 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5). 2018-09-07 20:22:32.182 11420 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-07 20:22:34,819 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 20:22:34.507 11423 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=abcdbcf4-5025-44b9-84de-177a2904a8a3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | abcdbcf4-5025-44b9-84de-177a2904a8a3 | 2018-09-07T20:22:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: abcdbcf4-5025-44b9-84de-177a2904a8a3 ~/.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-09-07 20:22:38,095 - 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-09-07 20:22:38,096 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-07 20:22:40,529 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-07 20:22:40.145 11429 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5). 2018-09-07 20:22:40.286 11429 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-07 20:22:44,135 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-07 20:22:42.552 11432 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-07 20:22:42.693 11432 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-07 20:22:43.945 11432 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=55efd733-a8ae-4f01-a667-09c918335641) has been successfully created! Using verifier 'opnfv-tempest' (UUID=55efd733-a8ae-4f01-a667-09c918335641) as the default verifier for the future CLI operations. 2018-09-07 20:22:47,237 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-09-07 20:22:50,743 - functest.core.tenantnetwork - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 234, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 225, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router neutron_trunk-router_2aab3468-b2e1-4b6d-af91-0341ed41349d. (409) Client Error for url: http://172.30.9.25:9696/v2.0/routers.json No more IP addresses available on network e537ef2c-765f-4452-9b85-388ace121512. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-09-07 20:22:50,798 - functest.core.singlevm - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 237, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-09-07 20:22:50,805 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 330, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-09-07 20:22:50,923 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 20:22:50,923 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:04 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-09-07 20:22:55,792 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-09-07 20:22:55,793 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:46 | FAIL | | vping_userdata | functest | smoke | 00:29 | PASS | | tempest_smoke_serial | functest | smoke | 13:27 | PASS | | rally_sanity | functest | smoke | 25:23 | PASS | | refstack_defcore | functest | smoke | 08:21 | FAIL | | patrole | functest | smoke | 02:59 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 47:28 | FAIL | | neutron_trunk | functest | smoke | 00:04 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-09-07 20:22:55,803 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-07 20:23:02,925 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-09-07 20:23:02,931 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 20:23:02,932 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 20:23:02,933 - 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-09-07 20:23:02,958 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-09-07 20:23:02,989 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-09-07 20:26:32,304 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-09-07 20:26:32,423 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 20:26:32,424 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:29 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-09-07 20:26:32,453 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-09-07 20:26:34,734 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-09-07 20:26:36,402 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-09-07 20:26:38,465 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-09-07 20:26:39,294 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-09-07 20:26:39,294 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-09-07 20:26:39,340 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-09-07 20:26:39,882 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-09-07 20:27:11,615 - 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-09-07 20:27:11,615 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-09-07 20:27:11,615 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-09-07 20:27:11,709 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-09-07 20:27:40,644 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-09-07 20:27:40,645 - 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-09-07 20:27:40,645 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-09-07 20:27:40,646 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-09-07 20:27:40,646 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-09-07 20:27:40,797 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-09-07 20:27:40,807 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:27:41,830 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:27:44,165 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-09-07 20:27:44,413 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f4112478-4a2e-4e6f-8a48-c572c79a223b' created successfully 2018-09-07 20:27:44,414 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:27:44,959 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e' created successfully 2018-09-07 20:27:44,959 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:27:45,062 - sdnvpn.lib.openstack_utils - DEBUG - Router '7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf' created successfully 2018-09-07 20:27:45,063 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:27:46,880 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:27:46,880 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:27:48,366 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:27:48,856 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-09-07 20:27:49,252 - sdnvpn.lib.openstack_utils - DEBUG - Network '4917532a-c23e-4c79-aa84-7918a0a7be01' created successfully 2018-09-07 20:27:49,252 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:27:49,689 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '9566bfdc-0a48-4671-a829-aea453788143' created successfully 2018-09-07 20:27:49,689 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:27:49,689 - sdnvpn.lib.openstack_utils - DEBUG - Router '7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf' created successfully 2018-09-07 20:27:49,689 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:27:51,241 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:27:51,241 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:27:52,151 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:27:52,419 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-09-07 20:27:52,776 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=6f829573-2f15-46c3-8957-08c4eb5eb777 created successfully. 2018-09-07 20:27:52,776 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-09-07 20:27:52,776 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-09-07 20:27:52,955 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-09-07 20:27:52,955 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-07 20:27:53,279 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-07 20:27:53,705 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-07 20:29:11,662 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:29:48,228 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.201 -c 10' 2018-09-07 20:30:09,579 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-09-07 20:30:09,580 - 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.201': 'PASS'}]} 2018-09-07 20:30:09,580 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-09-07 20:30:09,580 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-09-07 20:30:09,580 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-09-07 20:30:09,674 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-09-07 20:30:24,234 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-09-07 20:30:24,235 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-09-07 20:30:24,288 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-09-07 20:30:24,349 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-09-07 20:30:24,409 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-09-07 20:30:25,058 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-09-07 20:30:25,103 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.23 2018-09-07 20:30:34,122 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-09-07 20:30:34,176 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-09-07 20:30:34,177 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-09-07 20:30:42,673 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:30:43,303 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-09-07 20:30:43,356 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=7bef62b7-cfb9-48b2-a1cd-e2e96bf14119 created successfully. 2018-09-07 20:30:43,993 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:30:44,656 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-07 20:30:45,634 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-09-07 20:30:46,078 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f12bceed-0bfc-49ec-9a15-3dfe7719245c' created successfully 2018-09-07 20:30:46,078 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:30:46,629 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '63c0fe28-8626-40fa-8983-6efdde039f55' created successfully 2018-09-07 20:30:46,629 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:30:46,784 - sdnvpn.lib.openstack_utils - DEBUG - Router '95ab34cf-eb01-4538-90ba-c470c88412d4' created successfully 2018-09-07 20:30:46,784 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:30:48,370 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:30:48,370 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:30:50,553 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:30:50,950 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-09-07 20:30:51,192 - sdnvpn.lib.openstack_utils - DEBUG - Network '6c89f0e7-304b-4890-a35a-02a0d441dd8c' created successfully 2018-09-07 20:30:51,192 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:30:51,791 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c822a45b-b46d-47e8-b125-8b410629c0ac' created successfully 2018-09-07 20:30:51,791 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:30:51,931 - sdnvpn.lib.openstack_utils - DEBUG - Router 'aaa7537a-25b2-4586-ab3e-4e573c9d1590' created successfully 2018-09-07 20:30:51,931 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:30:53,261 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:30:53,262 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:30:54,583 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:30:55,534 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-09-07 20:34:20,189 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-09-07 20:34:20,189 - 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-09-07 20:34:20,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-09-07 20:34:20,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-09-07 20:34:20,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-09-07 20:34:20,271 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-09-07 20:34:20,280 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:34:20,280 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-09-07 20:34:21,227 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:34:26,065 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:35:07,003 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-159986', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [u'55:55'], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'0d5a033d-55ee-4888-8ed9-74d1d5389037'}} 2018-09-07 20:35:32,256 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:36:05,033 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-490644', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [u'88:88'], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'c26399c4-7f1f-4d99-90d2-8d82ea0635ea'}} 2018-09-07 20:36:08,404 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:36:50,689 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-09-07 20:36:50,689 - 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-09-07 20:36:50,689 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-09-07 20:36:50,689 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-09-07 20:36:50,689 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-09-07 20:36:50,777 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-09-07 20:36:50,786 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:36:51,700 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:36:57,204 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:38:02,973 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-887114', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'f52f87d9-0227-4336-a21a-0e89678012e4'}} 2018-09-07 20:41:31,514 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:42:34,902 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-887114', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'8ccd9603-d2f3-43ca-a0b3-3a403c90cecb'}} 2018-09-07 20:42:39,191 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:43:24,946 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-09-07 20:43:24,947 - 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'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-09-07 20:43:24,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-09-07 20:43:24,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-09-07 20:43:24,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-09-07 20:43:25,038 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-09-07 20:43:25,047 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:43:39,554 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:43:43,769 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:45:00,203 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-09-07 20:46:31,138 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-09-07 20:48:01,844 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-09-07 20:48:38,288 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-09-07 20:48:38,288 - 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 312, actual flow count 312': 'PASS'}, {'OVS groups are programmed after resync expected group count 43, actual group count 43': 'PASS'}, {'OVS flows are programmed after resync expected flow count 312, actual flow count 330': 'PASS'}, {'OVS groups are programmed after resync expected group count 43, actual group count 43': 'PASS'}]} 2018-09-07 20:48:38,288 - 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-09-07 20:48:38,288 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-09-07 20:48:38,289 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-09-07 20:48:38,383 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-09-07 20:48:38,393 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:48:52,607 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:48:56,892 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:51:16,273 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-09-07 20:51:52,758 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-09-07 20:52:23,005 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-09-07 20:52:23,006 - 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-09-07 20:52:23,006 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-09-07 20:52:23,007 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-09-07 20:52:23,007 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-09-07 20:52:23,086 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-09-07 20:52:23,096 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:52:23,679 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:52:26,366 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-09-07 20:52:26,622 - sdnvpn.lib.openstack_utils - DEBUG - Network '0c4e132f-7630-4200-9157-6b84fba1ec91' created successfully 2018-09-07 20:52:26,622 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:52:27,329 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '33628ed3-ae12-415c-8fb3-d6392b5437bb' created successfully 2018-09-07 20:52:27,329 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:52:27,500 - sdnvpn.lib.openstack_utils - DEBUG - Router 'cbf0374a-d70f-47e8-8ac2-f0e56fd642a7' created successfully 2018-09-07 20:52:27,500 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:52:28,842 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:52:28,842 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:52:30,365 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:52:31,349 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:53:32,238 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-781872', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'10c6b841-e9ab-4d6b-b888-6095a7d0ee4a'}} 2018-09-07 20:55:12,285 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:56:15,859 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-781872', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'cff80ab6-d92f-4d69-8ae5-c3514702d167'}} 2018-09-07 20:56:19,895 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:56:49,926 - 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-09-07 20:57:02,093 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-09-07 20:57:02,093 - 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-09-07 20:57:02,093 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-09-07 20:57:02,093 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-09-07 20:57:02,093 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-09-07 20:57:02,185 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-09-07 20:57:09,144 - functest.opnfv_tests.openstack.tempest.conf_utils - ERROR - Tempest verifier not found. 2018-09-07 20:57:09,182 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.run_tempest: Error with command:rally verify list-verifiers | awk '/opnfv-tempest/ {print $2}' Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 109, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_tempest.py", line 31, in main verifier_id = tempest_utils.get_verifier_id() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/conf_utils.py", line 118, in get_verifier_id raise Exception('Error with command:%s' % cmd) Exception: Error with command:rally verify list-verifiers | awk '/opnfv-tempest/ {print $2}' 2018-09-07 20:57:09,183 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.run_tempest failed 2018-09-07 20:57:09,183 - 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-09-07 20:57:09,183 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-09-07 20:57:09,183 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-09-07 20:57:09,287 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-09-07 20:57:09,302 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:57:09,848 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:57:12,897 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 21:01:36,386 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '74ffa412-c462-40da-b02d-24425d5d51fa')]: Unable to complete operation on subnet 74ffa412-c462-40da-b02d-24425d5d51fa: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-a3668656-5dd4-43b6-ba93-bfe16fc92724'] 2018-09-07 21:01:36,404 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-09-07 21:01:36,404 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-1': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-09-07 21:01:36,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-09-07 21:01:36,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-09-07 21:01:36,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-09-07 21:01:36,496 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-09-07 21:01:36,496 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-09-07 21:01:36,507 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 21:01:37,107 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-09-07 21:01:49,646 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-09-07 21:01:49,721 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=d1a443eb-d886-425f-ae01-19bafe2ca775 created successfully. 2018-09-07 21:01:50,846 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-09-07 21:01:51,149 - sdnvpn.lib.openstack_utils - DEBUG - Network '7f9701f9-698f-4d30-bd47-c005f47b1868' created successfully 2018-09-07 21:01:51,149 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 21:01:51,766 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'b8e72179-53c3-4618-9434-8580c2f85151' created successfully 2018-09-07 21:01:51,766 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 21:01:52,068 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b9e04bd3-c65d-4276-8560-3f48c5caf750' created successfully 2018-09-07 21:01:52,069 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 21:01:54,083 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 21:01:54,084 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 21:01:55,616 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 21:01:55,716 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 21:04:44,531 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 21:06:01,403 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-409509', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'247535d4-d013-4a6e-a07b-d28fed8a3dee'}} 2018-09-07 21:06:02,709 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 21:06:34,883 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-09-07 21:06:46,652 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-09-07 21:06:46,652 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'PASS', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'PASS'}]} 2018-09-07 21:06:46,652 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-09-07 21:06:46,894 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-09-07 21:07:02,004 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:09,741 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:09,759 - 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-09-07 21:07:15,310 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:15,327 - 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-09-07 21:07:19,149 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:19,166 - 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-09-07 21:07:19,641 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:19,657 - 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-09-07 21:07:19,957 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:19,972 - 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-09-07 21:07:20,002 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-09-07 21:07:21,845 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 21:07:21,845 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 40:47 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-09-07 21:07:21,851 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-09-07 21:07:21,852 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:29 | PASS | | bgpvpn | sdnvpn | features | 40:47 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-09-07 21:07:21,859 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-07 21:07:29,284 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-09-07 21:07:29,290 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 21:07:29,290 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 21:07:29,291 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-07 21:07:29,292 - 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-09-07 21:07:29,295 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-07 21:07:34,211 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-09-07 21:07:34,218 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 21:07:34,218 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 21:07:34,219 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-07 21:07:34,220 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-09-07 21:07:34,221 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-07 21:08:03,241 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-09-07 21:08:03,247 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 21:08:03,247 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full 2018-09-07 21:08:03,247 - xtesting.ci.run_tests - ERROR - Unknown test case or tier 'tempest_full', or not supported by the given scenario 'os-odl-bgpvpn-ha'. 2018-09-07 21:08:03,247 - xtesting.ci.run_tests - DEBUG - Available tiers are: +--------------------+---------------+-----------------+---------------------------------------------+------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +--------------------+---------------+-----------------+---------------------------------------------+------------------------------------------+ | components | 3 | weekly | Extensive testing of OpenStack API. | tempest_full_parallel rally_full | +--------------------+---------------+-----------------+---------------------------------------------+------------------------------------------+