2018-08-09 06:50:06,383 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-266 | | 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-08-09 06:50:06,385 - 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=EJbYqd9KjE366krtRcRkyqQYH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-08-09 06:50:06,385 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-09 06:50:06,386 - 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-08-09 06:50:06,395 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-09 06:50:10,653 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-09 06:50:10,653 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-09 06:50:20,439 - 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 9.773s OK 2018-08-09 06:50:20,566 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 06:50:20,567 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-09 06:50:20,592 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-09 06:50:22,871 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-09 06:50:22,871 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-08-09 07:03:03,630 - 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 760.702s OK 2018-08-09 07:03:03,748 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 07:03:03,748 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-09 07:03:03,773 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-09 07:03:04,653 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-09 07:03:04,653 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-08-09 07:03:46,719 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.065s OK 2018-08-09 07:03:46,842 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 07:03:46,842 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-08-09 07:03:46,848 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:41 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-09 07:03:46,853 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-09 07:03:49,538 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-266 | | 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-08-09 07:03:49,541 - 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=EJbYqd9KjE366krtRcRkyqQYH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-08-09 07:03:49,541 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-09 07:03:49,541 - 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-08-09 07:03:49,564 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-09 07:03:51,626 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'id': u'14f3a0ccb99347a0b475719a1a386e3e', '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-08-09 07:03:52,141 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5ee78d25599848a29ca7d753fb539e55', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a'}) 2018-08-09 07:03:52,309 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-09 07:03:52,467 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/e7ce32f155fa4c86beb3a5cf8c78b766'}, 'domain_id': None, 'human_id': None, 'id': u'e7ce32f155fa4c86beb3a5cf8c78b766', 'HUMAN_ID': False}) 2018-08-09 07:03:53,036 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 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': '58943c24-e746-4a68-8345-09504a1c7b1c', 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_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'project_id': u'14f3a0ccb99347a0b475719a1a386e3e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-09 07:03:53,042 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'password': '58943c24-e746-4a68-8345-09504a1c7b1c', 'project_name': 'vping_ssh-project_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '14f3a0ccb99347a0b475719a1a386e3e', 'project_domain_name': 'Default'} 2018-08-09 07:03:53,042 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-09 07:03:54,017 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-09T07:03:53Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'60fca0b9-7394-4a57-9dd9-1db064400109', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', u'admin_state_up': True, u'tenant_id': u'14f3a0ccb99347a0b475719a1a386e3e', u'created_at': u'2018-08-09T07:03:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'14f3a0ccb99347a0b475719a1a386e3e'}) 2018-08-09 07:03:55,179 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-09T07:03:54Z', 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'bc41130a-5304-43c9-a027-297681c1c0fb', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', u'enable_dhcp': True, u'network_id': u'60fca0b9-7394-4a57-9dd9-1db064400109', u'tenant_id': u'14f3a0ccb99347a0b475719a1a386e3e', u'created_at': u'2018-08-09T07:03:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'14f3a0ccb99347a0b475719a1a386e3e'}) 2018-08-09 07:03:57,751 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'99b3cce3-84c7-441e-9b73-4f896c0f39c6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'6f032980-a4b7-4dfe-b7e1-1d792bb874a5', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'14f3a0ccb99347a0b475719a1a386e3e', u'created_at': u'2018-08-09T07:03:56Z', u'admin_state_up': True, u'updated_at': u'2018-08-09T07:03:57Z', u'revision_number': 2, u'routes': [], u'project_id': u'14f3a0ccb99347a0b475719a1a386e3e', u'id': u'e876ca68-1e3d-402b-8b05-f4a383883bf0', u'name': u'vping_ssh-router_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a'}) 2018-08-09 07:04:01,614 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/e6a85f0c-0433-4bc5-bba0-c204ac21cabd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e6a85f0c-0433-4bc5-bba0-c204ac21cabd/file', 'owner': u'14f3a0ccb99347a0b475719a1a386e3e', 'id': u'e6a85f0c-0433-4bc5-bba0-c204ac21cabd', 'size': 12716032, u'self': u'/v2/images/e6a85f0c-0433-4bc5-bba0-c204ac21cabd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14f3a0ccb99347a0b475719a1a386e3e', 'name': 'vping_ssh-project_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/e6a85f0c-0433-4bc5-bba0-c204ac21cabd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-09T07:04:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-09T07:04:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e6a85f0c-0433-4bc5-bba0-c204ac21cabd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'created': u'2018-08-09T07:03:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-09T07:03:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e6a85f0c-0433-4bc5-bba0-c204ac21cabd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-09 07:04:01,841 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', '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'978f9f9859e74a51a90e054d94c8ed96', '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'c40717b0-109e-4b5a-922f-41f854550636', 'swap': 0}) 2018-08-09 07:04:02,130 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCh+tSLj/NDfJGXGyotwCHb9QvuT78fbrOWK9+y5SPDvmyVpSFFez7aAyNo13ZAQAtHGU3ip9/8B26xgIQMbHAWDitCdZUsH1W4x3Tbmz5/4mXJtMf4yLky8z1z0yiTBXFgN3vDAjY5DRx/UikzkdOEh2MVcNWH7zDV5sWzj+pvUsp+mSzV0/FSuAvJ8CXYF+i8M0I5xmKqpbm7WzkA8AUhgzvlKhxOrXz2L6i5JOegEyAqspWjKMLVgCqbvgecuu40LjlT3qRv2sYWH/Lq5HxENGo7yh/vZL8Yqkje+smf+/iWm8osOJiOWa64fAUcD8Tn7DMfJeOEKGqycHp+VjO3 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAofrUi4/zQ3yRlxsqLcAh2/UL7k+/H26zlivfsuUjw75slaUh\nRXs+2gMjaNd2QEALRxlN4qff/AdusYCEDGxwFg4rQnWVLB9VuMd025s+f+JlybTH\n+Mi5MvM9c9MokwVxYDd7wwI2OQ0cf1IpM5HThIdjFXDVh+8w1ebFs4/qb1LKfpks\n1dPxUrgLyfAl2BfovDNCOcZiqqW5u1s5APAFIYM75SocTq189i+ouSTnoBMgKrKV\noyjC1YAqm74HnLruNC45U96kb9rGFh/y6uR8RDRqO8of72S/GKpI3vrJn/v4lpvK\nLDiYjlmuuHwFHA/E5+wzHyXjhChqsnB6flYztwIDAQABAoIBAEx3NsMzj2k6cxhc\nUIsMem91vM4hg135SnoH+DBhj4KmcGgsbgp45fDRLnQd0sr98NT9kxD+ovQ9JfpR\nawTaZAdlZPKYw3TyzerO7dGF9fk1DUwtNYGycAsnXMlC05KkLSN4zcn/T02bbOqG\nBME9hBa6OwIyI/tp5Sn1KTtdIxStxkAxoIcUCCE2V/iijY6UF/8ZxNYTsZO/jjzj\njmwVR+krAhfhxEq3UzvBSXrQ7uOFj0v3GVgMsvWA56aRk5Ussafimf1fuCCtRczs\nGVKiL8N3Nz8y0i8xvILw3EBPsEbCoCvNQqhcl60lgbRJ3aF8w9r9WH7abA0mLLjZ\n4KiPrVECgYEA1dYLVO2vYhTfCwdQXg5fc3v2c21PPOGz0H04UIGZfUCxnvTZsD1s\nqEz81S4tEom6e++Kk7OujBEvw3/ySWNiPz5jZTNCpQ/iQXAg0YDGx3N08I27lK1g\nIROZt8kTyjyLFaTCIhc82S1GL1555/X2kgeAuf7omQTi9DvTB0QjqvUCgYEAwesy\n5j/Ia4Sf8q9wcrLzoh9faarqbrBcKEItEzsCOqOlLzn+El3Yox7Ci9FQwPnpNXRY\n3dlAXbScJ9Qk5HrHn2HsPhegI5TRQmqzmQr2SGNERudIkhezyxPl5JmNS8Jo1fuv\nZxAsfBeattOIZRw3G88drfMNbFPLbggC95Wc0HsCgYBuh0O2M2FLDkS3u6ET7NPz\nqmiaAy9I5dT++CqqmkKPFmh5JFB9I1LNr3Wkb0jG4z/sHcYAUIjxR1Tr9W9z9ZXr\n4MCZp6RUE2C8uEuOXsTghVI1oN0LnY4pqqry71F2YFL37gCWhHJkQ12a0HesqVs4\n4f3spdDufzMcUOvkPpk9HQKBgQCFX5ITgN0E7iPgk7/Ac8pTwEYsdCxnUw8fdVxx\nNI207SbIk5dm5HsCvj5KUf27rGc0p8ATXcACcx1P235AUx4HRh9pGXC/6DQA/Uhn\nQ33ejb/BEIP+TyUO0LG2h9IBwEXAnymlth8Sfl2fz1+pQz2397zPDjM2RW/OTt5T\nkOhZDwKBgGVIiVaNlwIXIvnwfypVxpzq+n3BeIx/ru1Irt9qrZSG39/Xnf7BO0Ji\niF7oLBz1CDr+Tdxg/rMdeAcR6+GZmCxMjlzWhZA39nyZCjqrm+deScXrDtcz6lCY\ng9BSSEZKJRIaGSuduMx/A74PlTVWMlU/O+rvPQc+MA6AK5KnsWyM\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5ee78d25599848a29ca7d753fb539e55', 'name': u'vping_ssh-kp_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'created_at': '2018-08-09T07:04:02.130678', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14f3a0ccb99347a0b475719a1a386e3e', 'name': 'vping_ssh-project_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4a:06:9b:97:df:1a:cc:7a:e2:1b:34:85:9a:35:01:ab', 'type': 'ssh', 'id': u'vping_ssh-kp_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a'}) 2018-08-09 07:04:02,131 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAofrUi4/zQ3yRlxsqLcAh2/UL7k+/H26zlivfsuUjw75slaUh RXs+2gMjaNd2QEALRxlN4qff/AdusYCEDGxwFg4rQnWVLB9VuMd025s+f+JlybTH +Mi5MvM9c9MokwVxYDd7wwI2OQ0cf1IpM5HThIdjFXDVh+8w1ebFs4/qb1LKfpks 1dPxUrgLyfAl2BfovDNCOcZiqqW5u1s5APAFIYM75SocTq189i+ouSTnoBMgKrKV oyjC1YAqm74HnLruNC45U96kb9rGFh/y6uR8RDRqO8of72S/GKpI3vrJn/v4lpvK LDiYjlmuuHwFHA/E5+wzHyXjhChqsnB6flYztwIDAQABAoIBAEx3NsMzj2k6cxhc UIsMem91vM4hg135SnoH+DBhj4KmcGgsbgp45fDRLnQd0sr98NT9kxD+ovQ9JfpR awTaZAdlZPKYw3TyzerO7dGF9fk1DUwtNYGycAsnXMlC05KkLSN4zcn/T02bbOqG BME9hBa6OwIyI/tp5Sn1KTtdIxStxkAxoIcUCCE2V/iijY6UF/8ZxNYTsZO/jjzj jmwVR+krAhfhxEq3UzvBSXrQ7uOFj0v3GVgMsvWA56aRk5Ussafimf1fuCCtRczs GVKiL8N3Nz8y0i8xvILw3EBPsEbCoCvNQqhcl60lgbRJ3aF8w9r9WH7abA0mLLjZ 4KiPrVECgYEA1dYLVO2vYhTfCwdQXg5fc3v2c21PPOGz0H04UIGZfUCxnvTZsD1s qEz81S4tEom6e++Kk7OujBEvw3/ySWNiPz5jZTNCpQ/iQXAg0YDGx3N08I27lK1g IROZt8kTyjyLFaTCIhc82S1GL1555/X2kgeAuf7omQTi9DvTB0QjqvUCgYEAwesy 5j/Ia4Sf8q9wcrLzoh9faarqbrBcKEItEzsCOqOlLzn+El3Yox7Ci9FQwPnpNXRY 3dlAXbScJ9Qk5HrHn2HsPhegI5TRQmqzmQr2SGNERudIkhezyxPl5JmNS8Jo1fuv ZxAsfBeattOIZRw3G88drfMNbFPLbggC95Wc0HsCgYBuh0O2M2FLDkS3u6ET7NPz qmiaAy9I5dT++CqqmkKPFmh5JFB9I1LNr3Wkb0jG4z/sHcYAUIjxR1Tr9W9z9ZXr 4MCZp6RUE2C8uEuOXsTghVI1oN0LnY4pqqry71F2YFL37gCWhHJkQ12a0HesqVs4 4f3spdDufzMcUOvkPpk9HQKBgQCFX5ITgN0E7iPgk7/Ac8pTwEYsdCxnUw8fdVxx NI207SbIk5dm5HsCvj5KUf27rGc0p8ATXcACcx1P235AUx4HRh9pGXC/6DQA/Uhn Q33ejb/BEIP+TyUO0LG2h9IBwEXAnymlth8Sfl2fz1+pQz2397zPDjM2RW/OTt5T kOhZDwKBgGVIiVaNlwIXIvnwfypVxpzq+n3BeIx/ru1Irt9qrZSG39/Xnf7BO0Ji iF7oLBz1CDr+Tdxg/rMdeAcR6+GZmCxMjlzWhZA39nyZCjqrm+deScXrDtcz6lCY g9BSSEZKJRIaGSuduMx/A74PlTVWMlU/O+rvPQc+MA6AK5KnsWyM -----END RSA PRIVATE KEY----- 2018-08-09 07:04:12,131 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:23:d0:ba', 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'e6a85f0c-0433-4bc5-bba0-c204ac21cabd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-09T07:04:10.000000', 'flavor': Munch({u'id': u'c40717b0-109e-4b5a-922f-41f854550636'}), 'az': u'nova', 'id': u'86e743f6-956d-4ce6-8e47-95a2edbd10c6', 'security_groups': [Munch({u'name': u'vping_ssh-sg_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5ee78d25599848a29ca7d753fb539e55', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14f3a0ccb99347a0b475719a1a386e3e', 'name': 'vping_ssh-project_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', '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-08-09T07:04:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-09T07:04:10Z', 'hostId': u'e77be5b3e644e1c87836e3d9e985864a062e82794cdbe3f7e9d984a2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'e77be5b3e644e1c87836e3d9e985864a062e82794cdbe3f7e9d984a2', '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-08-09T07:04:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'14f3a0ccb99347a0b475719a1a386e3e', 'name': u'vping_ssh-vm2_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'adminPass': u'JRrBYqwxe5Bu', 'tenant_id': u'14f3a0ccb99347a0b475719a1a386e3e', 'region': 'regionOne', 'created': u'2018-08-09T07:04:06Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-09 07:04:25,522 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:29:51:d9', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e6a85f0c-0433-4bc5-bba0-c204ac21cabd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-09T07:04:23.000000', 'flavor': Munch({u'id': u'c40717b0-109e-4b5a-922f-41f854550636'}), 'az': u'nova', 'id': u'2c01bfff-2259-43de-8332-9c6e0a10495e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5ee78d25599848a29ca7d753fb539e55', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14f3a0ccb99347a0b475719a1a386e3e', 'name': 'vping_ssh-project_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', '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-08-09T07:04:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-09T07:04:23Z', 'hostId': u'69726a42ebb51c390daa18909c1e442f17277343bf9111fc8a4d8744', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'69726a42ebb51c390daa18909c1e442f17277343bf9111fc8a4d8744', '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-08-09T07:04:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'14f3a0ccb99347a0b475719a1a386e3e', 'name': u'vping_ssh-vm_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'adminPass': u'NRyTu6Mxsp3U', 'tenant_id': u'14f3a0ccb99347a0b475719a1a386e3e', 'region': 'regionOne', 'created': u'2018-08-09T07:04:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-09 07:04:27,144 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'e876ca68-1e3d-402b-8b05-f4a383883bf0', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'14f3a0ccb99347a0b475719a1a386e3e', 'created_at': u'2018-08-09T07:04:26Z', 'attached': True, 'updated_at': u'2018-08-09T07:04:26Z', 'id': u'9a931ed5-86a0-4995-bb9d-7b550cc7c7c3', 'floating_network_id': u'99b3cce3-84c7-441e-9b73-4f896c0f39c6', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14f3a0ccb99347a0b475719a1a386e3e', 'name': 'vping_ssh-project_ca9574f5-a8e7-415a-8fd7-6d6909f7f10a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'e876ca68-1e3d-402b-8b05-f4a383883bf0', 'project_id': u'14f3a0ccb99347a0b475719a1a386e3e', 'port_id': u'4dbffec4-0812-4975-a622-ff7961067fbc', 'port': u'4dbffec4-0812-4975-a622-ff7961067fbc', 'network': u'99b3cce3-84c7-441e-9b73-4f896c0f39c6'}) 2018-08-09 07:04:28,243 - 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 1536838570 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.130084] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131773] pid_max: default: 32768 minimum: 301 [ 0.132694] ACPI: Core revision 20150930 [ 0.134113] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135449] Security Framework initialized [ 0.136327] Yama: becoming mindful. [ 0.137101] AppArmor: AppArmor initialized [ 0.137996] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139364] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140703] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141959] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143334] Initializing cgroup subsys io [ 0.144145] Initializing cgroup subsys memory [ 0.145003] Initializing cgroup subsys devices [ 0.145877] Initializing cgroup subsys freezer [ 0.146737] Initializing cgroup subsys net_cls [ 0.147601] Initializing cgroup subsys perf_event [ 0.148527] Initializing cgroup subsys net_prio [ 0.149411] Initializing cgroup subsys hugetlb [ 0.150274] Initializing cgroup subsys pids [ 0.151145] CPU: Physical Processor ID: 0 [ 0.152642] mce: CPU supports 10 MCE banks [ 0.153492] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154482] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165146] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171539] ftrace: allocating 31920 entries in 125 pages [ 0.197839] smpboot: Max logical packages: 1 [ 0.198709] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200048] x2apic enabled [ 0.200851] Switched APIC routing to physical x2apic. [ 0.202595] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207465] KVM setup paravirtual spinlock [ 0.208769] x86: Booted up 1 node, 1 CPUs [ 0.209569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210943] devtmpfs: initialized [ 0.212650] evm: security.selinux [ 0.213351] evm: security.SMACK64 [ 0.214064] evm: security.SMACK64EXEC [ 0.214841] evm: security.SMACK64TRANSMUTE [ 0.215645] evm: security.SMACK64MMAP [ 0.216385] evm: security.ima [ 0.217028] evm: security.capability [ 0.217829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219671] pinctrl core: initialized pinctrl subsystem [ 0.220760] RTC time: 7:04:23, date: 08/09/18 [ 0.221705] NET: Registered protocol family 16 [ 0.222662] cpuidle: using governor ladder [ 0.223470] cpuidle: using governor menu [ 0.224256] PCCT header not found. [ 0.225011] ACPI: bus type PCI registered [ 0.225823] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227112] PCI: Using configuration type 1 for base access [ 0.228853] ACPI: Added _OSI(Module Device) [ 0.229691] ACPI: Added _OSI(Processor Device) [ 0.230544] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231438] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233537] ACPI: Interpreter enabled [ 0.234299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236123] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241685] ACPI: (supports S0 S5) [ 0.242380] ACPI: Using IOAPIC for interrupt routing [ 0.243426] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246521] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247651] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248866] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252230] acpiphp: Slot [3] registered [ 0.253024] acpiphp: Slot [4] registered [ 0.253816] acpiphp: Slot [5] registered [ 0.254603] acpiphp: Slot [6] registered [ 0.255383] acpiphp: Slot [7] registered [ 0.256176] acpiphp: Slot [8] registered [ 0.256968] acpiphp: Slot [9] registered [ 0.257753] acpiphp: Slot [10] registered [ 0.258551] acpiphp: Slot [11] registered [ 0.259353] acpiphp: Slot [12] registered [ 0.260158] acpiphp: Slot [13] registered [ 0.260969] acpiphp: Slot [14] registered [ 0.261770] acpiphp: Slot [15] registered [ 0.272339] acpiphp: Slot [16] registered [ 0.273150] acpiphp: Slot [17] registered [ 0.274003] acpiphp: Slot [18] registered [ 0.274804] acpiphp: Slot [19] registered [ 0.275597] acpiphp: Slot [20] registered [ 0.276400] acpiphp: Slot [21] registered [ 0.277202] acpiphp: Slot [22] registered [ 0.278002] acpiphp: Slot [23] registered [ 0.278802] acpiphp: Slot [24] registered [ 0.279598] acpiphp: Slot [25] registered [ 0.280397] acpiphp: Slot [26] registered [ 0.281206] acpiphp: Slot [27] registered [ 0.282009] acpiphp: Slot [28] registered [ 0.282821] acpiphp: Slot [29] registered [ 0.283621] acpiphp: Slot [30] registered [ 0.284422] acpiphp: Slot [31] registered [ 0.285223] PCI host bridge to bus 0000:00 [ 0.286038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289896] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299766] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300934] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302205] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308324] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355865] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357373] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358811] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360229] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361637] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362900] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364549] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365929] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367935] vgaarb: loaded [ 0.368697] vgaarb: bridge control possible 0000:00:02.0 [ 0.370133] SCSI subsystem initialized [ 0.371172] ACPI: bus type USB registered [ 0.372228] usbcore: registered new interface driver usbfs [ 0.373572] usbcore: registered new interface driver hub [ 0.374882] usbcore: registered new device driver usb [ 0.376227] PCI: Using ACPI for IRQ routing [ 0.377488] NetLabel: Initializing [ 0.378397] NetLabel: domain hash size = 128 [ 0.379492] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380733] NetLabel: unlabeled traffic allowed by default [ 0.382148] clocksource: Switched to clocksource kvm-clock [ 0.387844] AppArmor: AppArmor Filesystem Enabled [ 0.389047] pnp: PnP ACPI init [ 0.390108] pnp: PnP ACPI: found 5 devices [ 0.396680] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.398851] NET: Registered protocol family 2 [ 0.400082] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.401776] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403312] TCP: Hash tables configured (established 4096 bind 4096) [ 0.404854] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406272] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407807] NET: Registered protocol family 1 [ 0.408899] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.410304] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.411676] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440078] Trying to unpack rootfs image as initramfs... [ 0.489220] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503750] Scanning for low memory corruption every 60 seconds [ 0.505409] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506921] audit: initializing netlink subsys (disabled) [ 0.508234] audit: type=2000 audit(1533798264.167:1): initialized [ 0.509857] Initialise system trusted keyring [ 0.511030] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512540] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514861] zbud: loaded [ 0.515732] VFS: Disk quotas dquot_6.6.0 [ 0.516769] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.518647] fuse init (API version 7.23) [ 0.519737] Key type big_key registered [ 0.520739] Allocating IMA MOK and blacklist keyrings. [ 0.522114] Key type asymmetric registered [ 0.523172] Asymmetric key parser 'x509' registered [ 0.524386] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.526303] io scheduler noop registered [ 0.527312] io scheduler deadline registered (default) [ 0.528580] io scheduler cfq registered [ 0.529977] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531343] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532967] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534823] ACPI: Power Button [PWRF] [ 0.535917] GHES: HEST is not enabled! [ 0.549485] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579290] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.583198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.607177] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609748] Linux agpgart interface v0.103 [ 0.612045] brd: module loaded [ 0.613417] loop: module loaded [ 0.617690] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619591] GPT:90111 != 2097151 [ 0.620456] GPT:Alternate GPT header not at the end of the disk. [ 0.621903] GPT:90111 != 2097151 [ 0.622777] GPT: Use GNU Parted to correct GPT errors. [ 0.624048] vda: vda1 vda15 [ 0.625703] scsi host0: ata_piix [ 0.626638] scsi host1: ata_piix [ 0.627539] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629148] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.630988] libphy: Fixed MDIO Bus: probed [ 0.632052] tun: Universal TUN/TAP device driver, 1.6 [ 0.633297] tun: (C) 1999-2004 Max Krasnyansky [ 0.635988] PPP generic driver version 2.4.2 [ 0.637130] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.638719] ehci-pci: EHCI PCI platform driver [ 0.639865] ehci-platform: EHCI generic platform driver [ 0.641162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.642670] ohci-pci: OHCI PCI platform driver [ 0.643806] ohci-platform: OHCI generic platform driver [ 0.645097] uhci_hcd: USB Universal Host Controller Interface driver [ 0.659848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662565] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663593] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665918] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667324] usb usb1: Product: UHCI Host Controller [ 0.668251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669377] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670391] hub 1-0:1.0: USB hub found [ 0.671167] hub 1-0:1.0: 2 ports detected [ 0.672071] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674185] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675131] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676162] mousedev: PS/2 mouse device common for all mice [ 0.677411] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679237] rtc_cmos 00:00: RTC can wake from S4 [ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681502] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682695] i2c /dev entries driver [ 0.683452] device-mapper: uevent: version 1.0.3 [ 0.684384] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.685989] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687269] NET: Registered protocol family 10 [ 0.688255] NET: Registered protocol family 17 [ 0.689140] Key type dns_resolver registered [ 0.690058] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.691147] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692884] registered taskstats version 1 [ 0.693715] Loading compiled-in X.509 certificates [ 0.695153] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696981] zswap: loaded using pool lzo/zbud [ 0.698353] Key type trusted registered [ 0.699894] Key type encrypted registered [ 0.700712] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701729] ima: No TPM chip found, activating TPM-bypass! [ 0.702766] evm: HMAC attrs: 0x1 [ 0.703703] Magic number: 14:939:65 [ 0.704544] rtc_cmos 00:00: setting system clock to 2018-08-09 07:04:24 UTC (1533798264) [ 0.706123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707235] EDD information not available. [ 0.791125] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792650] Write protecting the kernel read-only data: 14336k [ 0.804305] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.806088] 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.04 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.774389] 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.10... Lease of 192.168.120.10 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.68. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK 2018-08-09 07:04:30,954 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.8 (192.168.120.8): 56 data bytes 64 bytes from 192.168.120.8: seq=0 ttl=64 time=1.296 ms --- 192.168.120.8 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.296/1.296/1.296 ms 2018-08-09 07:04:30,955 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-09 07:04:31,078 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 07:04:31,079 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-09 07:04:47,795 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-09 07:04:48,685 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_b771b607-bcff-43f7-b41e-7d92a185e77b', 'id': u'7c0b6ff63ab64cf5a0d2733307d329cc', '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-08-09 07:04:49,139 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'958656ca48464d4a9c210a3deceade36', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_b771b607-bcff-43f7-b41e-7d92a185e77b'}) 2018-08-09 07:04:49,297 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-09 07:04:49,484 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/f4a60bd8701a4938b8af33070df40039'}, 'domain_id': None, 'human_id': None, 'id': u'f4a60bd8701a4938b8af33070df40039', 'HUMAN_ID': False}) 2018-08-09 07:04:50,029 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_b771b607-bcff-43f7-b41e-7d92a185e77b', 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': 'c503bdc8-1cc3-4ff6-98dd-b77cc40d4aab', 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_b771b607-bcff-43f7-b41e-7d92a185e77b', 'project_id': u'7c0b6ff63ab64cf5a0d2733307d329cc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-09 07:04:50,034 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_b771b607-bcff-43f7-b41e-7d92a185e77b', 'password': 'c503bdc8-1cc3-4ff6-98dd-b77cc40d4aab', 'project_name': 'vping_userdata-project_b771b607-bcff-43f7-b41e-7d92a185e77b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '7c0b6ff63ab64cf5a0d2733307d329cc', 'project_domain_name': 'Default'} 2018-08-09 07:04:50,034 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-09 07:04:51,030 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-09T07:04:50Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'1c06f169-6c55-473c-84a8-3500e7f42593', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_b771b607-bcff-43f7-b41e-7d92a185e77b', u'admin_state_up': True, u'tenant_id': u'7c0b6ff63ab64cf5a0d2733307d329cc', u'created_at': u'2018-08-09T07:04:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7c0b6ff63ab64cf5a0d2733307d329cc'}) 2018-08-09 07:04:51,999 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-09T07:04:51Z', 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'8f9f39c2-1d66-49e0-8164-107df27e87a5', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_b771b607-bcff-43f7-b41e-7d92a185e77b', u'enable_dhcp': True, u'network_id': u'1c06f169-6c55-473c-84a8-3500e7f42593', u'tenant_id': u'7c0b6ff63ab64cf5a0d2733307d329cc', u'created_at': u'2018-08-09T07:04:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7c0b6ff63ab64cf5a0d2733307d329cc'}) 2018-08-09 07:04:53,254 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'99b3cce3-84c7-441e-9b73-4f896c0f39c6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'6f032980-a4b7-4dfe-b7e1-1d792bb874a5', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7c0b6ff63ab64cf5a0d2733307d329cc', u'created_at': u'2018-08-09T07:04:52Z', u'admin_state_up': True, u'updated_at': u'2018-08-09T07:04:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'7c0b6ff63ab64cf5a0d2733307d329cc', u'id': u'd08176e1-96b0-49fb-9534-43f9b034fa8c', u'name': u'vping_userdata-router_b771b607-bcff-43f7-b41e-7d92a185e77b'}) 2018-08-09 07:04:57,954 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/3d5e1bd5-94f7-4243-b44d-6b94689be1f9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3d5e1bd5-94f7-4243-b44d-6b94689be1f9/file', 'owner': u'7c0b6ff63ab64cf5a0d2733307d329cc', 'id': u'3d5e1bd5-94f7-4243-b44d-6b94689be1f9', 'size': 12716032, u'self': u'/v2/images/3d5e1bd5-94f7-4243-b44d-6b94689be1f9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7c0b6ff63ab64cf5a0d2733307d329cc', 'name': 'vping_userdata-project_b771b607-bcff-43f7-b41e-7d92a185e77b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/3d5e1bd5-94f7-4243-b44d-6b94689be1f9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-09T07:04:57Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-09T07:04:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_b771b607-bcff-43f7-b41e-7d92a185e77b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3d5e1bd5-94f7-4243-b44d-6b94689be1f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_b771b607-bcff-43f7-b41e-7d92a185e77b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_b771b607-bcff-43f7-b41e-7d92a185e77b', 'created': u'2018-08-09T07:04:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-09T07:04:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3d5e1bd5-94f7-4243-b44d-6b94689be1f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_b771b607-bcff-43f7-b41e-7d92a185e77b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-09 07:04:58,163 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_b771b607-bcff-43f7-b41e-7d92a185e77b', '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'978f9f9859e74a51a90e054d94c8ed96', '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'8e042bb7-e1b8-451f-bc9b-9b859f4670a9', 'swap': 0}) 2018-08-09 07:05:06,506 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_b771b607-bcff-43f7-b41e-7d92a185e77b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4b:2e:cb', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3d5e1bd5-94f7-4243-b44d-6b94689be1f9'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-09T07:05:04.000000', 'flavor': Munch({u'id': u'8e042bb7-e1b8-451f-bc9b-9b859f4670a9'}), 'az': u'nova', 'id': u'32464404-bac4-4dfd-9448-77f2c237de8d', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'958656ca48464d4a9c210a3deceade36', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7c0b6ff63ab64cf5a0d2733307d329cc', 'name': 'vping_userdata-project_b771b607-bcff-43f7-b41e-7d92a185e77b', '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-08-09T07:05:04.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-09T07:05:04Z', 'hostId': u'ab03eb818532f977228adf2c88df8d35f5fcf63ca1dd6fd5fabfd992', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'ab03eb818532f977228adf2c88df8d35f5fcf63ca1dd6fd5fabfd992', '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-08-09T07:05:04.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'7c0b6ff63ab64cf5a0d2733307d329cc', 'name': u'vping_userdata-vm_b771b607-bcff-43f7-b41e-7d92a185e77b', 'adminPass': u'bhWbEQz7Fw8m', 'tenant_id': u'7c0b6ff63ab64cf5a0d2733307d329cc', 'region': 'regionOne', 'created': u'2018-08-09T07:05:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-09 07:05:16,903 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_b771b607-bcff-43f7-b41e-7d92a185e77b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:32:1b:46', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3d5e1bd5-94f7-4243-b44d-6b94689be1f9'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-09T07:05:15.000000', 'flavor': Munch({u'id': u'8e042bb7-e1b8-451f-bc9b-9b859f4670a9'}), 'az': u'nova', 'id': u'd925c4b6-5708-4497-b0c0-696b9b59d081', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'958656ca48464d4a9c210a3deceade36', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7c0b6ff63ab64cf5a0d2733307d329cc', 'name': 'vping_userdata-project_b771b607-bcff-43f7-b41e-7d92a185e77b', '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-08-09T07:05:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-09T07:05:15Z', 'hostId': u'00423694d8d8c870ff971232e13647b94e893f4c3197fd2e06e20dd3', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'00423694d8d8c870ff971232e13647b94e893f4c3197fd2e06e20dd3', '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-08-09T07:05:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'7c0b6ff63ab64cf5a0d2733307d329cc', 'name': u'vping_userdata-vm2_b771b607-bcff-43f7-b41e-7d92a185e77b', 'adminPass': u'awi4vP7x3Utf', 'tenant_id': u'7c0b6ff63ab64cf5a0d2733307d329cc', 'region': 'regionOne', 'created': u'2018-08-09T07:05:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-09 07:05:16,904 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-09 07:05:19,396 - 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 526564977 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.129564] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131202] pid_max: default: 32768 minimum: 301 [ 0.132088] ACPI: Core revision 20150930 [ 0.133468] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134771] Security Framework initialized [ 0.135581] Yama: becoming mindful. [ 0.136304] AppArmor: AppArmor initialized [ 0.137165] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138497] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140966] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142335] Initializing cgroup subsys io [ 0.143145] Initializing cgroup subsys memory [ 0.143997] Initializing cgroup subsys devices [ 0.144876] Initializing cgroup subsys freezer [ 0.145736] Initializing cgroup subsys net_cls [ 0.146591] Initializing cgroup subsys perf_event [ 0.147487] Initializing cgroup subsys net_prio [ 0.148355] Initializing cgroup subsys hugetlb [ 0.149225] Initializing cgroup subsys pids [ 0.150088] CPU: Physical Processor ID: 0 [ 0.151569] mce: CPU supports 10 MCE banks [ 0.152404] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153400] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164017] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170370] ftrace: allocating 31920 entries in 125 pages [ 0.196087] smpboot: Max logical packages: 1 [ 0.196964] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198313] x2apic enabled [ 0.199114] Switched APIC routing to physical x2apic. [ 0.200854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201963] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203935] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205700] KVM setup paravirtual spinlock [ 0.206982] x86: Booted up 1 node, 1 CPUs [ 0.207781] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209154] devtmpfs: initialized [ 0.210866] evm: security.selinux [ 0.211564] evm: security.SMACK64 [ 0.212245] evm: security.SMACK64EXEC [ 0.212986] evm: security.SMACK64TRANSMUTE [ 0.213792] evm: security.SMACK64MMAP [ 0.214533] evm: security.ima [ 0.215168] evm: security.capability [ 0.215966] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217805] pinctrl core: initialized pinctrl subsystem [ 0.218907] RTC time: 7:05:15, date: 08/09/18 [ 0.219858] NET: Registered protocol family 16 [ 0.220820] cpuidle: using governor ladder [ 0.221630] cpuidle: using governor menu [ 0.222405] PCCT header not found. [ 0.223162] ACPI: bus type PCI registered [ 0.223961] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225198] PCI: Using configuration type 1 for base access [ 0.226943] ACPI: Added _OSI(Module Device) [ 0.227782] ACPI: Added _OSI(Processor Device) [ 0.228638] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229526] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231629] ACPI: Interpreter enabled [ 0.232393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239699] ACPI: (supports S0 S5) [ 0.240393] ACPI: Using IOAPIC for interrupt routing [ 0.241343] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245553] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246776] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247957] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250161] acpiphp: Slot [3] registered [ 0.250961] acpiphp: Slot [4] registered [ 0.251754] acpiphp: Slot [5] registered [ 0.252546] acpiphp: Slot [6] registered [ 0.253331] acpiphp: Slot [7] registered [ 0.254135] acpiphp: Slot [8] registered [ 0.254930] acpiphp: Slot [9] registered [ 0.255721] acpiphp: Slot [10] registered [ 0.256526] acpiphp: Slot [11] registered [ 0.257338] acpiphp: Slot [12] registered [ 0.258151] acpiphp: Slot [13] registered [ 0.258961] acpiphp: Slot [14] registered [ 0.259770] acpiphp: Slot [15] registered [ 0.270687] acpiphp: Slot [16] registered [ 0.271492] acpiphp: Slot [17] registered [ 0.272292] acpiphp: Slot [18] registered [ 0.273096] acpiphp: Slot [19] registered [ 0.273899] acpiphp: Slot [20] registered [ 0.274707] acpiphp: Slot [21] registered [ 0.275512] acpiphp: Slot [22] registered [ 0.276310] acpiphp: Slot [23] registered [ 0.277115] acpiphp: Slot [24] registered [ 0.277919] acpiphp: Slot [25] registered [ 0.278729] acpiphp: Slot [26] registered [ 0.279534] acpiphp: Slot [27] registered [ 0.280334] acpiphp: Slot [28] registered [ 0.281138] acpiphp: Slot [29] registered [ 0.281939] acpiphp: Slot [30] registered [ 0.282754] acpiphp: Slot [31] registered [ 0.283558] PCI host bridge to bus 0000:00 [ 0.284358] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285566] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286780] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288226] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289667] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295895] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297164] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298323] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299579] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.305903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307321] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355077] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359327] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360579] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361717] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362931] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364468] vgaarb: loaded [ 0.365070] vgaarb: bridge control possible 0000:00:02.0 [ 0.366197] SCSI subsystem initialized [ 0.367010] ACPI: bus type USB registered [ 0.367821] usbcore: registered new interface driver usbfs [ 0.368874] usbcore: registered new interface driver hub [ 0.369880] usbcore: registered new device driver usb [ 0.370930] PCI: Using ACPI for IRQ routing [ 0.371951] NetLabel: Initializing [ 0.372658] NetLabel: domain hash size = 128 [ 0.373500] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374447] NetLabel: unlabeled traffic allowed by default [ 0.375525] clocksource: Switched to clocksource kvm-clock [ 0.380930] AppArmor: AppArmor Filesystem Enabled [ 0.381885] pnp: PnP ACPI init [ 0.382789] pnp: PnP ACPI: found 5 devices [ 0.389154] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390847] NET: Registered protocol family 2 [ 0.391798] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.393059] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394216] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395362] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396433] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397592] NET: Registered protocol family 1 [ 0.398453] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399576] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400641] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428908] Trying to unpack rootfs image as initramfs... [ 0.478935] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.493076] Scanning for low memory corruption every 60 seconds [ 0.494376] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495514] audit: initializing netlink subsys (disabled) [ 0.496534] audit: type=2000 audit(1533798316.154:1): initialized [ 0.497826] Initialise system trusted keyring [ 0.498741] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499921] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501878] zbud: loaded [ 0.502577] VFS: Disk quotas dquot_6.6.0 [ 0.503386] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504896] fuse init (API version 7.23) [ 0.505773] Key type big_key registered [ 0.506569] Allocating IMA MOK and blacklist keyrings. [ 0.507670] Key type asymmetric registered [ 0.508489] Asymmetric key parser 'x509' registered [ 0.509428] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511282] io scheduler noop registered [ 0.512089] io scheduler deadline registered (default) [ 0.513074] io scheduler cfq registered [ 0.513902] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516188] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517631] ACPI: Power Button [PWRF] [ 0.518459] GHES: HEST is not enabled! [ 0.532475] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.589794] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.591977] Linux agpgart interface v0.103 [ 0.594028] brd: module loaded [ 0.595198] loop: module loaded [ 0.598927] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600375] GPT:90111 != 2097151 [ 0.601076] GPT:Alternate GPT header not at the end of the disk. [ 0.602152] GPT:90111 != 2097151 [ 0.602822] GPT: Use GNU Parted to correct GPT errors. [ 0.603776] vda: vda1 vda15 [ 0.605287] scsi host0: ata_piix [ 0.606019] scsi host1: ata_piix [ 0.606729] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607937] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609370] libphy: Fixed MDIO Bus: probed [ 0.610191] tun: Universal TUN/TAP device driver, 1.6 [ 0.611160] tun: (C) 1999-2004 Max Krasnyansky [ 0.613411] PPP generic driver version 2.4.2 [ 0.614291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615542] ehci-pci: EHCI PCI platform driver [ 0.616407] ehci-platform: EHCI generic platform driver [ 0.617383] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618496] ohci-pci: OHCI PCI platform driver [ 0.619346] ohci-platform: OHCI generic platform driver [ 0.620332] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634740] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637167] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638189] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639299] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641946] usb usb1: Product: UHCI Host Controller [ 0.642866] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.643995] usb usb1: SerialNumber: 0000:00:01.2 [ 0.644992] hub 1-0:1.0: USB hub found [ 0.645762] hub 1-0:1.0: 2 ports detected [ 0.646648] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648759] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649699] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650711] mousedev: PS/2 mouse device common for all mice [ 0.651996] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.653817] rtc_cmos 00:00: RTC can wake from S4 [ 0.654898] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657267] i2c /dev entries driver [ 0.658023] device-mapper: uevent: version 1.0.3 [ 0.658958] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660574] ledtrig-cpu: registered to indicate activity on CPUs [ 0.661860] NET: Registered protocol family 10 [ 0.662839] NET: Registered protocol family 17 [ 0.663724] Key type dns_resolver registered [ 0.664638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.665712] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.667428] registered taskstats version 1 [ 0.668266] Loading compiled-in X.509 certificates [ 0.669705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.671561] zswap: loaded using pool lzo/zbud [ 0.672925] Key type trusted registered [ 0.674456] Key type encrypted registered [ 0.675271] AppArmor: AppArmor sha1 policy hashing enabled [ 0.676298] ima: No TPM chip found, activating TPM-bypass! [ 0.677332] evm: HMAC attrs: 0x1 [ 0.678255] Magic number: 14:939:65 [ 0.679092] rtc_cmos 00:00: setting system clock to 2018-08-09 07:05:16 UTC (1533798316) [ 0.680684] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.681834] EDD information not available. [ 0.768504] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770028] Write protecting the kernel read-only data: 14336k [ 0.781835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783655] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.75 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.972504] 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.15... Lease of 192.168.120.15 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 2018-08-09 07:05:19,397 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.7. Waiting for response... 2018-08-09 07:05:21,967 - 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 526564977 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.129564] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131202] pid_max: default: 32768 minimum: 301 [ 0.132088] ACPI: Core revision 20150930 [ 0.133468] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134771] Security Framework initialized [ 0.135581] Yama: becoming mindful. [ 0.136304] AppArmor: AppArmor initialized [ 0.137165] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138497] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139761] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140966] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142335] Initializing cgroup subsys io [ 0.143145] Initializing cgroup subsys memory [ 0.143997] Initializing cgroup subsys devices [ 0.144876] Initializing cgroup subsys freezer [ 0.145736] Initializing cgroup subsys net_cls [ 0.146591] Initializing cgroup subsys perf_event [ 0.147487] Initializing cgroup subsys net_prio [ 0.148355] Initializing cgroup subsys hugetlb [ 0.149225] Initializing cgroup subsys pids [ 0.150088] CPU: Physical Processor ID: 0 [ 0.151569] mce: CPU supports 10 MCE banks [ 0.152404] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153400] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164017] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170370] ftrace: allocating 31920 entries in 125 pages [ 0.196087] smpboot: Max logical packages: 1 [ 0.196964] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198313] x2apic enabled [ 0.199114] Switched APIC routing to physical x2apic. [ 0.200854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201963] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203935] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205700] KVM setup paravirtual spinlock [ 0.206982] x86: Booted up 1 node, 1 CPUs [ 0.207781] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209154] devtmpfs: initialized [ 0.210866] evm: security.selinux [ 0.211564] evm: security.SMACK64 [ 0.212245] evm: security.SMACK64EXEC [ 0.212986] evm: security.SMACK64TRANSMUTE [ 0.213792] evm: security.SMACK64MMAP [ 0.214533] evm: security.ima [ 0.215168] evm: security.capability [ 0.215966] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217805] pinctrl core: initialized pinctrl subsystem [ 0.218907] RTC time: 7:05:15, date: 08/09/18 [ 0.219858] NET: Registered protocol family 16 [ 0.220820] cpuidle: using governor ladder [ 0.221630] cpuidle: using governor menu [ 0.222405] PCCT header not found. [ 0.223162] ACPI: bus type PCI registered [ 0.223961] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225198] PCI: Using configuration type 1 for base access [ 0.226943] ACPI: Added _OSI(Module Device) [ 0.227782] ACPI: Added _OSI(Processor Device) [ 0.228638] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229526] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231629] ACPI: Interpreter enabled [ 0.232393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239699] ACPI: (supports S0 S5) [ 0.240393] ACPI: Using IOAPIC for interrupt routing [ 0.241343] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244414] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245553] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246776] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247957] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250161] acpiphp: Slot [3] registered [ 0.250961] acpiphp: Slot [4] registered [ 0.251754] acpiphp: Slot [5] registered [ 0.252546] acpiphp: Slot [6] registered [ 0.253331] acpiphp: Slot [7] registered [ 0.254135] acpiphp: Slot [8] registered [ 0.254930] acpiphp: Slot [9] registered [ 0.255721] acpiphp: Slot [10] registered [ 0.256526] acpiphp: Slot [11] registered [ 0.257338] acpiphp: Slot [12] registered [ 0.258151] acpiphp: Slot [13] registered [ 0.258961] acpiphp: Slot [14] registered [ 0.259770] acpiphp: Slot [15] registered [ 0.270687] acpiphp: Slot [16] registered [ 0.271492] acpiphp: Slot [17] registered [ 0.272292] acpiphp: Slot [18] registered [ 0.273096] acpiphp: Slot [19] registered [ 0.273899] acpiphp: Slot [20] registered [ 0.274707] acpiphp: Slot [21] registered [ 0.275512] acpiphp: Slot [22] registered [ 0.276310] acpiphp: Slot [23] registered [ 0.277115] acpiphp: Slot [24] registered [ 0.277919] acpiphp: Slot [25] registered [ 0.278729] acpiphp: Slot [26] registered [ 0.279534] acpiphp: Slot [27] registered [ 0.280334] acpiphp: Slot [28] registered [ 0.281138] acpiphp: Slot [29] registered [ 0.281939] acpiphp: Slot [30] registered [ 0.282754] acpiphp: Slot [31] registered [ 0.283558] PCI host bridge to bus 0000:00 [ 0.284358] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285566] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286780] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288226] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289667] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295895] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297164] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298323] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299579] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.305903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307321] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353596] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355077] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359327] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360579] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361717] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362931] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364468] vgaarb: loaded [ 0.365070] vgaarb: bridge control possible 0000:00:02.0 [ 0.366197] SCSI subsystem initialized [ 0.367010] ACPI: bus type USB registered [ 0.367821] usbcore: registered new interface driver usbfs [ 0.368874] usbcore: registered new interface driver hub [ 0.369880] usbcore: registered new device driver usb [ 0.370930] PCI: Using ACPI for IRQ routing [ 0.371951] NetLabel: Initializing [ 0.372658] NetLabel: domain hash size = 128 [ 0.373500] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374447] NetLabel: unlabeled traffic allowed by default [ 0.375525] clocksource: Switched to clocksource kvm-clock [ 0.380930] AppArmor: AppArmor Filesystem Enabled [ 0.381885] pnp: PnP ACPI init [ 0.382789] pnp: PnP ACPI: found 5 devices [ 0.389154] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390847] NET: Registered protocol family 2 [ 0.391798] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.393059] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394216] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395362] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396433] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397592] NET: Registered protocol family 1 [ 0.398453] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399576] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400641] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428908] Trying to unpack rootfs image as initramfs... [ 0.478935] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.493076] Scanning for low memory corruption every 60 seconds [ 0.494376] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495514] audit: initializing netlink subsys (disabled) [ 0.496534] audit: type=2000 audit(1533798316.154:1): initialized [ 0.497826] Initialise system trusted keyring [ 0.498741] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499921] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501878] zbud: loaded [ 0.502577] VFS: Disk quotas dquot_6.6.0 [ 0.503386] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504896] fuse init (API version 7.23) [ 0.505773] Key type big_key registered [ 0.506569] Allocating IMA MOK and blacklist keyrings. [ 0.507670] Key type asymmetric registered [ 0.508489] Asymmetric key parser 'x509' registered [ 0.509428] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511282] io scheduler noop registered [ 0.512089] io scheduler deadline registered (default) [ 0.513074] io scheduler cfq registered [ 0.513902] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516188] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517631] ACPI: Power Button [PWRF] [ 0.518459] GHES: HEST is not enabled! [ 0.532475] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565907] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.589794] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.591977] Linux agpgart interface v0.103 [ 0.594028] brd: module loaded [ 0.595198] loop: module loaded [ 0.598927] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600375] GPT:90111 != 2097151 [ 0.601076] GPT:Alternate GPT header not at the end of the disk. [ 0.602152] GPT:90111 != 2097151 [ 0.602822] GPT: Use GNU Parted to correct GPT errors. [ 0.603776] vda: vda1 vda15 [ 0.605287] scsi host0: ata_piix [ 0.606019] scsi host1: ata_piix [ 0.606729] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607937] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609370] libphy: Fixed MDIO Bus: probed [ 0.610191] tun: Universal TUN/TAP device driver, 1.6 [ 0.611160] tun: (C) 1999-2004 Max Krasnyansky [ 0.613411] PPP generic driver version 2.4.2 [ 0.614291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615542] ehci-pci: EHCI PCI platform driver [ 0.616407] ehci-platform: EHCI generic platform driver [ 0.617383] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618496] ohci-pci: OHCI PCI platform driver [ 0.619346] ohci-platform: OHCI generic platform driver [ 0.620332] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634740] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.637167] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.638189] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.639299] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641946] usb usb1: Product: UHCI Host Controller [ 0.642866] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.643995] usb usb1: SerialNumber: 0000:00:01.2 [ 0.644992] hub 1-0:1.0: USB hub found [ 0.645762] hub 1-0:1.0: 2 ports detected [ 0.646648] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648759] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649699] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650711] mousedev: PS/2 mouse device common for all mice [ 0.651996] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.653817] rtc_cmos 00:00: RTC can wake from S4 [ 0.654898] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657267] i2c /dev entries driver [ 0.658023] device-mapper: uevent: version 1.0.3 [ 0.658958] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660574] ledtrig-cpu: registered to indicate activity on CPUs [ 0.661860] NET: Registered protocol family 10 [ 0.662839] NET: Registered protocol family 17 [ 0.663724] Key type dns_resolver registered [ 0.664638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.665712] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.667428] registered taskstats version 1 [ 0.668266] Loading compiled-in X.509 certificates [ 0.669705] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.671561] zswap: loaded using pool lzo/zbud [ 0.672925] Key type trusted registered [ 0.674456] Key type encrypted registered [ 0.675271] AppArmor: AppArmor sha1 policy hashing enabled [ 0.676298] ima: No TPM chip found, activating TPM-bypass! [ 0.677332] evm: HMAC attrs: 0x1 [ 0.678255] Magic number: 14:939:65 [ 0.679092] rtc_cmos 00:00: setting system clock to 2018-08-09 07:05:16 UTC (1533798316) [ 0.680684] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.681834] EDD information not available. [ 0.768504] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770028] Write protecting the kernel read-only data: 14336k [ 0.781835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783655] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.75 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.972504] 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.15... Lease of 192.168.120.15 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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCWgueBEKytnLtBGlEe9i1FpIp8+OaLaeJL5PT+E5U+XNTLr7dgG4xozhfzkCVoKUQc49/bRY4EUfbPV3lSs5G2NZDzwV7D7czqUyPquhl+SQoVJEs5aSjE8HRbh3WiX8/sQptxtLiDHuO44EQyQuQZ7Ucluwxz7pwUzQfLRG67Ru+xZzj4JCIXJep/rDRipvWa9KDUk7WZ4lPwBaNM9gv/IBtqH6Ky8YGFKKL2XAp5gYU7FU9dH/lXpAJ86tEZ4/69W0LlzSU8f6MIqJKTHpSwZdZoPOYbS/SIUAAAxrQYySFKa5OpgQYIo4b4a/ohdG7CmQcnujHxyBouD0juJixX root@vping-userdata-vm2-b771b607-bcff-43f7-b41e-7d92a185e77b ssh-dss AAAAB3NzaC1kc3MAAACBANw30eAVqNuBuDXN4Yl0PTIYFnnydjpQEMXuBX243Is9X0vkVeb9qF/u1+9+TWksCqox+gbiZotLUXmNkgpEJICUlKyI1CF0bAlAYoRGqmFaKp6cNdAzvYevznpdqtXy+uuE2NeqQ8A9n7k0r6ry/N3sxIPH42nXTdyxDsbwnumbAAAAFQDnvw9jlp5+p/ZFoihp/jSRTdALbwAAAIEAukugTpa19lYQdR9IfcmqSCoe7RNGvO3mnH+LlOxyfaUhZnk9506963sln7Oo41gP2/dGFgHb6sA7OVW6yChCJIXR7/+O/yCC98oZzur2xzivBBtEeNOxGecthIcSfHN/NFAsCGw1+7YrFD9bmA1njCzgcfgx5zboodPtCXhAB7kAAACBALecwlxLpUlZ/Izv/LdBLzYe2iFfssaOher/QdcD1nkKix40qRCFXeNsdIHrpzqJPRZ96To4Qlhr2/G/PF1C1D5YCyOvLuMxccKaClMknp5M0gaxMwKiAFJBb6hwRFxc+FEHdtqYFNSnIzIxtEiv80G0Xvawodc4/PMy6rPO8ZGv root@vping-userdata-vm2-b771b607-bcff-43f7-b41e-7d92a185e77b -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:fe32:1b46/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.15 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-b771b607-bcff-43f7-b41e-7d92a185e77b launch-index: 0 === cirros: current=0.4.0 uptime=5.15 === 2018-08-09 07:05:21,968 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-09 07:05:22,082 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 07:05:22,083 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:32 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-09 07:05:39,945 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-08-09 07:05:40,685 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-09 07:05:45,343 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-09 07:05:45.045 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2d538d56-374f-4eab-bedd-e2449497ba30) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2d538d56-374f-4eab-bedd-e2449497ba30 | 2018-08-09T07:05:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2d538d56-374f-4eab-bedd-e2449497ba30 ~/.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-08-09 07:05:48,850 - 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-08-09 07:05:48,851 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-09 07:05:54,406 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-09 07:05:52.855 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-09 07:05:53.021 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-09 07:05:54.224 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fcfdb9a9-b6a0-4c66-9427-8a31a60917cd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=fcfdb9a9-b6a0-4c66-9427-8a31a60917cd) as the default verifier for the future CLI operations. 2018-08-09 07:05:57,437 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-08-09 07:05:57,851 - 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-08-09T07:05:57Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8171f0e0-b21d-4ae4-a79e-0de4dfed27d4', u'provider:segmentation_id': 1, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_50fe59ce-6211-4124-b917-7471ab54e0e8', u'admin_state_up': True, u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:05:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'978f9f9859e74a51a90e054d94c8ed96'}) 2018-08-09 07:05:58,736 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-09T07:05:58Z', 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'd52f1d09-565e-4aa8-9ac1-a1da844ad534', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_50fe59ce-6211-4124-b917-7471ab54e0e8', u'enable_dhcp': True, u'network_id': u'8171f0e0-b21d-4ae4-a79e-0de4dfed27d4', u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:05:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'978f9f9859e74a51a90e054d94c8ed96'}) 2018-08-09 07:05:59,998 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'99b3cce3-84c7-441e-9b73-4f896c0f39c6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'6f032980-a4b7-4dfe-b7e1-1d792bb874a5', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:05:58Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-09T07:05:59Z', u'revision_number': 2, u'routes': [], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'id': u'cfd2d4bc-a5ea-486e-8af5-5a4afffdeb4e', u'name': u'tempest_smoke_serial-router_50fe59ce-6211-4124-b917-7471ab54e0e8'}) 2018-08-09 07:06:04,485 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/4bfea98e-f5fa-40f8-a192-b7643b76006e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4bfea98e-f5fa-40f8-a192-b7643b76006e/file', 'owner': u'978f9f9859e74a51a90e054d94c8ed96', 'id': u'4bfea98e-f5fa-40f8-a192-b7643b76006e', 'size': 12716032, u'self': u'/v2/images/4bfea98e-f5fa-40f8-a192-b7643b76006e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'978f9f9859e74a51a90e054d94c8ed96', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/4bfea98e-f5fa-40f8-a192-b7643b76006e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-09T07:06:04Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-09T07:06:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_50fe59ce-6211-4124-b917-7471ab54e0e8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4bfea98e-f5fa-40f8-a192-b7643b76006e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_50fe59ce-6211-4124-b917-7471ab54e0e8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_50fe59ce-6211-4124-b917-7471ab54e0e8', 'created': u'2018-08-09T07:06:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-09T07:06:02Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4bfea98e-f5fa-40f8-a192-b7643b76006e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_50fe59ce-6211-4124-b917-7471ab54e0e8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-09 07:06:04,711 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_50fe59ce-6211-4124-b917-7471ab54e0e8', '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'978f9f9859e74a51a90e054d94c8ed96', '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'a9e85d18-b1dd-4080-888b-b5f32c1c5a22', 'swap': 0}) 2018-08-09 07:06:06,572 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/9efabc38-4b1e-4c68-baf0-93de1f07fd57/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9efabc38-4b1e-4c68-baf0-93de1f07fd57/file', 'owner': u'978f9f9859e74a51a90e054d94c8ed96', 'id': u'9efabc38-4b1e-4c68-baf0-93de1f07fd57', 'size': 12716032, u'self': u'/v2/images/9efabc38-4b1e-4c68-baf0-93de1f07fd57', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'978f9f9859e74a51a90e054d94c8ed96', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/9efabc38-4b1e-4c68-baf0-93de1f07fd57/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-09T07:06:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-09T07:06:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_50fe59ce-6211-4124-b917-7471ab54e0e8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9efabc38-4b1e-4c68-baf0-93de1f07fd57', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_50fe59ce-6211-4124-b917-7471ab54e0e8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_50fe59ce-6211-4124-b917-7471ab54e0e8', 'created': u'2018-08-09T07:06:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-09T07:06:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9efabc38-4b1e-4c68-baf0-93de1f07fd57', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_50fe59ce-6211-4124-b917-7471ab54e0e8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-09 07:06:06,631 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_50fe59ce-6211-4124-b917-7471ab54e0e8', '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'978f9f9859e74a51a90e054d94c8ed96', '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'994b9b3b-3d07-4fd8-afc1-1520d434e887', 'swap': 0}) 2018-08-09 07:06:06,653 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_50fe59ce-6211-4124-b917-7471ab54e0e8', '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'978f9f9859e74a51a90e054d94c8ed96', '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'994b9b3b-3d07-4fd8-afc1-1520d434e887', 'swap': 0}) 2018-08-09 07:06:09,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-09 07:06:08.743 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fcfdb9a9-b6a0-4c66-9427-8a31a60917cd) for deployment 'opnfv-rally' (UUID=2d538d56-374f-4eab-bedd-e2449497ba30). 2018-08-09 07:06:09.660 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fcfdb9a9-b6a0-4c66-9427-8a31a60917cd) has been successfully configured for deployment 'opnfv-rally' (UUID=2d538d56-374f-4eab-bedd-e2449497ba30)! 2018-08-09 07:06:09,817 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-09 07:06:09,817 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-09 07:06:09,820 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-09 07:06:09,823 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-09 07:06:13,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fcfdb9a9-b6a0-4c66-9427-8a31a60917cd/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-08-09 07:06:13,205 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-09 07:06:13,207 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-09 07:06:13,208 - 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-08-09 07:06:15,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:06:15.406 51 INFO rally.api [-] Starting verification (UUID=4056032c-dc34-43f8-8090-d09f67b1dc6f) for deployment 'opnfv-rally' (UUID=2d538d56-374f-4eab-bedd-e2449497ba30) by verifier 'opnfv-tempest' (UUID=fcfdb9a9-b6a0-4c66-9427-8a31a60917cd). 2018-08-09 07:06:15,408 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4056032c-dc34-43f8-8090-d09f67b1dc6f 2018-08-09 07:06:22,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:06:22.078 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.181s] 2018-08-09 07:06:22,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:06:22.133 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-08-09 07:06:28,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:06:28.864 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.561s] 2018-08-09 07:06:32,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:06:32.174 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.309s] 2018-08-09 07:06:44,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:06:44.572 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.496s] 2018-08-09 07:07:00,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:07:00.518 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.801s] 2018-08-09 07:07:35,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:07:35.226 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.073s] 2018-08-09 07:07:35,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:07:35.228 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-08-09 07:08:07,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:08:07.251 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.082s] 2018-08-09 07:08:07,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:08:07.253 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-08-09 07:08:39,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:08:39.048 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.062s] 2018-08-09 07:08:39,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:08:39.050 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-08-09 07:10:23,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:10:23.417 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.916s] 2018-08-09 07:10:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:10:46.788 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-08-09 07:10:46,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:10:46.885 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-08-09 07:10:54,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:10:54.676 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.653s] 2018-08-09 07:10:54,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:10:54.687 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-08-09 07:10:56,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:10:56.213 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-09 07:10:56,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:10:56.214 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-09 07:11:00,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:11:00.011 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.370s] 2018-08-09 07:11:06,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:11:06.224 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.084s] 2018-08-09 07:11:13,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:11:13.019 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.653s] 2018-08-09 07:11:20,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:11:20.657 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.447s] 2018-08-09 07:11:30,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:11:30.245 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.123s] 2018-08-09 07:11:36,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:11:36.278 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.398s] 2018-08-09 07:11:42,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:11:42.667 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.189s] 2018-08-09 07:11:50,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:11:50.342 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.442s] 2018-08-09 07:11:57,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:11:57.790 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.457s] 2018-08-09 07:12:05,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:05.957 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.706s] 2018-08-09 07:12:08,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:08.647 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-09 07:12:10,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:10.667 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-08-09 07:12:10,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:10.746 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-08-09 07:12:10,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:10.758 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.011s] 2018-08-09 07:12:10,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:10.765 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-08-09 07:12:14,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:14.956 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.833s] 2018-08-09 07:12:16,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:16.588 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.631s] 2018-08-09 07:12:18,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:18.712 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.123s] 2018-08-09 07:12:24,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:24.892 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-08-09 07:12:32,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:32.643 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.340s] 2018-08-09 07:12:45,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:45.225 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.581s] 2018-08-09 07:12:48,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:48.512 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.285s] 2018-08-09 07:12:59,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:12:59.574 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.789s] 2018-08-09 07:13:03,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:03.246 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.671s] 2018-08-09 07:13:12,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:12.468 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.221s] 2018-08-09 07:13:21,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:21.354 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.842s] 2018-08-09 07:13:25,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:25.027 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.671s] 2018-08-09 07:13:29,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:29.391 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.364s] 2018-08-09 07:13:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:46.465 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.339s] 2018-08-09 07:13:46,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:46.890 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.424s] 2018-08-09 07:13:47,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:47.167 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.276s] 2018-08-09 07:13:47,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:47.264 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.097s] 2018-08-09 07:13:47,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:47.512 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.247s] 2018-08-09 07:13:47,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:13:47.713 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.200s] 2018-08-09 07:14:02,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:02.417 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.184s] 2018-08-09 07:14:02,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:02.857 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.439s] 2018-08-09 07:14:03,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:03.119 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.261s] 2018-08-09 07:14:03,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:03.232 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.113s] 2018-08-09 07:14:03,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:03.468 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.235s] 2018-08-09 07:14:03,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:03.667 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.199s] 2018-08-09 07:14:16,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:16.713 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.690s] 2018-08-09 07:14:23,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:23.175 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.462s] 2018-08-09 07:14:25,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:25.100 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.923s] 2018-08-09 07:14:25,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:25.314 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.214s] 2018-08-09 07:14:25,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:25.504 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.189s] 2018-08-09 07:14:38,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:38.205 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.503s] 2018-08-09 07:14:45,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:45.350 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.143s] 2018-08-09 07:14:47,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:47.613 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.262s] 2018-08-09 07:14:47,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:47.825 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.212s] 2018-08-09 07:14:47,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:14:47.888 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2018-08-09 07:15:02,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:15:02.639 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.107s] 2018-08-09 07:15:08,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:15:08.028 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.389s] 2018-08-09 07:15:12,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:15:12.342 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.313s] 2018-08-09 07:15:15,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:15:15.271 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.929s] 2018-08-09 07:15:40,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:15:40.043 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.402s] 2018-08-09 07:15:45,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:15:45.512 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.469s] 2018-08-09 07:15:50,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:15:50.258 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.745s] 2018-08-09 07:15:53,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:15:53.392 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.133s] 2018-08-09 07:16:10,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:10.682 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.754s] 2018-08-09 07:16:13,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:13.389 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.704s] 2018-08-09 07:16:13,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:13.567 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.181s] 2018-08-09 07:16:18,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:18.717 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.657s] 2018-08-09 07:16:21,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:21.024 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.305s] 2018-08-09 07:16:21,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:21.208 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.186s] 2018-08-09 07:16:25,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:25.765 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.296s] 2018-08-09 07:16:29,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:29.178 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-09 07:16:30,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:30.499 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-08-09 07:16:30,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:30.501 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-08-09 07:16:30,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:30.503 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-08-09 07:16:30,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:30.504 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-08-09 07:16:30,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:30.505 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-08-09 07:16:32,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:32.471 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-09 07:16:49,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:16:49.954 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.860s] 2018-08-09 07:17:02,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:17:02.737 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.527s] 2018-08-09 07:17:15,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:17:15.083 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.343s] 2018-08-09 07:17:24,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:17:24.093 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-08-09 07:20:04,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:20:04.022 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [152.683s] 2018-08-09 07:20:54,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:20:54.691 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [41.455s] 2018-08-09 07:21:39,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:21:39.064 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.477s] 2018-08-09 07:21:55,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4056032c-dc34-43f8-8090-d09f67b1dc6f']'. 2018-08-09 07:21:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-09 07:21:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-09 07:21:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-09 07:21:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4056032c-dc34-43f8-8090-d09f67b1dc6f | 2018-08-09 07:21:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-09 07:21:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-09 07:06:15 | 2018-08-09 07:21:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-09 07:21:55 | 2018-08-09 07:21:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:40 | 2018-08-09 07:21:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fcfdb9a9-b6a0-4c66-9427-8a31a60917cd) | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2d538d56-374f-4eab-bedd-e2449497ba30) | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 919.08 | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-09 07:21:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-08-09 07:21:56,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-09 07:21:56,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-09 07:21:56,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-08-09 07:21:56,586 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 07:21:56,587 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:59 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-08-09 07:22:07,027 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-08-09 07:22:07,070 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-09 07:22:07,731 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-09 07:22:08,098 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-09 07:22:08,528 - 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-08-09T07:22:08Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd2bee07d-e66f-411b-8b91-edf6e26dd947', u'provider:segmentation_id': 5, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', u'admin_state_up': True, u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:22:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'978f9f9859e74a51a90e054d94c8ed96'}) 2018-08-09 07:22:09,432 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-09T07:22:09Z', 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'19fba85f-f7d1-4f7f-97fa-51b8c424e956', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', u'enable_dhcp': True, u'network_id': u'd2bee07d-e66f-411b-8b91-edf6e26dd947', u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:22:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'978f9f9859e74a51a90e054d94c8ed96'}) 2018-08-09 07:22:10,776 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'99b3cce3-84c7-441e-9b73-4f896c0f39c6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'6f032980-a4b7-4dfe-b7e1-1d792bb874a5', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:22:09Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-09T07:22:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'id': u'6f649064-c483-41f8-9259-cb0c0890858a', u'name': u'rally_sanity-router_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b'}) 2018-08-09 07:22:14,649 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/4b42942c-8bc7-4bfc-8f2c-bcd12556a3c9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4b42942c-8bc7-4bfc-8f2c-bcd12556a3c9/file', 'owner': u'978f9f9859e74a51a90e054d94c8ed96', 'id': u'4b42942c-8bc7-4bfc-8f2c-bcd12556a3c9', 'size': 12716032, u'self': u'/v2/images/4b42942c-8bc7-4bfc-8f2c-bcd12556a3c9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'978f9f9859e74a51a90e054d94c8ed96', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/4b42942c-8bc7-4bfc-8f2c-bcd12556a3c9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-09T07:22:14Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-09T07:22:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4b42942c-8bc7-4bfc-8f2c-bcd12556a3c9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'created': u'2018-08-09T07:22:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-09T07:22:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4b42942c-8bc7-4bfc-8f2c-bcd12556a3c9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-09 07:22:14,841 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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'978f9f9859e74a51a90e054d94c8ed96', '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'f8bab8d0-8573-4ce7-bd5b-e2f3931f3210', 'swap': 0}) 2018-08-09 07:22:14,867 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-09 07:22:17,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-09 07:22:16.981 154 INFO rally.deployment.engine [-] Deployment 2d538d56-374f-4eab-bedd-e2449497ba30 | Starting: Destroy cloud and free allocated resources. 2018-08-09 07:22:17.080 154 INFO rally.deployment.engine [-] Deployment 2d538d56-374f-4eab-bedd-e2449497ba30 | Completed: Destroy cloud and free allocated resources. 2018-08-09 07:22:17.116 154 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=fcfdb9a9-b6a0-4c66-9427-8a31a60917cd) for deployment 'opnfv-rally'. 2018-08-09 07:22:17.131 154 INFO rally.api [-] Deleting verification (UUID=4056032c-dc34-43f8-8090-d09f67b1dc6f). 2018-08-09 07:22:17.182 154 INFO rally.api [-] Verification has been successfully deleted! 2018-08-09 07:22:17.183 154 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fcfdb9a9-b6a0-4c66-9427-8a31a60917cd). 2018-08-09 07:22:17.194 154 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-09 07:22:19,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-09 07:22:19.482 157 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f9bee051-d9fd-4284-9b87-4af23c384fe4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f9bee051-d9fd-4284-9b87-4af23c384fe4 | 2018-08-09T07:22:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f9bee051-d9fd-4284-9b87-4af23c384fe4 ~/.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-08-09 07:22:23,156 - 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-08-09 07:22:23,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-09 07:22:23,273 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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'978f9f9859e74a51a90e054d94c8ed96', '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'3246de8b-f370-4216-a0be-e288e7dcee8a', 'swap': 0}) 2018-08-09 07:22:23,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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'978f9f9859e74a51a90e054d94c8ed96', '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'3246de8b-f370-4216-a0be-e288e7dcee8a', 'swap': 0}) 2018-08-09 07:22:23,296 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-09 07:22:23,296 - 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-08-09 07:22:23,297 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-09 07:22:23,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-09 07:22:23,323 - 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': 'd2bee07d-e66f-411b-8b91-edf6e26dd947', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'flavor_name': 'rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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-08-09 07:23:25,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9c61d911-592a-41b0-8faf-d76c8512bbf0 2018-08-09 07:23:25,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-09 07:23:25,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9c61d911-592a-41b0-8faf-d76c8512bbf0'] 2018-08-09 07:23:26,871 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9c61d911-592a-41b0-8faf-d76c8512bbf0 -------------------------------------------------------------------------------- Task 9c61d911-592a-41b0-8faf-d76c8512bbf0: 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 9c61d911-592a-41b0-8faf-d76c8512bbf0 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> duration | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.484283 Full duration: 7.464673 -------------------------------------------------------------------------------- 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 9c61d911-592a-41b0-8faf-d76c8512bbf0 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.366 | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804091 Full duration: 7.983648 -------------------------------------------------------------------------------- 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 9c61d911-592a-41b0-8faf-d76c8512bbf0 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 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.934164 Full duration: 8.224404 -------------------------------------------------------------------------------- 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 9c61d911-592a-41b0-8faf-d76c8512bbf0 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.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | total | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> duration | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.839278 Full duration: 7.810808 -------------------------------------------------------------------------------- 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 9c61d911-592a-41b0-8faf-d76c8512bbf0 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.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | total | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> duration | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.931867 Full duration: 8.048217 -------------------------------------------------------------------------------- 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 9c61d911-592a-41b0-8faf-d76c8512bbf0 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.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.708535 Full duration: 7.459822 HINTS: * To plot HTML graphics with this data, run: rally task report 9c61d911-592a-41b0-8faf-d76c8512bbf0 --out output.html * To generate a JUnit report, run: rally task export 9c61d911-592a-41b0-8faf-d76c8512bbf0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9c61d911-592a-41b0-8faf-d76c8512bbf0 --json --out output.json 2018-08-09 07:23:26,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9c61d911-592a-41b0-8faf-d76c8512bbf0', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-09 07:23:28,964 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9c61d911-592a-41b0-8faf-d76c8512bbf0 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-09 07:23:28.852 765 INFO rally.api [-] Building 'json' report for the following task(s): '9c61d911-592a-41b0-8faf-d76c8512bbf0'. 2018-08-09 07:23:28.857 765 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:23:28,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9c61d911-592a-41b0-8faf-d76c8512bbf0', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-09 07:23:31,214 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9c61d911-592a-41b0-8faf-d76c8512bbf0 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-09 07:23:31.071 768 INFO rally.api [-] Building 'html' report for the following task(s): '9c61d911-592a-41b0-8faf-d76c8512bbf0'. 2018-08-09 07:23:31.109 768 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:23:31,217 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-09 07:23:31,217 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-09 07:23:31,217 - 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-08-09 07:23:31,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-09 07:23:31,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-09 07:23:31,227 - 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': 'd2bee07d-e66f-411b-8b91-edf6e26dd947', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'flavor_name': 'rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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-08-09 07:25:05,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d894e523-87bb-411d-b207-c89655d0d4f6 2018-08-09 07:25:05,608 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd894e523-87bb-411d-b207-c89655d0d4f6'] 2018-08-09 07:25:06,690 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d894e523-87bb-411d-b207-c89655d0d4f6 -------------------------------------------------------------------------------- Task d894e523-87bb-411d-b207-c89655d0d4f6: 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 d894e523-87bb-411d-b207-c89655d0d4f6 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.638 | 4.638 | 4.638 | 4.638 | 4.638 | 4.638 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | -> glance_v2.upload_data | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 100.0% | 1 | | glance_v2.delete_image | 1.118 | 1.118 | 1.118 | 1.118 | 1.118 | 1.118 | 100.0% | 1 | | total | 5.757 | 5.757 | 5.757 | 5.757 | 5.757 | 5.757 | 100.0% | 1 | | -> duration | 5.757 | 5.757 | 5.757 | 5.757 | 5.757 | 5.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.757028 Full duration: 13.973757 -------------------------------------------------------------------------------- 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 d894e523-87bb-411d-b207-c89655d0d4f6 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.084 | 4.084 | 4.084 | 4.084 | 4.084 | 4.084 | 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.315 | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 100.0% | 1 | | glance_v2.list_images | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 4.257 | 4.257 | 4.257 | 4.257 | 4.257 | 4.257 | 100.0% | 1 | | -> duration | 4.257 | 4.257 | 4.257 | 4.257 | 4.257 | 4.257 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.25713 Full duration: 16.393394 -------------------------------------------------------------------------------- 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 d894e523-87bb-411d-b207-c89655d0d4f6 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | -> duration | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.336469 Full duration: 7.939319 -------------------------------------------------------------------------------- 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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "number_instances": 2, "nics": [ { "net-id": "d2bee07d-e66f-411b-8b91-edf6e26dd947" } ] }, "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 d894e523-87bb-411d-b207-c89655d0d4f6 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.466 | 4.466 | 4.466 | 4.466 | 4.466 | 4.466 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | -> glance_v2.upload_data | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | nova.boot_servers | 14.572 | 14.572 | 14.572 | 14.572 | 14.572 | 14.572 | 100.0% | 1 | | total | 19.039 | 19.039 | 19.039 | 19.039 | 19.039 | 19.039 | 100.0% | 1 | | -> duration | 18.039 | 18.039 | 18.039 | 18.039 | 18.039 | 18.039 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.03948 Full duration: 39.844889 HINTS: * To plot HTML graphics with this data, run: rally task report d894e523-87bb-411d-b207-c89655d0d4f6 --out output.html * To generate a JUnit report, run: rally task export d894e523-87bb-411d-b207-c89655d0d4f6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d894e523-87bb-411d-b207-c89655d0d4f6 --json --out output.json 2018-08-09 07:25:06,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd894e523-87bb-411d-b207-c89655d0d4f6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-09 07:25:08,726 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d894e523-87bb-411d-b207-c89655d0d4f6 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-09 07:25:08.621 1321 INFO rally.api [-] Building 'json' report for the following task(s): 'd894e523-87bb-411d-b207-c89655d0d4f6'. 2018-08-09 07:25:08.626 1321 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:25:08,726 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd894e523-87bb-411d-b207-c89655d0d4f6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-09 07:25:11,047 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d894e523-87bb-411d-b207-c89655d0d4f6 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-09 07:25:10.921 1324 INFO rally.api [-] Building 'html' report for the following task(s): 'd894e523-87bb-411d-b207-c89655d0d4f6'. 2018-08-09 07:25:10.943 1324 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:25:11,053 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-09 07:25:11,053 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-09 07:25:11,054 - 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-08-09 07:25:11,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-09 07:25:11,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-09 07:25:11,075 - 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': 'd2bee07d-e66f-411b-8b91-edf6e26dd947', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'flavor_name': 'rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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-08-09 07:28:28,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d02e469c-8941-4301-b18b-95f5d0a500da 2018-08-09 07:28:28,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd02e469c-8941-4301-b18b-95f5d0a500da'] 2018-08-09 07:28:29,475 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d02e469c-8941-4301-b18b-95f5d0a500da -------------------------------------------------------------------------------- Task d02e469c-8941-4301-b18b-95f5d0a500da: 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 d02e469c-8941-4301-b18b-95f5d0a500da 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.136 | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | total | 5.743 | 5.743 | 5.743 | 5.743 | 5.743 | 5.743 | 100.0% | 1 | | -> duration | 5.743 | 5.743 | 5.743 | 5.743 | 5.743 | 5.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.743325 Full duration: 23.006115 -------------------------------------------------------------------------------- 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 d02e469c-8941-4301-b18b-95f5d0a500da 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.194 | 3.194 | 3.194 | 3.194 | 3.194 | 3.194 | 100.0% | 1 | | cinder_v2.delete_volume | 2.309 | 2.309 | 2.309 | 2.309 | 2.309 | 2.309 | 100.0% | 1 | | total | 5.503 | 5.503 | 5.503 | 5.503 | 5.503 | 5.503 | 100.0% | 1 | | -> duration | 5.503 | 5.503 | 5.503 | 5.503 | 5.503 | 5.503 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.503327 Full duration: 15.571266 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task d02e469c-8941-4301-b18b-95f5d0a500da 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.491 | 8.491 | 8.491 | 8.491 | 8.491 | 8.491 | 100.0% | 1 | | cinder_v2.delete_volume | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 100.0% | 1 | | total | 10.955 | 10.955 | 10.955 | 10.955 | 10.955 | 10.955 | 100.0% | 1 | | -> duration | 10.955 | 10.955 | 10.955 | 10.955 | 10.955 | 10.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.954596 Full duration: 21.957974 -------------------------------------------------------------------------------- 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 d02e469c-8941-4301-b18b-95f5d0a500da 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.14 | 3.14 | 3.14 | 3.14 | 3.14 | 3.14 | 100.0% | 1 | | cinder_v2.delete_volume | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | total | 4.037 | 4.037 | 4.037 | 4.037 | 4.037 | 4.037 | 100.0% | 1 | | -> duration | 4.037 | 4.037 | 4.037 | 4.037 | 4.037 | 4.037 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.037425 Full duration: 14.285582 -------------------------------------------------------------------------------- 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 d02e469c-8941-4301-b18b-95f5d0a500da 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.138 | 3.138 | 3.138 | 3.138 | 3.138 | 3.138 | 100.0% | 1 | | cinder_v2.extend_volume | 2.518 | 2.518 | 2.518 | 2.518 | 2.518 | 2.518 | 100.0% | 1 | | cinder_v2.delete_volume | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 100.0% | 1 | | total | 8.114 | 8.114 | 8.114 | 8.114 | 8.114 | 8.114 | 100.0% | 1 | | -> duration | 8.114 | 8.114 | 8.114 | 8.114 | 8.114 | 8.114 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.11395 Full duration: 18.352456 -------------------------------------------------------------------------------- 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 d02e469c-8941-4301-b18b-95f5d0a500da 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.147 | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 100.0% | 1 | | cinder_v2.delete_volume | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 100.0% | 1 | | total | 5.732 | 5.732 | 5.732 | 5.732 | 5.732 | 5.732 | 100.0% | 1 | | -> duration | 5.732 | 5.732 | 5.732 | 5.732 | 5.732 | 5.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.732209 Full duration: 23.353434 -------------------------------------------------------------------------------- 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 d02e469c-8941-4301-b18b-95f5d0a500da 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.list_qos | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775001 Full duration: 12.679641 -------------------------------------------------------------------------------- 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 d02e469c-8941-4301-b18b-95f5d0a500da 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | cinder_v2.set_qos | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785623 Full duration: 12.2916 -------------------------------------------------------------------------------- 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 d02e469c-8941-4301-b18b-95f5d0a500da 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.list_types | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> duration | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794471 Full duration: 12.633642 -------------------------------------------------------------------------------- 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 d02e469c-8941-4301-b18b-95f5d0a500da 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> duration | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.836139 Full duration: 12.586967 HINTS: * To plot HTML graphics with this data, run: rally task report d02e469c-8941-4301-b18b-95f5d0a500da --out output.html * To generate a JUnit report, run: rally task export d02e469c-8941-4301-b18b-95f5d0a500da --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d02e469c-8941-4301-b18b-95f5d0a500da --json --out output.json 2018-08-09 07:28:29,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd02e469c-8941-4301-b18b-95f5d0a500da', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-09 07:28:31,739 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d02e469c-8941-4301-b18b-95f5d0a500da --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-09 07:28:31.630 3113 INFO rally.api [-] Building 'json' report for the following task(s): 'd02e469c-8941-4301-b18b-95f5d0a500da'. 2018-08-09 07:28:31.638 3113 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:28:31,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd02e469c-8941-4301-b18b-95f5d0a500da', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-09 07:28:34,209 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d02e469c-8941-4301-b18b-95f5d0a500da --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-09 07:28:34.045 3116 INFO rally.api [-] Building 'html' report for the following task(s): 'd02e469c-8941-4301-b18b-95f5d0a500da'. 2018-08-09 07:28:34.079 3116 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:28:34,221 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-09 07:28:34,221 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-09 07:28:34,221 - 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-08-09 07:28:34,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-09 07:28:34,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-09 07:28:34,237 - 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': 'd2bee07d-e66f-411b-8b91-edf6e26dd947', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'flavor_name': 'rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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-08-09 07:29:57,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0f5846df-5d2b-4d11-ba71-edcce9969d08 2018-08-09 07:29:57,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0f5846df-5d2b-4d11-ba71-edcce9969d08'] 2018-08-09 07:29:58,554 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0f5846df-5d2b-4d11-ba71-edcce9969d08 -------------------------------------------------------------------------------- Task 0f5846df-5d2b-4d11-ba71-edcce9969d08: 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 0f5846df-5d2b-4d11-ba71-edcce9969d08 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.595 | 4.595 | 4.595 | 4.595 | 4.595 | 4.595 | 100.0% | 1 | | heat.update_stack | 3.076 | 3.076 | 3.076 | 3.076 | 3.076 | 3.076 | 100.0% | 1 | | heat.delete_stack | 2.846 | 2.846 | 2.846 | 2.846 | 2.846 | 2.846 | 100.0% | 1 | | total | 10.516 | 10.516 | 10.516 | 10.516 | 10.516 | 10.516 | 100.0% | 1 | | -> duration | 6.516 | 6.516 | 6.516 | 6.516 | 6.516 | 6.516 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.516352 Full duration: 19.337131 -------------------------------------------------------------------------------- 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 0f5846df-5d2b-4d11-ba71-edcce9969d08 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.915 | 4.915 | 4.915 | 4.915 | 4.915 | 4.915 | 100.0% | 1 | | heat.check_stack | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | heat.delete_stack | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | total | 8.312 | 8.312 | 8.312 | 8.312 | 8.312 | 8.312 | 100.0% | 1 | | -> duration | 6.312 | 6.312 | 6.312 | 6.312 | 6.312 | 6.312 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.312362 Full duration: 16.543501 -------------------------------------------------------------------------------- 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 0f5846df-5d2b-4d11-ba71-edcce9969d08 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.539 | 4.539 | 4.539 | 4.539 | 4.539 | 4.539 | 100.0% | 1 | | heat.suspend_stack | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | heat.resume_stack | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 100.0% | 1 | | heat.delete_stack | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 100.0% | 1 | | total | 8.536 | 8.536 | 8.536 | 8.536 | 8.536 | 8.536 | 100.0% | 1 | | -> duration | 6.536 | 6.536 | 6.536 | 6.536 | 6.536 | 6.536 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.536268 Full duration: 18.368135 -------------------------------------------------------------------------------- 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 0f5846df-5d2b-4d11-ba71-edcce9969d08 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.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | total | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> duration | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.575405 Full duration: 8.308797 HINTS: * To plot HTML graphics with this data, run: rally task report 0f5846df-5d2b-4d11-ba71-edcce9969d08 --out output.html * To generate a JUnit report, run: rally task export 0f5846df-5d2b-4d11-ba71-edcce9969d08 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0f5846df-5d2b-4d11-ba71-edcce9969d08 --json --out output.json 2018-08-09 07:29:58,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0f5846df-5d2b-4d11-ba71-edcce9969d08', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-09 07:30:00,940 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0f5846df-5d2b-4d11-ba71-edcce9969d08 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-09 07:30:00.782 3849 INFO rally.api [-] Building 'json' report for the following task(s): '0f5846df-5d2b-4d11-ba71-edcce9969d08'. 2018-08-09 07:30:00.789 3849 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:30:00,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0f5846df-5d2b-4d11-ba71-edcce9969d08', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-09 07:30:03,431 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0f5846df-5d2b-4d11-ba71-edcce9969d08 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-09 07:30:03.245 3852 INFO rally.api [-] Building 'html' report for the following task(s): '0f5846df-5d2b-4d11-ba71-edcce9969d08'. 2018-08-09 07:30:03.281 3852 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:30:03,437 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-09 07:30:03,437 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-09 07:30:03,438 - 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-08-09 07:30:03,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-09 07:30:03,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-09 07:30:03,469 - 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': 'd2bee07d-e66f-411b-8b91-edf6e26dd947', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'flavor_name': 'rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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-08-09 07:33:21,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e46bd759-6c49-40e8-ab2f-037189e2ce36 2018-08-09 07:33:21,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e46bd759-6c49-40e8-ab2f-037189e2ce36'] 2018-08-09 07:33:22,842 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e46bd759-6c49-40e8-ab2f-037189e2ce36 -------------------------------------------------------------------------------- Task e46bd759-6c49-40e8-ab2f-037189e2ce36: 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 e46bd759-6c49-40e8-ab2f-037189e2ce36 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.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | keystone_v3.add_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743251 Full duration: 14.42619 -------------------------------------------------------------------------------- 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 e46bd759-6c49-40e8-ab2f-037189e2ce36 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.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.list_roles | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> duration | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.702822 Full duration: 14.192018 -------------------------------------------------------------------------------- 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 e46bd759-6c49-40e8-ab2f-037189e2ce36 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | keystone_v3.list_projects | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748124 Full duration: 14.457694 -------------------------------------------------------------------------------- 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 e46bd759-6c49-40e8-ab2f-037189e2ce36 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | keystone_v3.delete_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> duration | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.627344 Full duration: 12.120611 -------------------------------------------------------------------------------- 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 e46bd759-6c49-40e8-ab2f-037189e2ce36 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.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | keystone_v3.delete_service | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> duration | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.608132 Full duration: 12.34918 -------------------------------------------------------------------------------- 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 e46bd759-6c49-40e8-ab2f-037189e2ce36 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.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | keystone_v3.create_user | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | -> keystone_v3.add_role | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_user | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | -> duration | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.765296 Full duration: 20.059702 -------------------------------------------------------------------------------- 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 e46bd759-6c49-40e8-ab2f-037189e2ce36 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.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> duration | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.974057 Full duration: 12.813448 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e46bd759-6c49-40e8-ab2f-037189e2ce36 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.759399 Full duration: 14.350529 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e46bd759-6c49-40e8-ab2f-037189e2ce36 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.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | total | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | -> duration | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.663157 Full duration: 14.192034 -------------------------------------------------------------------------------- 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 e46bd759-6c49-40e8-ab2f-037189e2ce36 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.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | keystone_v3.list_users | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> duration | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.851271 Full duration: 14.738337 -------------------------------------------------------------------------------- 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 e46bd759-6c49-40e8-ab2f-037189e2ce36 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.create_users | 5.074 | 5.074 | 5.074 | 5.074 | 5.074 | 5.074 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.074 | 5.074 | 5.074 | 5.074 | 5.074 | 5.074 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.511 | 1.511 | 1.511 | 1.511 | 1.511 | 1.511 | 100.0% | 1 | | total | 6.791 | 6.791 | 6.791 | 6.791 | 6.791 | 6.791 | 100.0% | 1 | | -> duration | 6.791 | 6.791 | 6.791 | 6.791 | 6.791 | 6.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.790585 Full duration: 23.079387 HINTS: * To plot HTML graphics with this data, run: rally task report e46bd759-6c49-40e8-ab2f-037189e2ce36 --out output.html * To generate a JUnit report, run: rally task export e46bd759-6c49-40e8-ab2f-037189e2ce36 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e46bd759-6c49-40e8-ab2f-037189e2ce36 --json --out output.json 2018-08-09 07:33:22,842 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e46bd759-6c49-40e8-ab2f-037189e2ce36', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-09 07:33:25,293 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e46bd759-6c49-40e8-ab2f-037189e2ce36 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-09 07:33:25.152 5767 INFO rally.api [-] Building 'json' report for the following task(s): 'e46bd759-6c49-40e8-ab2f-037189e2ce36'. 2018-08-09 07:33:25.164 5767 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:33:25,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e46bd759-6c49-40e8-ab2f-037189e2ce36', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-09 07:33:27,600 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e46bd759-6c49-40e8-ab2f-037189e2ce36 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-09 07:33:27.452 5770 INFO rally.api [-] Building 'html' report for the following task(s): 'e46bd759-6c49-40e8-ab2f-037189e2ce36'. 2018-08-09 07:33:27.485 5770 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:33:27,614 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-09 07:33:27,614 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-09 07:33:27,615 - 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-08-09 07:33:27,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-09 07:33:27,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-09 07:33:27,632 - 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': 'd2bee07d-e66f-411b-8b91-edf6e26dd947', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'flavor_name': 'rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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-08-09 07:38:34,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e2453d37-7e49-4724-9c19-927908cdbb69 2018-08-09 07:38:34,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e2453d37-7e49-4724-9c19-927908cdbb69'] 2018-08-09 07:38:35,673 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e2453d37-7e49-4724-9c19-927908cdbb69 -------------------------------------------------------------------------------- Task e2453d37-7e49-4724-9c19-927908cdbb69: 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | neutron.delete_network | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | total | 1.983 | 1.983 | 1.983 | 1.983 | 1.983 | 1.983 | 100.0% | 1 | | -> duration | 1.983 | 1.983 | 1.983 | 1.983 | 1.983 | 1.983 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.982668 Full duration: 15.046331 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.251 | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 100.0% | 1 | | neutron.delete_port | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | total | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 100.0% | 1 | | -> duration | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.017316 Full duration: 29.884262 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | neutron.create_subnet | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | neutron.create_router | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 100.0% | 1 | | neutron.add_interface_router | 1.507 | 1.507 | 1.507 | 1.507 | 1.507 | 1.507 | 100.0% | 1 | | neutron.remove_interface_router | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 100.0% | 1 | | neutron.delete_router | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 100.0% | 1 | | total | 5.205 | 5.205 | 5.205 | 5.205 | 5.205 | 5.205 | 100.0% | 1 | | -> duration | 5.205 | 5.205 | 5.205 | 5.205 | 5.205 | 5.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.205269 Full duration: 37.910622 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.255 | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 100.0% | 1 | | neutron.delete_subnet | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | total | 2.092 | 2.092 | 2.092 | 2.092 | 2.092 | 2.092 | 100.0% | 1 | | -> duration | 2.092 | 2.092 | 2.092 | 2.092 | 2.092 | 2.092 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.092087 Full duration: 29.120639 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | neutron.list_networks | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | total | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 100.0% | 1 | | -> duration | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.394944 Full duration: 17.252619 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.238 | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 100.0% | 1 | | neutron.list_ports | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 100.0% | 1 | | total | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | -> duration | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.499583 Full duration: 27.502527 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | neutron.create_subnet | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | neutron.create_router | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 100.0% | 1 | | neutron.add_interface_router | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 100.0% | 1 | | neutron.list_routers | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 3.687 | 3.687 | 3.687 | 3.687 | 3.687 | 3.687 | 100.0% | 1 | | -> duration | 3.687 | 3.687 | 3.687 | 3.687 | 3.687 | 3.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.686789 Full duration: 35.927444 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | neutron.create_subnet | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | neutron.list_subnets | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 100.0% | 1 | | total | 1.98 | 1.98 | 1.98 | 1.98 | 1.98 | 1.98 | 100.0% | 1 | | -> duration | 1.98 | 1.98 | 1.98 | 1.98 | 1.98 | 1.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.979547 Full duration: 32.247468 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | neutron.delete_security_group | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 100.0% | 1 | | total | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> duration | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.268048 Full duration: 14.474857 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | neutron.create_security_group_rule | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | neutron.delete_security_group | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 100.0% | 1 | | total | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 100.0% | 1 | | -> duration | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.807518 Full duration: 14.734894 -------------------------------------------------------------------------------- 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 e2453d37-7e49-4724-9c19-927908cdbb69 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.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | neutron.create_router | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | neutron.add_gateway_router | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 100.0% | 1 | | neutron.remove_gateway_router | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | total | 3.569 | 3.569 | 3.569 | 3.569 | 3.569 | 3.569 | 100.0% | 1 | | -> duration | 3.569 | 3.569 | 3.569 | 3.569 | 3.569 | 3.569 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.569467 Full duration: 23.59118 HINTS: * To plot HTML graphics with this data, run: rally task report e2453d37-7e49-4724-9c19-927908cdbb69 --out output.html * To generate a JUnit report, run: rally task export e2453d37-7e49-4724-9c19-927908cdbb69 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e2453d37-7e49-4724-9c19-927908cdbb69 --json --out output.json 2018-08-09 07:38:35,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e2453d37-7e49-4724-9c19-927908cdbb69', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-09 07:38:37,966 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e2453d37-7e49-4724-9c19-927908cdbb69 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-09 07:38:37.866 9065 INFO rally.api [-] Building 'json' report for the following task(s): 'e2453d37-7e49-4724-9c19-927908cdbb69'. 2018-08-09 07:38:37.876 9065 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:38:37,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e2453d37-7e49-4724-9c19-927908cdbb69', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-09 07:38:40,394 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e2453d37-7e49-4724-9c19-927908cdbb69 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-09 07:38:40.261 9068 INFO rally.api [-] Building 'html' report for the following task(s): 'e2453d37-7e49-4724-9c19-927908cdbb69'. 2018-08-09 07:38:40.292 9068 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:38:40,399 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-09 07:38:40,399 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-09 07:38:40,400 - 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-08-09 07:38:40,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-09 07:38:40,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-09 07:38:40,418 - 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': 'd2bee07d-e66f-411b-8b91-edf6e26dd947', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'flavor_name': 'rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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-08-09 07:45:27,977 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f518e48e-0e1f-493f-a2dc-6ad29291dc8b 2018-08-09 07:45:27,978 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f518e48e-0e1f-493f-a2dc-6ad29291dc8b'] 2018-08-09 07:45:28,950 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f518e48e-0e1f-493f-a2dc-6ad29291dc8b -------------------------------------------------------------------------------- Task f518e48e-0e1f-493f-a2dc-6ad29291dc8b: 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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "image": { "name": "rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "block_migration": false, "nics": [ { "net-id": "d2bee07d-e66f-411b-8b91-edf6e26dd947" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f518e48e-0e1f-493f-a2dc-6ad29291dc8b 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.661 | 9.661 | 9.661 | 9.661 | 9.661 | 9.661 | 100.0% | 1 | | nova.find_host_to_migrate | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 100.0% | 1 | | nova.live_migrate | 10.771 | 10.771 | 10.771 | 10.771 | 10.771 | 10.771 | 100.0% | 1 | | nova.delete_server | 2.647 | 2.647 | 2.647 | 2.647 | 2.647 | 2.647 | 100.0% | 1 | | total | 24.519 | 24.519 | 24.519 | 24.519 | 24.519 | 24.519 | 100.0% | 1 | | -> duration | 23.519 | 23.519 | 23.519 | 23.519 | 23.519 | 23.519 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.518834 Full duration: 33.913399 -------------------------------------------------------------------------------- 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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "image": { "name": "rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "d2bee07d-e66f-411b-8b91-edf6e26dd947" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f518e48e-0e1f-493f-a2dc-6ad29291dc8b 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 | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 3.088 | 100.0% | 1 | | nova.attach_volume | 4.31 | 4.31 | 4.31 | 4.31 | 4.31 | 4.31 | 100.0% | 1 | | nova.find_host_to_migrate | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 100.0% | 1 | | nova.live_migrate | 13.714 | 13.714 | 13.714 | 13.714 | 13.714 | 13.714 | 100.0% | 1 | | nova.detach_volume | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 100.0% | 1 | | cinder_v2.delete_volume | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | nova.delete_server | 2.838 | 2.838 | 2.838 | 2.838 | 2.838 | 2.838 | 100.0% | 1 | | total | 38.289 | 38.289 | 38.289 | 38.289 | 38.289 | 38.289 | 100.0% | 1 | | -> duration | 37.289 | 37.289 | 37.289 | 37.289 | 37.289 | 37.289 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.288986 Full duration: 49.710244 -------------------------------------------------------------------------------- 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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "image": { "name": "rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "d2bee07d-e66f-411b-8b91-edf6e26dd947" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f518e48e-0e1f-493f-a2dc-6ad29291dc8b 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.363 | 8.363 | 8.363 | 8.363 | 8.363 | 8.363 | 100.0% | 1 | | nova.boot_server | 9.592 | 9.592 | 9.592 | 9.592 | 9.592 | 9.592 | 100.0% | 1 | | nova.find_host_to_migrate | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | nova.live_migrate | 15.582 | 15.582 | 15.582 | 15.582 | 15.582 | 15.582 | 100.0% | 1 | | nova.delete_server | 5.129 | 5.129 | 5.129 | 5.129 | 5.129 | 5.129 | 100.0% | 1 | | total | 40.056 | 40.056 | 40.056 | 40.056 | 40.056 | 40.056 | 100.0% | 1 | | -> duration | 39.056 | 39.056 | 39.056 | 39.056 | 39.056 | 39.056 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.055521 Full duration: 51.53375 -------------------------------------------------------------------------------- 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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "image": { "name": "rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "server_kwargs": { "nics": [ { "net-id": "d2bee07d-e66f-411b-8b91-edf6e26dd947" } ] } }, "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 f518e48e-0e1f-493f-a2dc-6ad29291dc8b 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.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | nova.boot_server | 8.777 | 8.777 | 8.777 | 8.777 | 8.777 | 8.777 | 100.0% | 1 | | nova.delete_server | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 100.0% | 1 | | nova.delete_keypair | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 12.538 | 12.538 | 12.538 | 12.538 | 12.538 | 12.538 | 100.0% | 1 | | -> duration | 11.538 | 11.538 | 11.538 | 11.538 | 11.538 | 11.538 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.537684 Full duration: 36.335851 -------------------------------------------------------------------------------- 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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "image": { "name": "rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "volume_size": 5, "nics": [ { "net-id": "d2bee07d-e66f-411b-8b91-edf6e26dd947" } ] }, "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 f518e48e-0e1f-493f-a2dc-6ad29291dc8b 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.83 | 8.83 | 8.83 | 8.83 | 8.83 | 8.83 | 100.0% | 1 | | nova.boot_server | 9.315 | 9.315 | 9.315 | 9.315 | 9.315 | 9.315 | 100.0% | 1 | | nova.delete_server | 2.68 | 2.68 | 2.68 | 2.68 | 2.68 | 2.68 | 100.0% | 1 | | total | 20.826 | 20.826 | 20.826 | 20.826 | 20.826 | 20.826 | 100.0% | 1 | | -> duration | 19.826 | 19.826 | 19.826 | 19.826 | 19.826 | 19.826 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.826078 Full duration: 47.362864 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "image": { "name": "rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "force_delete": false, "nics": [ { "net-id": "d2bee07d-e66f-411b-8b91-edf6e26dd947" } ] }, "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 f518e48e-0e1f-493f-a2dc-6ad29291dc8b 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.158 | 9.158 | 9.158 | 9.158 | 9.158 | 9.158 | 100.0% | 1 | | nova.pause_server | 2.786 | 2.786 | 2.786 | 2.786 | 2.786 | 2.786 | 100.0% | 1 | | nova.unpause_server | 2.943 | 2.943 | 2.943 | 2.943 | 2.943 | 2.943 | 100.0% | 1 | | nova.delete_server | 5.699 | 5.699 | 5.699 | 5.699 | 5.699 | 5.699 | 100.0% | 1 | | total | 20.587 | 20.587 | 20.587 | 20.587 | 20.587 | 20.587 | 100.0% | 1 | | -> duration | 15.587 | 15.587 | 15.587 | 15.587 | 15.587 | 15.587 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.586641 Full duration: 48.142738 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "image": { "name": "rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "nics": [ { "net-id": "d2bee07d-e66f-411b-8b91-edf6e26dd947" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f518e48e-0e1f-493f-a2dc-6ad29291dc8b 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.385 | 9.385 | 9.385 | 9.385 | 9.385 | 9.385 | 100.0% | 1 | | nova.migrate | 33.43 | 33.43 | 33.43 | 33.43 | 33.43 | 33.43 | 100.0% | 1 | | nova.resize_confirm | 3.312 | 3.312 | 3.312 | 3.312 | 3.312 | 3.312 | 100.0% | 1 | | nova.delete_server | 2.547 | 2.547 | 2.547 | 2.547 | 2.547 | 2.547 | 100.0% | 1 | | total | 48.673 | 48.673 | 48.673 | 48.673 | 48.673 | 48.673 | 100.0% | 1 | | -> duration | 47.673 | 47.673 | 47.673 | 47.673 | 47.673 | 47.673 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 47.673155 Full duration: 57.801548 -------------------------------------------------------------------------------- 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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "image": { "name": "rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task f518e48e-0e1f-493f-a2dc-6ad29291dc8b 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.995 | 9.995 | 9.995 | 9.995 | 9.995 | 9.995 | 100.0% | 1 | | nova.list_interfaces | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 10.331 | 10.331 | 10.331 | 10.331 | 10.331 | 10.331 | 100.0% | 1 | | -> duration | 9.331 | 9.331 | 9.331 | 9.331 | 9.331 | 9.331 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.331084 Full duration: 38.644079 -------------------------------------------------------------------------------- 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 f518e48e-0e1f-493f-a2dc-6ad29291dc8b 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | nova.delete_server_group | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.695479 Full duration: 9.326186 HINTS: * To plot HTML graphics with this data, run: rally task report f518e48e-0e1f-493f-a2dc-6ad29291dc8b --out output.html * To generate a JUnit report, run: rally task export f518e48e-0e1f-493f-a2dc-6ad29291dc8b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f518e48e-0e1f-493f-a2dc-6ad29291dc8b --json --out output.json 2018-08-09 07:45:28,950 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f518e48e-0e1f-493f-a2dc-6ad29291dc8b', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-09 07:45:31,139 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f518e48e-0e1f-493f-a2dc-6ad29291dc8b --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-09 07:45:31.026 10711 INFO rally.api [-] Building 'json' report for the following task(s): 'f518e48e-0e1f-493f-a2dc-6ad29291dc8b'. 2018-08-09 07:45:31.036 10711 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:45:31,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f518e48e-0e1f-493f-a2dc-6ad29291dc8b', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-09 07:45:33,431 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f518e48e-0e1f-493f-a2dc-6ad29291dc8b --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-09 07:45:33.298 10714 INFO rally.api [-] Building 'html' report for the following task(s): 'f518e48e-0e1f-493f-a2dc-6ad29291dc8b'. 2018-08-09 07:45:33.329 10714 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:45:33,444 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-08-09 07:45:33,444 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-09 07:45:33,445 - 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-08-09 07:45:33,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-09 07:45:33,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-09 07:45:33,471 - 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': 'd2bee07d-e66f-411b-8b91-edf6e26dd947', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', 'flavor_name': 'rally_sanity-flavor_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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_8d1b18c7-4887-40cd-a0f8-82c214ef1d6b', '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-08-09 07:46:27,186 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2f5b04e1-69b7-453f-8bed-c616d316037b 2018-08-09 07:46:27,186 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2f5b04e1-69b7-453f-8bed-c616d316037b'] 2018-08-09 07:46:28,257 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2f5b04e1-69b7-453f-8bed-c616d316037b -------------------------------------------------------------------------------- Task 2f5b04e1-69b7-453f-8bed-c616d316037b: 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 2f5b04e1-69b7-453f-8bed-c616d316037b 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.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | quotas.delete_quotas | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | total | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> duration | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.905325 Full duration: 8.632938 -------------------------------------------------------------------------------- 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 2f5b04e1-69b7-453f-8bed-c616d316037b 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | total | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> duration | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.674651 Full duration: 8.469619 -------------------------------------------------------------------------------- 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 2f5b04e1-69b7-453f-8bed-c616d316037b 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.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 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.750173 Full duration: 8.359595 -------------------------------------------------------------------------------- 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 2f5b04e1-69b7-453f-8bed-c616d316037b 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.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | total | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | -> duration | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.188187 Full duration: 9.130681 HINTS: * To plot HTML graphics with this data, run: rally task report 2f5b04e1-69b7-453f-8bed-c616d316037b --out output.html * To generate a JUnit report, run: rally task export 2f5b04e1-69b7-453f-8bed-c616d316037b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2f5b04e1-69b7-453f-8bed-c616d316037b --json --out output.json 2018-08-09 07:46:28,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2f5b04e1-69b7-453f-8bed-c616d316037b', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-09 07:46:30,546 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2f5b04e1-69b7-453f-8bed-c616d316037b --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-09 07:46:30.442 11227 INFO rally.api [-] Building 'json' report for the following task(s): '2f5b04e1-69b7-453f-8bed-c616d316037b'. 2018-08-09 07:46:30.446 11227 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:46:30,547 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2f5b04e1-69b7-453f-8bed-c616d316037b', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-09 07:46:32,783 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2f5b04e1-69b7-453f-8bed-c616d316037b --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-09 07:46:32.662 11230 INFO rally.api [-] Building 'html' report for the following task(s): '2f5b04e1-69b7-453f-8bed-c616d316037b'. 2018-08-09 07:46:32.682 11230 INFO rally.api [-] The report has been successfully built. 2018-08-09 07:46:32,787 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-09 07:46:32,791 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:46 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:46 | 11 | 100.00% | | neutron | 04:37 | 11 | 100.00% | | nova | 06:12 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:06 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-08-09 07:46:32,791 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-08-09 07:46:32,918 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 07:46:32,919 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:25 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-09 07:46:41,150 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-09 07:46:41,829 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-09 07:46:44,336 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-09 07:46:43.972 11233 INFO rally.deployment.engine [-] Deployment f9bee051-d9fd-4284-9b87-4af23c384fe4 | Starting: Destroy cloud and free allocated resources. 2018-08-09 07:46:44.101 11233 INFO rally.deployment.engine [-] Deployment f9bee051-d9fd-4284-9b87-4af23c384fe4 | Completed: Destroy cloud and free allocated resources. 2018-08-09 07:46:44.119 11233 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fcfdb9a9-b6a0-4c66-9427-8a31a60917cd). 2018-08-09 07:46:44.123 11233 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-09 07:46:46,892 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-09 07:46:46.550 11236 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5269acd7-99b7-47c5-aca7-c6e438d880fb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5269acd7-99b7-47c5-aca7-c6e438d880fb | 2018-08-09T07:46:46 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5269acd7-99b7-47c5-aca7-c6e438d880fb ~/.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-08-09 07:46:50,405 - 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-08-09 07:46:50,405 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-09 07:46:52,739 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-09 07:46:52.438 11242 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=fcfdb9a9-b6a0-4c66-9427-8a31a60917cd). 2018-08-09 07:46:52.585 11242 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-09 07:46:56,311 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-09 07:46:54.722 11245 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-09 07:46:54.921 11245 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-09 07:46:56.119 11245 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abeea478-cf00-4e89-af43-17fa9f5c1fd0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=abeea478-cf00-4e89-af43-17fa9f5c1fd0) as the default verifier for the future CLI operations. 2018-08-09 07:46:59,444 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-09 07:46:59,908 - 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-08-09T07:46:59Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8b8375cf-f522-41db-bbad-049924bd7ae7', u'provider:segmentation_id': 51, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_b8785ca7-0308-4320-8d06-70ff7818ed24', u'admin_state_up': True, u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:46:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'978f9f9859e74a51a90e054d94c8ed96'}) 2018-08-09 07:47:00,878 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-09T07:47:00Z', 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'b9bcdedd-b58d-43c1-b8a0-965b3ba80ff8', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_b8785ca7-0308-4320-8d06-70ff7818ed24', u'enable_dhcp': True, u'network_id': u'8b8375cf-f522-41db-bbad-049924bd7ae7', u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:47:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'978f9f9859e74a51a90e054d94c8ed96'}) 2018-08-09 07:47:02,301 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'99b3cce3-84c7-441e-9b73-4f896c0f39c6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'6f032980-a4b7-4dfe-b7e1-1d792bb874a5', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:47:01Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-09T07:47:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'id': u'7f3178d1-ee9b-42ba-952d-73f55832ae7c', u'name': u'refstack_defcore-router_b8785ca7-0308-4320-8d06-70ff7818ed24'}) 2018-08-09 07:47:05,698 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/78231024-c769-4267-a3ed-a9cb399b9ad0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/78231024-c769-4267-a3ed-a9cb399b9ad0/file', 'owner': u'978f9f9859e74a51a90e054d94c8ed96', 'id': u'78231024-c769-4267-a3ed-a9cb399b9ad0', 'size': 12716032, u'self': u'/v2/images/78231024-c769-4267-a3ed-a9cb399b9ad0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'978f9f9859e74a51a90e054d94c8ed96', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/78231024-c769-4267-a3ed-a9cb399b9ad0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-09T07:47:05Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-09T07:47:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_b8785ca7-0308-4320-8d06-70ff7818ed24', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/78231024-c769-4267-a3ed-a9cb399b9ad0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_b8785ca7-0308-4320-8d06-70ff7818ed24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_b8785ca7-0308-4320-8d06-70ff7818ed24', 'created': u'2018-08-09T07:47:04Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-09T07:47:04Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/78231024-c769-4267-a3ed-a9cb399b9ad0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_b8785ca7-0308-4320-8d06-70ff7818ed24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-09 07:47:05,894 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_b8785ca7-0308-4320-8d06-70ff7818ed24', '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'978f9f9859e74a51a90e054d94c8ed96', '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'2d0a503b-c044-41c8-9b85-4050e3e73491', 'swap': 0}) 2018-08-09 07:47:07,793 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/960cad54-a7cb-4ebc-8a12-c9258ac470ba/snap', u'metadata': Munch({})})], 'file': u'/v2/images/960cad54-a7cb-4ebc-8a12-c9258ac470ba/file', 'owner': u'978f9f9859e74a51a90e054d94c8ed96', 'id': u'960cad54-a7cb-4ebc-8a12-c9258ac470ba', 'size': 12716032, u'self': u'/v2/images/960cad54-a7cb-4ebc-8a12-c9258ac470ba', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'978f9f9859e74a51a90e054d94c8ed96', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/960cad54-a7cb-4ebc-8a12-c9258ac470ba/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-09T07:47:07Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-09T07:47:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_b8785ca7-0308-4320-8d06-70ff7818ed24', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/960cad54-a7cb-4ebc-8a12-c9258ac470ba', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_b8785ca7-0308-4320-8d06-70ff7818ed24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_b8785ca7-0308-4320-8d06-70ff7818ed24', 'created': u'2018-08-09T07:47:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-09T07:47:06Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/960cad54-a7cb-4ebc-8a12-c9258ac470ba', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_b8785ca7-0308-4320-8d06-70ff7818ed24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-09 07:47:07,856 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_b8785ca7-0308-4320-8d06-70ff7818ed24', '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'978f9f9859e74a51a90e054d94c8ed96', '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'aa64b116-6170-4e2a-bdaa-f67aa519a8d7', 'swap': 0}) 2018-08-09 07:47:07,879 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_b8785ca7-0308-4320-8d06-70ff7818ed24', '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'978f9f9859e74a51a90e054d94c8ed96', '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'aa64b116-6170-4e2a-bdaa-f67aa519a8d7', 'swap': 0}) 2018-08-09 07:47:11,154 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-09 07:47:10.019 11264 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=abeea478-cf00-4e89-af43-17fa9f5c1fd0) for deployment 'opnfv-rally' (UUID=5269acd7-99b7-47c5-aca7-c6e438d880fb). 2018-08-09 07:47:10.994 11264 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abeea478-cf00-4e89-af43-17fa9f5c1fd0) has been successfully configured for deployment 'opnfv-rally' (UUID=5269acd7-99b7-47c5-aca7-c6e438d880fb)! 2018-08-09 07:47:11,154 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-09 07:47:11,155 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-09 07:47:11,156 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-09 07:47:13,699 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-09 07:47:13,701 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-09 07:47:13,701 - 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']'. 2018-08-09 07:47:15,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:15.812 11276 INFO rally.api [-] Starting verification (UUID=2ca1e0d2-7daa-4221-9c4b-3cb240d94008) for deployment 'opnfv-rally' (UUID=5269acd7-99b7-47c5-aca7-c6e438d880fb) by verifier 'opnfv-tempest' (UUID=abeea478-cf00-4e89-af43-17fa9f5c1fd0). 2018-08-09 07:47:15,814 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2ca1e0d2-7daa-4221-9c4b-3cb240d94008 2018-08-09 07:47:25,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:25.077 11276 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2018-08-09 07:47:25,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:25.275 11276 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.218s] 2018-08-09 07:47:25,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:25.344 11276 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.234s] 2018-08-09 07:47:25,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:25.350 11276 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.074s] 2018-08-09 07:47:25,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:25.641 11276 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.310s] 2018-08-09 07:47:25,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:25.962 11276 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.871s] 2018-08-09 07:47:26,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:26.158 11276 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.196s] 2018-08-09 07:47:28,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:28.925 11276 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.768s] 2018-08-09 07:47:30,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:30.439 11276 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.514s] 2018-08-09 07:47:30,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:30.494 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.194s] 2018-08-09 07:47:30,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:30.696 11276 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.090s] 2018-08-09 07:47:30,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:30.778 11276 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.082s] 2018-08-09 07:47:30,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:30.862 11276 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.083s] 2018-08-09 07:47:33,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:33.129 11276 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.993s] 2018-08-09 07:47:34,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:34.354 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.857s] 2018-08-09 07:47:36,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:36.339 11276 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.139s] 2018-08-09 07:47:36,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:36.862 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.507s] 2018-08-09 07:47:37,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:37.211 11276 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.150s] 2018-08-09 07:47:37,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:37.370 11276 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.159s] 2018-08-09 07:47:37,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:37.915 11276 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.576s] 2018-08-09 07:47:38,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:38.834 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.972s] 2018-08-09 07:47:39,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:39.205 11276 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.833s] 2018-08-09 07:47:39,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:39.352 11276 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.148s] 2018-08-09 07:47:39,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:39.502 11276 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.150s] 2018-08-09 07:47:41,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:41.526 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.691s] 2018-08-09 07:47:42,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:42.937 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.017s] 2018-08-09 07:47:44,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:44.356 11276 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.061s] 2018-08-09 07:47:44,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:44.805 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.867s] 2018-08-09 07:47:47,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:47.095 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.568s] 2018-08-09 07:47:49,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:49.782 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.686s] 2018-08-09 07:47:50,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:50.064 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.282s] 2018-08-09 07:47:50,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:50.091 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2018-08-09 07:47:50,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:50.111 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-08-09 07:47:50,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:50.377 11276 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.265s] 2018-08-09 07:47:53,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:53.354 11276 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.995s] 2018-08-09 07:47:55,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:47:55.334 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [30.408s] 2018-08-09 07:48:05,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:05.399 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.070s] 2018-08-09 07:48:05,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:05.410 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-08-09 07:48:05,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:05.562 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.152s] 2018-08-09 07:48:05,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:05.573 11276 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-08-09 07:48:05,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:05.584 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-08-09 07:48:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:05.615 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-08-09 07:48:05,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:05.676 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-08-09 07:48:05,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:05.740 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-08-09 07:48:06,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:06.024 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.283s] 2018-08-09 07:48:06,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:06.038 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-08-09 07:48:06,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:06.103 11276 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-08-09 07:48:10,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:10.163 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.175s] 2018-08-09 07:48:10,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:10.200 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.037s] 2018-08-09 07:48:10,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:10.384 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.184s] 2018-08-09 07:48:10,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:10.733 11276 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.998s] 2018-08-09 07:48:11,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:11.017 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.632s] 2018-08-09 07:48:11,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:11.230 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.211s] 2018-08-09 07:48:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:11.771 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.540s] 2018-08-09 07:48:11,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:11.955 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.184s] 2018-08-09 07:48:12,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:12.005 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-08-09 07:48:12,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:12.061 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.056s] 2018-08-09 07:48:12,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:12.108 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.046s] 2018-08-09 07:48:12,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:12.152 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-08-09 07:48:12,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:12.389 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.235s] 2018-08-09 07:48:12,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:12.874 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.485s] 2018-08-09 07:48:12,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:12.932 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.058s] 2018-08-09 07:48:12,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:12.982 11276 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-08-09 07:48:17,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:17.404 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.746s] 2018-08-09 07:48:19,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:19.092 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.687s] 2018-08-09 07:48:20,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:20.838 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.745s] 2018-08-09 07:48:22,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:22.672 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.833s] 2018-08-09 07:48:23,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:23.085 11276 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.376s] 2018-08-09 07:48:23,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:23.184 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.798s] 2018-08-09 07:48:23,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:23.876 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.202s] 2018-08-09 07:48:25,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:25.054 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.179s] 2018-08-09 07:48:25,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:25.637 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.582s] 2018-08-09 07:48:26,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:26.040 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.403s] 2018-08-09 07:48:26,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:26.755 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.714s] 2018-08-09 07:48:26,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:26.803 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.619s] 2018-08-09 07:48:28,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:28.368 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.611s] 2018-08-09 07:48:29,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:29.073 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.705s] 2018-08-09 07:48:29,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:29.784 11276 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.698s] 2018-08-09 07:48:30,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:30.299 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.226s] 2018-08-09 07:48:30,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:30.855 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.555s] 2018-08-09 07:48:32,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:32.296 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.439s] 2018-08-09 07:48:33,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:33.100 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.805s] 2018-08-09 07:48:33,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:33.212 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.407s] 2018-08-09 07:48:33,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:33.310 11276 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.525s] 2018-08-09 07:48:33,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:33.525 11276 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.215s] 2018-08-09 07:48:33,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:33.638 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.537s] 2018-08-09 07:48:33,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:33.746 11276 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.220s] 2018-08-09 07:48:33,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:33.809 11276 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2018-08-09 07:48:33,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:33.884 11276 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.072s] 2018-08-09 07:48:33,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:33.885 11276 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [48.190s] 2018-08-09 07:48:34,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:34.441 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.802s] 2018-08-09 07:48:35,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:35.064 11276 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.183s] 2018-08-09 07:48:35,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:35.208 11276 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.766s] 2018-08-09 07:48:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:37.176 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.963s] 2018-08-09 07:48:41,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:41.033 11276 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [70.578s] 2018-08-09 07:48:41,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:41.660 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.482s] 2018-08-09 07:48:46,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:46.098 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.438s] 2018-08-09 07:48:49,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:49.426 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.328s] 2018-08-09 07:48:54,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:54.861 11276 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.076s] 2018-08-09 07:48:55,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:55.279 11276 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.419s] 2018-08-09 07:48:56,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:56.085 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.658s] 2018-08-09 07:48:56,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:56.538 11276 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-08-09 07:48:58,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:58.777 11276 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.151s] 2018-08-09 07:48:59,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:48:59.750 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.664s] 2018-08-09 07:49:00,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:00.102 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.352s] 2018-08-09 07:49:00,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:00.341 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.239s] 2018-08-09 07:49:00,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:00.450 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.108s] 2018-08-09 07:49:00,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:00.655 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.203s] 2018-08-09 07:49:00,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:00.772 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.116s] 2018-08-09 07:49:00,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:00.877 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.104s] 2018-08-09 07:49:00,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:00.942 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.065s] 2018-08-09 07:49:01,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:01.006 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.063s] 2018-08-09 07:49:06,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:06.640 11276 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.633s] 2018-08-09 07:49:06,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:06.909 11276 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [67.736s] 2018-08-09 07:49:20,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:20.404 11276 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.531s] 2018-08-09 07:49:27,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:49:27.732 11276 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.325s] 2018-08-09 07:51:05,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:05.351 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.217s] 2018-08-09 07:51:05,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:05.409 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-08-09 07:51:06,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:06.314 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.904s] 2018-08-09 07:51:08,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:08.411 11276 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [216.734s] 2018-08-09 07:51:20,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:20.436 11276 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [133.529s] 2018-08-09 07:51:37,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:37.794 11276 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.374s] 2018-08-09 07:51:52,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:52.914 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.165s] 2018-08-09 07:51:53,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:53.082 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.167s] 2018-08-09 07:51:53,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:53.263 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.180s] 2018-08-09 07:51:53,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:53.282 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.019s] 2018-08-09 07:51:53,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:53.295 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-08-09 07:51:53,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:53.307 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-08-09 07:51:53,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:53.537 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.228s] 2018-08-09 07:51:53,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:53.719 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.181s] 2018-08-09 07:51:53,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:53.940 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.220s] 2018-08-09 07:51:54,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.121 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.180s] 2018-08-09 07:51:54,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.293 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.171s] 2018-08-09 07:51:54,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.336 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-08-09 07:51:54,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.520 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.183s] 2018-08-09 07:51:54,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.557 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-08-09 07:51:54,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.591 11276 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [34.147s] 2018-08-09 07:51:54,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.732 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.174s] 2018-08-09 07:51:54,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.741 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-08-09 07:51:54,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.773 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.031s] 2018-08-09 07:51:54,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.807 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.033s] 2018-08-09 07:51:54,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.839 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.031s] 2018-08-09 07:51:54,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:51:54.872 11276 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-08-09 07:52:12,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:52:12.480 11276 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.888s] 2018-08-09 07:52:32,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:52:32.568 11276 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.024s] 2018-08-09 07:52:42,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:52:42.131 11276 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.560s] 2018-08-09 07:52:56,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:52:56.391 11276 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.257s] 2018-08-09 07:54:13,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:13.793 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.464s] 2018-08-09 07:54:13,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:13.794 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-09 07:54:38,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:38.719 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.715s] 2018-08-09 07:54:38,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:38.935 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.215s] 2018-08-09 07:54:39,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:39.205 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.270s] 2018-08-09 07:54:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:39.582 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.377s] 2018-08-09 07:54:40,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:40.154 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.571s] 2018-08-09 07:54:40,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:40.669 11276 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.514s] 2018-08-09 07:54:47,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:47.476 11276 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.704s] 2018-08-09 07:54:48,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:48.679 11276 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.202s] 2018-08-09 07:54:52,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:52.155 11276 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.471s] 2018-08-09 07:54:53,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:53.153 11276 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.000s] 2018-08-09 07:54:55,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:55.013 11276 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.858s] 2018-08-09 07:54:56,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:56.010 11276 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.997s] 2018-08-09 07:54:57,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:57.704 11276 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.689s] 2018-08-09 07:54:57,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:54:57.903 11276 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.202s] 2018-08-09 07:55:01,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2ca1e0d2-7daa-4221-9c4b-3cb240d94008']'. 2018-08-09 07:55:02,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-09 07:55:02,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-09 07:55:02,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-09 07:55:02,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2ca1e0d2-7daa-4221-9c4b-3cb240d94008 | 2018-08-09 07:55:02,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-09 07:55:02,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-09 07:47:15 | 2018-08-09 07:55:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-09 07:55:00 | 2018-08-09 07:55:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:45 | 2018-08-09 07:55:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-09 07:55:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-09 07:55:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: abeea478-cf00-4e89-af43-17fa9f5c1fd0) | 2018-08-09 07:55:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-09 07:55:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5269acd7-99b7-47c5-aca7-c6e438d880fb) | 2018-08-09 07:55:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 167 | 2018-08-09 07:55:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 455.012 | 2018-08-09 07:55:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 159 | 2018-08-09 07:55:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-09 07:55:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-09 07:55:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-09 07:55:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 8 | 2018-08-09 07:55:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-09 07:55:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-09 07:55:02,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 95.2095808383% 2018-08-09 07:55:02,376 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 07:55:02,377 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:03 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-09 07:55:13,117 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-09 07:55:13,170 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-09 07:55:13,913 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-09 07:55:16,506 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-09 07:55:16.023 11374 INFO rally.deployment.engine [-] Deployment 5269acd7-99b7-47c5-aca7-c6e438d880fb | Starting: Destroy cloud and free allocated resources. 2018-08-09 07:55:16.140 11374 INFO rally.deployment.engine [-] Deployment 5269acd7-99b7-47c5-aca7-c6e438d880fb | Completed: Destroy cloud and free allocated resources. 2018-08-09 07:55:16.190 11374 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=abeea478-cf00-4e89-af43-17fa9f5c1fd0) for deployment 'opnfv-rally'. 2018-08-09 07:55:16.212 11374 INFO rally.api [-] Deleting verification (UUID=2ca1e0d2-7daa-4221-9c4b-3cb240d94008). 2018-08-09 07:55:16.263 11374 INFO rally.api [-] Verification has been successfully deleted! 2018-08-09 07:55:16.264 11374 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=abeea478-cf00-4e89-af43-17fa9f5c1fd0). 2018-08-09 07:55:16.275 11374 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-09 07:55:19,244 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-09 07:55:18.902 11377 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e7510ec2-3472-42a2-9c53-1072ebfeb8c8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e7510ec2-3472-42a2-9c53-1072ebfeb8c8 | 2018-08-09T07:55:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e7510ec2-3472-42a2-9c53-1072ebfeb8c8 ~/.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-08-09 07:55:22,698 - 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-08-09 07:55:22,699 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-09 07:55:25,088 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-09 07:55:24.730 11383 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=abeea478-cf00-4e89-af43-17fa9f5c1fd0). 2018-08-09 07:55:24.925 11383 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-09 07:55:28,834 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-09 07:55:27.182 11386 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-09 07:55:27.404 11386 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-09 07:55:28.643 11386 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ff79333b-8477-4419-a4aa-9c1069ece28c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ff79333b-8477-4419-a4aa-9c1069ece28c) as the default verifier for the future CLI operations. 2018-08-09 07:55:31,928 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-09 07:55:32,405 - 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-08-09T07:55:32Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0cc641d7-8b06-493e-af4e-c25a9ed45035', u'provider:segmentation_id': 100, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', u'admin_state_up': True, u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:55:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'978f9f9859e74a51a90e054d94c8ed96'}) 2018-08-09 07:55:33,478 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-09T07:55:32Z', 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'70fd66c7-e365-4420-a253-4f322677a8a5', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', u'enable_dhcp': True, u'network_id': u'0cc641d7-8b06-493e-af4e-c25a9ed45035', u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:55:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'978f9f9859e74a51a90e054d94c8ed96'}) 2018-08-09 07:55:34,716 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'99b3cce3-84c7-441e-9b73-4f896c0f39c6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'6f032980-a4b7-4dfe-b7e1-1d792bb874a5', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'created_at': u'2018-08-09T07:55:33Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-09T07:55:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'id': u'9a28cef0-a9ad-43cc-bcba-e258783edcd9', u'name': u'patrole-router_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a'}) 2018-08-09 07:55:40,338 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/39c31add-142e-4c03-bbcb-1bd7c40719b2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/39c31add-142e-4c03-bbcb-1bd7c40719b2/file', 'owner': u'978f9f9859e74a51a90e054d94c8ed96', 'id': u'39c31add-142e-4c03-bbcb-1bd7c40719b2', 'size': 12716032, u'self': u'/v2/images/39c31add-142e-4c03-bbcb-1bd7c40719b2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'978f9f9859e74a51a90e054d94c8ed96', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/39c31add-142e-4c03-bbcb-1bd7c40719b2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-09T07:55:39Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-09T07:55:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/39c31add-142e-4c03-bbcb-1bd7c40719b2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', 'created': u'2018-08-09T07:55:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-09T07:55:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/39c31add-142e-4c03-bbcb-1bd7c40719b2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-09 07:55:40,544 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', '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'978f9f9859e74a51a90e054d94c8ed96', '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'8dfcc982-b057-4243-bc84-5060830fbe44', 'swap': 0}) 2018-08-09 07:55:42,818 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/15db2787-bfab-4804-b163-bc648366a4ef/snap', u'metadata': Munch({})})], 'file': u'/v2/images/15db2787-bfab-4804-b163-bc648366a4ef/file', 'owner': u'978f9f9859e74a51a90e054d94c8ed96', 'id': u'15db2787-bfab-4804-b163-bc648366a4ef', 'size': 12716032, u'self': u'/v2/images/15db2787-bfab-4804-b163-bc648366a4ef', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'978f9f9859e74a51a90e054d94c8ed96', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://da2d37c9-f58a-467a-b3db-3f42e12c0059/images/15db2787-bfab-4804-b163-bc648366a4ef/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-09T07:55:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-09T07:55:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/15db2787-bfab-4804-b163-bc648366a4ef', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', 'created': u'2018-08-09T07:55:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-09T07:55:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/15db2787-bfab-4804-b163-bc648366a4ef', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-09 07:55:42,862 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', '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'978f9f9859e74a51a90e054d94c8ed96', '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'1fb46ecf-e659-48bd-ae59-7f66a881ca1a', 'swap': 0}) 2018-08-09 07:55:42,883 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_facb0eb2-cf9c-47c7-b72b-84a0061a0a0a', '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'978f9f9859e74a51a90e054d94c8ed96', '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'1fb46ecf-e659-48bd-ae59-7f66a881ca1a', 'swap': 0}) 2018-08-09 07:55:46,143 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-09 07:55:44.992 11405 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ff79333b-8477-4419-a4aa-9c1069ece28c) for deployment 'opnfv-rally' (UUID=e7510ec2-3472-42a2-9c53-1072ebfeb8c8). 2018-08-09 07:55:45.990 11405 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ff79333b-8477-4419-a4aa-9c1069ece28c) has been successfully configured for deployment 'opnfv-rally' (UUID=e7510ec2-3472-42a2-9c53-1072ebfeb8c8)! 2018-08-09 07:55:46,144 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-09 07:55:46,145 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-09 07:55:46,148 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-09 07:55:46,159 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-09 07:55:50,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ff79333b-8477-4419-a4aa-9c1069ece28c/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-08-09 07:55:50,266 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-09 07:55:50,268 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-09 07:55:50,268 - 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-08-09 07:55:52,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-09 07:55:52.243 11414 INFO rally.api [-] Starting verification (UUID=20eccbdf-4a95-4a3d-95e1-9f2394929f5e) for deployment 'opnfv-rally' (UUID=e7510ec2-3472-42a2-9c53-1072ebfeb8c8) by verifier 'opnfv-tempest' (UUID=ff79333b-8477-4419-a4aa-9c1069ece28c). 2018-08-09 07:55:52,244 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 20eccbdf-4a95-4a3d-95e1-9f2394929f5e 2018-08-09 07:58:32,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '20eccbdf-4a95-4a3d-95e1-9f2394929f5e']'. 2018-08-09 07:58:33,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-09 07:58:33,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-09 07:58:33,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-09 07:58:33,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 20eccbdf-4a95-4a3d-95e1-9f2394929f5e | 2018-08-09 07:58:33,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-09 07:58:33,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-09 07:55:52 | 2018-08-09 07:58:33,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-09 07:58:32 | 2018-08-09 07:58:33,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-08-09 07:58:33,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-09 07:58:33,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-09 07:58:33,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ff79333b-8477-4419-a4aa-9c1069ece28c) | 2018-08-09 07:58:33,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-09 07:58:33,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e7510ec2-3472-42a2-9c53-1072ebfeb8c8) | 2018-08-09 07:58:33,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-08-09 07:58:33,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.814 | 2018-08-09 07:58:33,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-09 07:58:33,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-08-09 07:58:33,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-09 07:58:33,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-09 07:58:33,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-09 07:58:33,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-09 07:58:33,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-09 07:58:33,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-09 07:58:33,892 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 07:58:33,892 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:02 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-09 07:58:44,162 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-09 07:58:44,964 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-09 07:59:05,401 - 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-08-09 07:59:05,456 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-09 07:59:05,884 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-09 07:59:06,001 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 07:59:06,001 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-09 07:59:06,056 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-09 07:59:07,254 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-09 07:59:07,254 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-08-09 08:40:11,294 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 08:40:11,295 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:04 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-08-09 08:40:11,300 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-08-09 08:40:11,353 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-09 08:40:12,099 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-09 08:40:14,665 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-09 08:40:14.185 11506 INFO rally.deployment.engine [-] Deployment e7510ec2-3472-42a2-9c53-1072ebfeb8c8 | Starting: Destroy cloud and free allocated resources. 2018-08-09 08:40:14.288 11506 INFO rally.deployment.engine [-] Deployment e7510ec2-3472-42a2-9c53-1072ebfeb8c8 | Completed: Destroy cloud and free allocated resources. 2018-08-09 08:40:14.349 11506 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ff79333b-8477-4419-a4aa-9c1069ece28c) for deployment 'opnfv-rally'. 2018-08-09 08:40:14.382 11506 INFO rally.api [-] Deleting verification (UUID=20eccbdf-4a95-4a3d-95e1-9f2394929f5e). 2018-08-09 08:40:14.426 11506 INFO rally.api [-] Verification has been successfully deleted! 2018-08-09 08:40:14.427 11506 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ff79333b-8477-4419-a4aa-9c1069ece28c). 2018-08-09 08:40:14.440 11506 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-09 08:40:17,091 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-09 08:40:16.774 11509 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d36ea85b-7a25-492c-9b18-5f42efd199aa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d36ea85b-7a25-492c-9b18-5f42efd199aa | 2018-08-09T08:40:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d36ea85b-7a25-492c-9b18-5f42efd199aa ~/.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-08-09 08:40:20,493 - 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-08-09 08:40:20,494 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-09 08:40:22,835 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-09 08:40:22.542 11515 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ff79333b-8477-4419-a4aa-9c1069ece28c). 2018-08-09 08:40:22.683 11515 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-09 08:40:27,286 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-09 08:40:24.932 11518 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-09 08:40:25.852 11518 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-09 08:40:27.091 11518 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02050019-ad55-4226-8b3f-20f60d92470a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=02050019-ad55-4226-8b3f-20f60d92470a) as the default verifier for the future CLI operations. 2018-08-09 08:40:30,314 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-09 08:40:32,547 - 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 227, in run self._create_network_ressources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 218, in _create_network_ressources 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_bce46151-bb13-4c1c-95de-645a389f1406. (409) Client Error for url: http://172.30.9.27:9696/v2.0/routers.json No more IP addresses available on network 99b3cce3-84c7-441e-9b73-4f896c0f39c6. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-08-09 08:40:32,582 - 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 224, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-09 08:40:32,590 - 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 307, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-09 08:40:32,724 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 08:40:32,724 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:02 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-09 08:40:35,941 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-08-09 08:40:35,942 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:38 | PASS | | vping_userdata | functest | smoke | 00:32 | PASS | | tempest_smoke_serial | functest | smoke | 15:59 | FAIL | | rally_sanity | functest | smoke | 24:25 | PASS | | refstack_defcore | functest | smoke | 08:03 | FAIL | | patrole | functest | smoke | 03:02 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 41:04 | FAIL | | neutron_trunk | functest | smoke | 00:02 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-08-09 08:40:35,953 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-09 08:40:39,155 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-266 | | 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-08-09 08:40:39,158 - 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=EJbYqd9KjE366krtRcRkyqQYH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-08-09 08:40:39,158 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-09 08:40:39,159 - 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-08-09 08:40:39,171 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-09 08:40:39,183 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-09 08:44:33,273 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-09 08:44:33,391 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 08:44:33,392 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:54 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-08-09 08:44:33,424 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-09 08:44:33,868 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-09 08:44:34,524 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-09 08:44:36,157 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-09 08:44:37,052 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-09 08:44:37,052 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-09 08:44:37,225 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-09 08:44:37,393 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-09 08:45:05,663 - 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-08-09 08:45:05,664 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-09 08:45:05,664 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-09 08:45:05,715 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-09 08:45:34,700 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-08-09 08:45:34,700 - 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-08-09 08:45:34,700 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-09 08:45:34,701 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-09 08:45:34,701 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-09 08:45:34,778 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-09 08:45:34,787 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 08:45:35,375 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-09 08:45:38,328 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-09 08:45:38,728 - sdnvpn.lib.openstack_utils - DEBUG - Network '09d5b7e7-449f-4571-b9c2-72fa0f351a57' created successfully 2018-08-09 08:45:38,728 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-09 08:45:39,475 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '7fef8898-9cec-4065-abdc-a4f15b0a6ba2' created successfully 2018-08-09 08:45:39,475 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-09 08:45:39,610 - sdnvpn.lib.openstack_utils - DEBUG - Router '1357f994-56ae-4517-951a-a0fecb087b6f' created successfully 2018-08-09 08:45:39,610 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-09 08:45:41,109 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-09 08:45:41,109 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-09 08:45:42,591 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-09 08:45:43,326 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-09 08:45:43,716 - sdnvpn.lib.openstack_utils - DEBUG - Network 'ccb14e99-0c93-4242-96c9-55b989478b63' created successfully 2018-08-09 08:45:43,716 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-09 08:45:44,356 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '2c56bcac-438a-4c9c-9c07-63e0517457df' created successfully 2018-08-09 08:45:44,356 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-09 08:45:44,356 - sdnvpn.lib.openstack_utils - DEBUG - Router '1357f994-56ae-4517-951a-a0fecb087b6f' created successfully 2018-08-09 08:45:44,356 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-09 08:45:45,863 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-09 08:45:45,864 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-09 08:45:46,763 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-09 08:45:46,971 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-09 08:45:47,197 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=bc41a7be-dbdd-49ed-9f72-c29201294911 created successfully. 2018-08-09 08:45:47,197 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-09 08:45:47,198 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-09 08:45:47,545 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-09 08:45:47,545 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-09 08:45:47,865 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-09 08:45:48,629 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-09 08:47:08,412 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-09 08:47:45,531 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.206 -c 10' 2018-08-09 08:48:07,090 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-08-09 08:48:07,090 - 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.206': 'PASS'}]} 2018-08-09 08:48:07,090 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-09 08:48:07,091 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-09 08:48:07,091 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-09 08:48:07,192 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-09 08:48:20,257 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-08-09 08:48:20,257 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-08-09 08:48:20,317 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-08-09 08:48:20,378 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-08-09 08:48:20,429 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-08-09 08:48:20,910 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-08-09 08:48:20,956 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.34 2018-08-09 08:48:28,173 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-08-09 08:48:28,232 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-08-09 08:48:28,233 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-08-09 08:48:39,550 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 08:48:40,533 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-09 08:48:40,600 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=c4276926-4e46-47da-9f25-64c15c317524 created successfully. 2018-08-09 08:48:41,597 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-09 08:48:42,755 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-09 08:48:44,099 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-08-09 08:48:44,483 - sdnvpn.lib.openstack_utils - DEBUG - Network '1356d1f2-5701-4f50-973f-28ad26cf6e15' created successfully 2018-08-09 08:48:44,484 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-09 08:48:45,213 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'dd9d0c1d-0a2a-4acd-a556-a26995e47d0e' created successfully 2018-08-09 08:48:45,213 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-09 08:48:45,916 - sdnvpn.lib.openstack_utils - DEBUG - Router 'e2bb1a38-5902-4d9a-8eac-cbc84e6d5614' created successfully 2018-08-09 08:48:45,916 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-09 08:48:47,368 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-09 08:48:47,368 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-09 08:48:49,754 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-09 08:48:50,679 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-08-09 08:48:51,058 - sdnvpn.lib.openstack_utils - DEBUG - Network 'b42f9121-bcea-4831-aa93-13810cc30e9a' created successfully 2018-08-09 08:48:51,058 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-09 08:48:52,075 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd09783db-5686-4fe5-a726-42b3be92a8b9' created successfully 2018-08-09 08:48:52,075 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-09 08:48:52,751 - sdnvpn.lib.openstack_utils - DEBUG - Router '5995fdb5-f07c-41c6-83c9-240c7c524395' created successfully 2018-08-09 08:48:52,751 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-09 08:48:54,150 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-09 08:48:54,150 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-09 08:48:56,130 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-09 08:48:56,687 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-09 08:54:23,422 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-08-09 08:54:23,422 - 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-08-09 08:54:23,422 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-09 08:54:23,423 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-09 08:54:23,423 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-09 08:54:23,505 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-09 08:54:23,515 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 08:54:23,515 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-08-09 08:54:24,542 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-09 08:54:29,305 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-09 08:55:11,655 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-491098', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'route_targets': [u'55:55'], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'type': u'l3', u'id': u'f85a07e7-ef4f-4f99-8491-572a26655383'}} 2018-08-09 08:55:36,946 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-09 08:56:09,456 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-140347', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'route_targets': [u'88:88'], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'type': u'l3', u'id': u'1c8c0040-9e8f-4b1f-96d5-ddf9b14216c8'}} 2018-08-09 08:56:12,856 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-09 08:56:54,479 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-08-09 08:56:54,479 - 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-08-09 08:56:54,480 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-09 08:56:54,480 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-09 08:56:54,480 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-09 08:56:54,572 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-09 08:56:54,582 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 08:56:55,126 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-09 08:57:00,600 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-09 08:58:00,937 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-913802', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'route_targets': [], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'type': u'l3', u'id': u'01cae1ee-3f1d-43ee-9e09-47390d4deabd'}} 2018-08-09 08:59:41,406 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-09 09:00:44,560 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-913802', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'route_targets': [], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'type': u'l3', u'id': u'0b1e60d0-2d77-48f7-b50b-4eeb8bbfa14b'}} 2018-08-09 09:00:48,444 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-09 09:01:48,445 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-08-09 09:01:48,445 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-08-09 09:01:48,445 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-09 09:01:48,446 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-09 09:01:48,446 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-09 09:01:48,525 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-09 09:01:48,535 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 09:02:01,683 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-09 09:02:05,517 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-09 09:04:07,496 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-08-09 09:05:38,447 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-08-09 09:07:09,179 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-08-09 09:07:41,879 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '7f1a7a0b-9f20-47c4-9d2f-7a1b651654ff')]: Unable to complete operation on subnet 7f1a7a0b-9f20-47c4-9d2f-7a1b651654ff: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-7a7f3cfb-baff-4918-8dd5-5ba02cb95c30'] 2018-08-09 09:07:41,881 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-08-09 09:07:41,881 - 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 282, actual flow count 288': 'PASS'}, {'OVS groups are programmed after resync expected group count 31, actual group count 31': 'PASS'}, {'OVS flows are programmed after resync expected flow count 282, actual flow count 290': 'PASS'}, {'OVS groups are programmed after resync expected group count 31, actual group count 31': 'PASS'}]} 2018-08-09 09:07:41,882 - 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-08-09 09:07:41,882 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-09 09:07:41,882 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-09 09:07:41,958 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-09 09:07:41,967 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 09:07:56,603 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-09 09:08:00,254 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-09 09:10:00,726 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-09 09:10:36,762 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-09 09:11:07,019 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-08-09 09:11:07,020 - 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-08-09 09:11:07,020 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-09 09:11:07,021 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-09 09:11:07,021 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-09 09:11:07,092 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-09 09:11:07,100 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 09:11:07,661 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-09 09:11:10,667 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-09 09:11:11,089 - sdnvpn.lib.openstack_utils - DEBUG - Network '70f649b5-5f44-422b-9f8f-e83e51d9a0ef' created successfully 2018-08-09 09:11:11,089 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-09 09:11:11,838 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'cafb4049-a8f5-4fc3-8253-4e2236367268' created successfully 2018-08-09 09:11:11,838 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-09 09:11:12,200 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f76f519d-1a27-4124-a0e2-9baca3519bba' created successfully 2018-08-09 09:11:12,200 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-09 09:11:13,852 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-09 09:11:13,852 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-09 09:11:15,473 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-09 09:11:16,983 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-09 09:12:23,529 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-794009', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'route_targets': [], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'type': u'l3', u'id': u'dfae3d2c-51bd-411e-ae9c-b58cef891b2d'}} 2018-08-09 09:14:00,307 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-09 09:15:03,530 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-794009', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'route_targets': [], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'type': u'l3', u'id': u'b5ab1181-1709-40f2-b49c-d7761f0e305d'}} 2018-08-09 09:15:07,509 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-09 09:15:37,540 - 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-08-09 09:15:50,831 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-08-09 09:15:50,832 - 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-08-09 09:15:50,832 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-09 09:15:50,832 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-09 09:15:50,832 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-09 09:15:50,925 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-09 09:15:50,925 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-09 09:15:55,597 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-09 09:15:55.277 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e658e14a-a7ad-4b40-93a8-0e575ec26e4e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e658e14a-a7ad-4b40-93a8-0e575ec26e4e | 2018-08-09T09:15:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e658e14a-a7ad-4b40-93a8-0e575ec26e4e ~/.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-08-09 09:15:58,893 - 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-08-09 09:15:58,894 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-09 09:16:04,733 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-09 09:16:03.220 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-09 09:16:03.384 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-09 09:16:04.521 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=32139de0-6a6d-42a7-b82b-c2889373f349) has been successfully created! Using verifier 'opnfv-tempest' (UUID=32139de0-6a6d-42a7-b82b-c2889373f349) as the default verifier for the future CLI operations. 2018-08-09 09:16:10,730 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-09 09:16:09.676 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=32139de0-6a6d-42a7-b82b-c2889373f349) for deployment 'opnfv-rally' (UUID=e658e14a-a7ad-4b40-93a8-0e575ec26e4e). 2018-08-09 09:16:10.541 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=32139de0-6a6d-42a7-b82b-c2889373f349) has been successfully configured for deployment 'opnfv-rally' (UUID=e658e14a-a7ad-4b40-93a8-0e575ec26e4e)! 2018-08-09 09:16:10,730 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-09 09:16:10,735 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 09:16:11,299 - sdnvpn.lib.openstack_utils - INFO - Creating image 'bgpvpn-tempest-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-09 09:21:18,381 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-09 09:21:18,381 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': {'duration': ' 290.0000 ', 'failed': ' 2', 'tests': ['networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [4.200877s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.488550s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [1.076840s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [5.301162s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.327472s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.017026s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.340593s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.494552s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [1.663133s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.698199s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [1.945056s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.447251s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [2.474125s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.348994s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.571900s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.373140s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [232.839777s] ... FAILED'], 'num_tests': ' 17 '}} 2018-08-09 09:21:18,382 - 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-08-09 09:21:18,382 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-09 09:21:18,382 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-09 09:21:18,470 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-09 09:21:18,487 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 09:21:19,066 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-09 09:21:22,021 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-09 09:24:47,886 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '07ee7672-5f8c-46bc-9977-6c666ed13752')]: Unable to complete operation on subnet 07ee7672-5f8c-46bc-9977-6c666ed13752: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-7c3e3868-8b80-4c0a-9cdf-672bc5ba67a2'] 2018-08-09 09:24:47,904 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-08-09 09:24:47,905 - 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-08-09 09:24:47,905 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-09 09:24:47,905 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-09 09:24:47,905 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-09 09:24:47,981 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-09 09:24:47,982 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-08-09 09:24:47,994 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-09 09:24:48,540 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-09 09:25:00,894 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-09 09:25:00,951 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=ea761701-e267-4be3-9a56-f549eedaada4 created successfully. 2018-08-09 09:25:01,987 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-09 09:25:02,397 - sdnvpn.lib.openstack_utils - DEBUG - Network '2f084c8c-3b7a-42c7-a7ea-b16152c62ecc' created successfully 2018-08-09 09:25:02,397 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-09 09:25:02,875 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '2ff4e67c-bf16-45fa-8412-e632b2ead520' created successfully 2018-08-09 09:25:02,875 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-09 09:25:03,308 - sdnvpn.lib.openstack_utils - DEBUG - Router 'd013ab35-6a6b-4257-98b5-9d940cf2a158' created successfully 2018-08-09 09:25:03,308 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-09 09:25:04,735 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-09 09:25:04,735 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-09 09:25:06,330 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-09 09:25:06,560 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-09 09:28:04,766 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-09 09:29:21,189 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-796052', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'978f9f9859e74a51a90e054d94c8ed96', u'route_targets': [], u'project_id': u'978f9f9859e74a51a90e054d94c8ed96', u'type': u'l3', u'id': u'7084b8c7-c8fd-446b-8e00-67bb537e7a8d'}} 2018-08-09 09:29:22,583 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-09 09:29:54,769 - 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-08-09 09:30:06,330 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-08-09 09:30:06,330 - 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-08-09 09:30:06,330 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-09 09:30:06,615 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-09 09:30:20,558 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-09 09:30:26,928 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-09 09:30:26,944 - 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-08-09 09:30:31,230 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-09 09:30:31,246 - 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-08-09 09:30:37,568 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-09 09:30:37,584 - 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-08-09 09:30:38,114 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-09 09:30:38,128 - 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-08-09 09:30:38,376 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-09 09:30:38,391 - 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-08-09 09:30:38,413 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-09 09:30:40,132 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-09 09:30:40,132 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 46:06 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-09 09:30:40,137 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-09 09:30:40,138 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:54 | PASS | | bgpvpn | sdnvpn | features | 46:06 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-09 09:30:40,143 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-09 09:30:46,199 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-266 | | 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-08-09 09:30:46,202 - 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=EJbYqd9KjE366krtRcRkyqQYH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-08-09 09:30:46,202 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-09 09:30:46,202 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-09 09:30:46,203 - 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-08-09 09:30:46,204 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-09 09:30:48,801 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-266 | | 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-08-09 09:30:48,805 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=EJbYqd9KjE366krtRcRkyqQYH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-08-09 09:30:48,806 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-09 09:30:48,806 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-09 09:30:48,807 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-08-09 09:30:48,808 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK