2018-08-21 22:35:08,640 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-271 | | 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-21 22:35:08,647 - 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=QwQrtjNRsWg6vZ7QXE4qq4VRf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-21 22:35:08,647 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-21 22:35:08,649 - 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-21 22:35:08,669 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-21 22:35:17,955 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-21 22:35:17,956 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-21 22:35:27,610 - 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.640s OK 2018-08-21 22:35:27,734 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 22:35:27,734 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-21 22:35:27,760 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-21 22:35:30,117 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-21 22:35:30,117 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-08-21 22:47:39,656 - 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 729.478s OK 2018-08-21 22:47:39,782 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 22:47:39,782 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 22:47:39,807 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-21 22:47:40,817 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-21 22:47:40,817 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-08-21 22:48:22,828 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.010s OK 2018-08-21 22:48:22,941 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 22:48:22,941 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-08-21 22:48:22,946 - 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:09 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-21 22:48:22,950 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-21 22:48:29,434 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-271 | | 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-21 22:48:29,439 - 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=QwQrtjNRsWg6vZ7QXE4qq4VRf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-21 22:48:29,439 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-21 22:48:29,441 - 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-21 22:48:29,477 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-21 22:48:34,009 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'id': u'30fcb61aa82c493381d97286852a08d6', '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-21 22:48:34,523 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2147914a22a0491a8df2eeb463e379f6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_5306fcfc-565a-44da-b1bc-8eaac42bd84a'}) 2018-08-21 22:48:34,681 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-21 22:48:34,853 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/2c694e627e7e4b73a13b22ecf8c4de3d'}, 'domain_id': None, 'human_id': None, 'id': u'2c694e627e7e4b73a13b22ecf8c4de3d', 'HUMAN_ID': False}) 2018-08-21 22:48:35,400 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 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': 'ddad1d79-c111-472b-aba3-eb1835263be9', 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_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'project_id': u'30fcb61aa82c493381d97286852a08d6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23: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-21 22:48:35,406 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'password': 'ddad1d79-c111-472b-aba3-eb1835263be9', 'project_name': 'vping_ssh-project_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '30fcb61aa82c493381d97286852a08d6', 'project_domain_name': 'Default'} 2018-08-21 22:48:35,406 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-21 22:48:36,510 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T22:48:36Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'4ca2f999-557d-4ef7-b4a9-27017c282755', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_5306fcfc-565a-44da-b1bc-8eaac42bd84a', u'admin_state_up': True, u'tenant_id': u'30fcb61aa82c493381d97286852a08d6', u'created_at': u'2018-08-21T22:48:36Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'30fcb61aa82c493381d97286852a08d6'}) 2018-08-21 22:48:37,534 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T22:48:37Z', 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'968b8bd4-a9a2-4254-b5ba-83b7cdb9e8d7', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_5306fcfc-565a-44da-b1bc-8eaac42bd84a', u'enable_dhcp': True, u'network_id': u'4ca2f999-557d-4ef7-b4a9-27017c282755', u'tenant_id': u'30fcb61aa82c493381d97286852a08d6', u'created_at': u'2018-08-21T22:48:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'30fcb61aa82c493381d97286852a08d6'}) 2018-08-21 22:48:39,687 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a687ab52-7a8f-4702-b544-54c09104a632', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c3c79ed-fabb-4d70-9e7a-a1446f42aa1a', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'30fcb61aa82c493381d97286852a08d6', u'created_at': u'2018-08-21T22:48:38Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T22:48:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'30fcb61aa82c493381d97286852a08d6', u'id': u'870cbdf4-b0dc-43f5-826b-860cfb00de04', u'name': u'vping_ssh-router_5306fcfc-565a-44da-b1bc-8eaac42bd84a'}) 2018-08-21 22:48:43,318 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/a3c9e0b8-e6e8-4933-ab56-4b77fb703630/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a3c9e0b8-e6e8-4933-ab56-4b77fb703630/file', 'owner': u'30fcb61aa82c493381d97286852a08d6', 'id': u'a3c9e0b8-e6e8-4933-ab56-4b77fb703630', 'size': 12716032, u'self': u'/v2/images/a3c9e0b8-e6e8-4933-ab56-4b77fb703630', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30fcb61aa82c493381d97286852a08d6', 'name': 'vping_ssh-project_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/a3c9e0b8-e6e8-4933-ab56-4b77fb703630/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T22:48:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T22:48:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a3c9e0b8-e6e8-4933-ab56-4b77fb703630', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_5306fcfc-565a-44da-b1bc-8eaac42bd84a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'created': u'2018-08-21T22:48:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T22:48:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a3c9e0b8-e6e8-4933-ab56-4b77fb703630', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_5306fcfc-565a-44da-b1bc-8eaac42bd84a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-21 22:48:43,511 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_5306fcfc-565a-44da-b1bc-8eaac42bd84a', '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'ccbcd5ede7624546b3262215e6608e2e', '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'bf522a47-1eb1-4973-afa2-4fa4f22a0364', 'swap': 0}) 2018-08-21 22:48:43,833 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC75B/lfmBn+gBtDWlOac1F/s/GisSc2t/QdkXPscU78Ol4pm5AfkYzzDi21414O03bktaLx9IeyVtU+/eNJCLuu6pcQwIsgYSCmJbMK5r+SnuF0VzrUzNZ+Z3xom5bwEVrcb3Bs8XrirDyEW52hNw7NYxctiNJFID2rlE6EsV0gg7af5n0LJT134ZI7MUw+2icT0X6FebfAF+l7JXtqqC3E1bNwbAB3cOkyvOayiyE+7Tb9/BjRhCaJ+b1eSZvNX9lEyZXro7yC7UfAnLP0BabLwAqp3krxKS6GePZW3ZZUWyXcDOhYH2LcG0BUF7Da1dzKAvunIP6LtFhPx+dXbul Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu+Qf5X5gZ/oAbQ1pTmnNRf7PxorEnNrf0HZFz7HFO/DpeKZu\nQH5GM8w4tteNeDtN25LWi8fSHslbVPv3jSQi7ruqXEMCLIGEgpiWzCua/kp7hdFc\n61MzWfmd8aJuW8BFa3G9wbPF64qw8hFudoTcOzWMXLYjSRSA9q5ROhLFdIIO2n+Z\n9CyU9d+GSOzFMPtonE9F+hXm3wBfpeyV7aqgtxNWzcGwAd3DpMrzmsoshPu02/fw\nY0YQmifm9XkmbzV/ZRMmV66O8gu1HwJyz9AWmy8AKqd5K8Skuhnj2Vt2WVFsl3Az\noWB9i3BtAVBew2tXcygL7pyD+i7RYT8fnV27pQIDAQABAoIBADKLVcFI0+pkqISt\nnOyJLb1spLxGTEnd32OWzYTnz6UmU8gvDW2wCnaYs5EMP3Rej71HrQuBP5ckl7su\n5RNE61jJhzS2mfkbBmiTX82g1Vse8ke3YIW1phTIP6LnDUUFXidfO6rGD7IjZyJX\nah3b89rBtvah0LAyIdc6YYN71T5X4FXTmtAQ7msuNFlRrihSzwLJb+cwp5U4IJ4s\nw0bW0cDylgV91MI5iDf2Gl/221EzCjVebuikVy3UVxni/rDkFfG0MHemY9oI/Aia\n4uOIsE7bdJ/JEjZfDeychjBcY59dF9GOn06OrSf15CjdxS70D0MuHWe+xvdFjJ77\n/poFqakCgYEA4gP+3hbpOU+177xI/Twha+ulzVzqfKQJ8dVl9rd+rTGzA4lXekub\n3dW9FOwh77Qtb1w7b52uFlz+sBupV79LhI9oYcnSq2R6dfihfwruupHsS+tHS+Jz\nzxLThHYOrH5gxmo6XxmYTkxHgXxu7KzGAtH9K4gsErUVJt/vQjgteTcCgYEA1NFV\nmRtFLjoIQWC6jqDv1fvX/EdQqfLxspSJClJ05QhgiyRMFxn7O8dagVeaKbShYc7z\ntOojfrksvmmudZ5rdpy3BVGdV0beUlK9mgZnY02ZMmoZmzdZiu9Kg4+FiSAipCnO\nV9aonubUaGLYWt+14YysXRsh2Jk5yZJZr9Q9MAMCgYA9ceqjREVJkHMc5upM9kD7\nzwe3ahBRrGMLvQFIbqBgw4cwafE/TTjluUr7WirruOc1RDTgZlTCvat8AzkpotcM\nBdTR6QV+FQX59ospN7apQCymgyNR7RGg9TRN6a6ZlI4Iwy51VkcC2lgCSur5Kwt2\nDtKuOAoLV/GVLQIl1ZH/RwKBgClA6vbi8mYjmbYSqhc720H/r76XlGtdTLzxTh9S\nHJbJKO3P+2/++VR9MG4iLSAog6ASHevT9015V9MRaWAjdXFor5G4YGeqtS4AHADf\nfOsi/69mIdCUyibEfA1EpP4P3Kc182nTkpw64rHZd1cmRnuSaVcjC0yRZ0JLvFb5\nLWNBAoGBAJjOfXUO084KwR7N1x3HWkRFlDn4GqcYmMi0HLbbmava0B6q5qopWsGD\n8Waf1xweqStK0TPLYvkfZnPtZEjgqGOoNgplXSdvxgjkjWSe3K2wwloPgibhi+ZE\n0L1CYZQRxnIGyIIRR89D2t8fM13wZUR3CPWujwqXZFz98RXmyGzU\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2147914a22a0491a8df2eeb463e379f6', 'name': u'vping_ssh-kp_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'created_at': '2018-08-21T22:48:43.833482', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30fcb61aa82c493381d97286852a08d6', 'name': 'vping_ssh-project_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'60:31:9d:df:0d:38:e2:3e:8e:25:ee:a9:2f:9a:d9:ec', 'type': 'ssh', 'id': u'vping_ssh-kp_5306fcfc-565a-44da-b1bc-8eaac42bd84a'}) 2018-08-21 22:48:43,833 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAu+Qf5X5gZ/oAbQ1pTmnNRf7PxorEnNrf0HZFz7HFO/DpeKZu QH5GM8w4tteNeDtN25LWi8fSHslbVPv3jSQi7ruqXEMCLIGEgpiWzCua/kp7hdFc 61MzWfmd8aJuW8BFa3G9wbPF64qw8hFudoTcOzWMXLYjSRSA9q5ROhLFdIIO2n+Z 9CyU9d+GSOzFMPtonE9F+hXm3wBfpeyV7aqgtxNWzcGwAd3DpMrzmsoshPu02/fw Y0YQmifm9XkmbzV/ZRMmV66O8gu1HwJyz9AWmy8AKqd5K8Skuhnj2Vt2WVFsl3Az oWB9i3BtAVBew2tXcygL7pyD+i7RYT8fnV27pQIDAQABAoIBADKLVcFI0+pkqISt nOyJLb1spLxGTEnd32OWzYTnz6UmU8gvDW2wCnaYs5EMP3Rej71HrQuBP5ckl7su 5RNE61jJhzS2mfkbBmiTX82g1Vse8ke3YIW1phTIP6LnDUUFXidfO6rGD7IjZyJX ah3b89rBtvah0LAyIdc6YYN71T5X4FXTmtAQ7msuNFlRrihSzwLJb+cwp5U4IJ4s w0bW0cDylgV91MI5iDf2Gl/221EzCjVebuikVy3UVxni/rDkFfG0MHemY9oI/Aia 4uOIsE7bdJ/JEjZfDeychjBcY59dF9GOn06OrSf15CjdxS70D0MuHWe+xvdFjJ77 /poFqakCgYEA4gP+3hbpOU+177xI/Twha+ulzVzqfKQJ8dVl9rd+rTGzA4lXekub 3dW9FOwh77Qtb1w7b52uFlz+sBupV79LhI9oYcnSq2R6dfihfwruupHsS+tHS+Jz zxLThHYOrH5gxmo6XxmYTkxHgXxu7KzGAtH9K4gsErUVJt/vQjgteTcCgYEA1NFV mRtFLjoIQWC6jqDv1fvX/EdQqfLxspSJClJ05QhgiyRMFxn7O8dagVeaKbShYc7z tOojfrksvmmudZ5rdpy3BVGdV0beUlK9mgZnY02ZMmoZmzdZiu9Kg4+FiSAipCnO V9aonubUaGLYWt+14YysXRsh2Jk5yZJZr9Q9MAMCgYA9ceqjREVJkHMc5upM9kD7 zwe3ahBRrGMLvQFIbqBgw4cwafE/TTjluUr7WirruOc1RDTgZlTCvat8AzkpotcM BdTR6QV+FQX59ospN7apQCymgyNR7RGg9TRN6a6ZlI4Iwy51VkcC2lgCSur5Kwt2 DtKuOAoLV/GVLQIl1ZH/RwKBgClA6vbi8mYjmbYSqhc720H/r76XlGtdTLzxTh9S HJbJKO3P+2/++VR9MG4iLSAog6ASHevT9015V9MRaWAjdXFor5G4YGeqtS4AHADf fOsi/69mIdCUyibEfA1EpP4P3Kc182nTkpw64rHZd1cmRnuSaVcjC0yRZ0JLvFb5 LWNBAoGBAJjOfXUO084KwR7N1x3HWkRFlDn4GqcYmMi0HLbbmava0B6q5qopWsGD 8Waf1xweqStK0TPLYvkfZnPtZEjgqGOoNgplXSdvxgjkjWSe3K2wwloPgibhi+ZE 0L1CYZQRxnIGyIIRR89D2t8fM13wZUR3CPWujwqXZFz98RXmyGzU -----END RSA PRIVATE KEY----- 2018-08-21 22:48:54,191 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_5306fcfc-565a-44da-b1bc-8eaac42bd84a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:f8:c8', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a3c9e0b8-e6e8-4933-ab56-4b77fb703630'}), 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-21T22:48:52.000000', 'flavor': Munch({u'id': u'bf522a47-1eb1-4973-afa2-4fa4f22a0364'}), 'az': u'nova', 'id': u'8fdfa860-7c53-4b37-a339-7e886e8e29fe', 'security_groups': [Munch({u'name': u'vping_ssh-sg_5306fcfc-565a-44da-b1bc-8eaac42bd84a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2147914a22a0491a8df2eeb463e379f6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30fcb61aa82c493381d97286852a08d6', 'name': 'vping_ssh-project_5306fcfc-565a-44da-b1bc-8eaac42bd84a', '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-21T22:48:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T22:48:53Z', 'hostId': u'abe46fc7b3a91d950c0e831fe738ef26cf6a2d58ebec3be7e99ef14f', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'abe46fc7b3a91d950c0e831fe738ef26cf6a2d58ebec3be7e99ef14f', '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-21T22:48:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'30fcb61aa82c493381d97286852a08d6', 'name': u'vping_ssh-vm2_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'adminPass': u'DTmzv6KutVH3', 'tenant_id': u'30fcb61aa82c493381d97286852a08d6', 'region': 'regionOne', 'created': u'2018-08-21T22:48:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-21 22:49:07,588 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_5306fcfc-565a-44da-b1bc-8eaac42bd84a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:34:b6:4c', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a3c9e0b8-e6e8-4933-ab56-4b77fb703630'}), 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-21T22:49:04.000000', 'flavor': Munch({u'id': u'bf522a47-1eb1-4973-afa2-4fa4f22a0364'}), 'az': u'nova', 'id': u'35d443f7-06c7-4a5e-9181-a103b7dd787e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_5306fcfc-565a-44da-b1bc-8eaac42bd84a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2147914a22a0491a8df2eeb463e379f6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30fcb61aa82c493381d97286852a08d6', 'name': 'vping_ssh-project_5306fcfc-565a-44da-b1bc-8eaac42bd84a', '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-21T22:49:04.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T22:49:04Z', 'hostId': u'da04921411e23a4b10a08cc511e42797be8bd2fb3b6f0e6595625926', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'da04921411e23a4b10a08cc511e42797be8bd2fb3b6f0e6595625926', '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-21T22:49:04.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'30fcb61aa82c493381d97286852a08d6', 'name': u'vping_ssh-vm_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'adminPass': u'Dk62orWsdudH', 'tenant_id': u'30fcb61aa82c493381d97286852a08d6', 'region': 'regionOne', 'created': u'2018-08-21T22:48:56Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-21 22:49:09,506 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'870cbdf4-b0dc-43f5-826b-860cfb00de04', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'30fcb61aa82c493381d97286852a08d6', 'created_at': u'2018-08-21T22:49:08Z', 'attached': True, 'updated_at': u'2018-08-21T22:49:08Z', 'id': u'854ef24e-caee-455d-9eef-232658a1b48f', 'floating_network_id': u'a687ab52-7a8f-4702-b544-54c09104a632', 'fixed_ip_address': u'192.168.120.12', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30fcb61aa82c493381d97286852a08d6', 'name': 'vping_ssh-project_5306fcfc-565a-44da-b1bc-8eaac42bd84a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'870cbdf4-b0dc-43f5-826b-860cfb00de04', 'project_id': u'30fcb61aa82c493381d97286852a08d6', 'port_id': u'13904770-d4ce-487c-86ca-a91818567633', 'port': u'13904770-d4ce-487c-86ca-a91818567633', 'network': u'a687ab52-7a8f-4702-b544-54c09104a632'}) 2018-08-21 22:49:10,608 - 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 840271351 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130583] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132232] pid_max: default: 32768 minimum: 301 [ 0.133118] ACPI: Core revision 20150930 [ 0.134503] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135803] Security Framework initialized [ 0.136625] Yama: becoming mindful. [ 0.137349] AppArmor: AppArmor initialized [ 0.138208] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142000] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143350] Initializing cgroup subsys io [ 0.144132] Initializing cgroup subsys memory [ 0.144965] Initializing cgroup subsys devices [ 0.145820] Initializing cgroup subsys freezer [ 0.146702] Initializing cgroup subsys net_cls [ 0.147569] Initializing cgroup subsys perf_event [ 0.148472] Initializing cgroup subsys net_prio [ 0.149357] Initializing cgroup subsys hugetlb [ 0.150217] Initializing cgroup subsys pids [ 0.151098] CPU: Physical Processor ID: 0 [ 0.152612] mce: CPU supports 10 MCE banks [ 0.153445] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164822] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171002] ftrace: allocating 31920 entries in 125 pages [ 0.196705] smpboot: Max logical packages: 1 [ 0.197535] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198846] x2apic enabled [ 0.199665] Switched APIC routing to physical x2apic. [ 0.201390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202526] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206317] KVM setup paravirtual spinlock [ 0.207615] x86: Booted up 1 node, 1 CPUs [ 0.208412] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209795] devtmpfs: initialized [ 0.211508] evm: security.selinux [ 0.212228] evm: security.SMACK64 [ 0.212952] evm: security.SMACK64EXEC [ 0.213670] evm: security.SMACK64TRANSMUTE [ 0.214449] evm: security.SMACK64MMAP [ 0.215169] evm: security.ima [ 0.215822] evm: security.capability [ 0.216600] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218394] pinctrl core: initialized pinctrl subsystem [ 0.219477] RTC time: 22:49:04, date: 08/21/18 [ 0.220401] NET: Registered protocol family 16 [ 0.221340] cpuidle: using governor ladder [ 0.222146] cpuidle: using governor menu [ 0.222955] PCCT header not found. [ 0.223718] ACPI: bus type PCI registered [ 0.224495] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225693] PCI: Using configuration type 1 for base access [ 0.227397] ACPI: Added _OSI(Module Device) [ 0.228208] ACPI: Added _OSI(Processor Device) [ 0.229054] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229929] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231977] ACPI: Interpreter enabled [ 0.232772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239911] ACPI: (supports S0 S5) [ 0.240603] ACPI: Using IOAPIC for interrupt routing [ 0.241533] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244734] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247067] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250406] acpiphp: Slot [3] registered [ 0.251177] acpiphp: Slot [4] registered [ 0.251973] acpiphp: Slot [5] registered [ 0.252796] acpiphp: Slot [6] registered [ 0.253637] acpiphp: Slot [7] registered [ 0.254437] acpiphp: Slot [8] registered [ 0.255222] acpiphp: Slot [9] registered [ 0.256022] acpiphp: Slot [10] registered [ 0.256834] acpiphp: Slot [11] registered [ 0.257673] acpiphp: Slot [12] registered [ 0.258504] acpiphp: Slot [13] registered [ 0.259313] acpiphp: Slot [14] registered [ 0.260110] acpiphp: Slot [15] registered [ 0.270918] acpiphp: Slot [16] registered [ 0.271751] acpiphp: Slot [17] registered [ 0.272555] acpiphp: Slot [18] registered [ 0.273372] acpiphp: Slot [19] registered [ 0.274163] acpiphp: Slot [20] registered [ 0.274999] acpiphp: Slot [21] registered [ 0.275820] acpiphp: Slot [22] registered [ 0.276632] acpiphp: Slot [23] registered [ 0.277429] acpiphp: Slot [24] registered [ 0.278220] acpiphp: Slot [25] registered [ 0.279038] acpiphp: Slot [26] registered [ 0.279877] acpiphp: Slot [27] registered [ 0.280691] acpiphp: Slot [28] registered [ 0.281491] acpiphp: Slot [29] registered [ 0.282280] acpiphp: Slot [30] registered [ 0.283126] acpiphp: Slot [31] registered [ 0.283951] PCI host bridge to bus 0000:00 [ 0.284760] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285954] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288576] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289969] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296092] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298481] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299732] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306745] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308157] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357681] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360429] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361765] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362970] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364390] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365428] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366918] vgaarb: loaded [ 0.367498] vgaarb: bridge control possible 0000:00:02.0 [ 0.368601] SCSI subsystem initialized [ 0.369395] ACPI: bus type USB registered [ 0.370182] usbcore: registered new interface driver usbfs [ 0.371193] usbcore: registered new interface driver hub [ 0.372167] usbcore: registered new device driver usb [ 0.373221] PCI: Using ACPI for IRQ routing [ 0.374301] NetLabel: Initializing [ 0.375022] NetLabel: domain hash size = 128 [ 0.375866] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376791] NetLabel: unlabeled traffic allowed by default [ 0.377854] clocksource: Switched to clocksource kvm-clock [ 0.383177] AppArmor: AppArmor Filesystem Enabled [ 0.384153] pnp: PnP ACPI init [ 0.385076] pnp: PnP ACPI: found 5 devices [ 0.391402] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393059] NET: Registered protocol family 2 [ 0.394007] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395289] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396464] TCP: Hash tables configured (established 4096 bind 4096) [ 0.397635] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398727] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399901] NET: Registered protocol family 1 [ 0.400777] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401876] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402937] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416775] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430690] Trying to unpack rootfs image as initramfs... [ 0.480001] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494119] Scanning for low memory corruption every 60 seconds [ 0.495460] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496580] audit: initializing netlink subsys (disabled) [ 0.497598] audit: type=2000 audit(1534891745.574:1): initialized [ 0.498904] Initialise system trusted keyring [ 0.499799] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.500957] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502897] zbud: loaded [ 0.503583] VFS: Disk quotas dquot_6.6.0 [ 0.504373] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505868] fuse init (API version 7.23) [ 0.506727] Key type big_key registered [ 0.507500] Allocating IMA MOK and blacklist keyrings. [ 0.508587] Key type asymmetric registered [ 0.509386] Asymmetric key parser 'x509' registered [ 0.510319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511739] io scheduler noop registered [ 0.512521] io scheduler deadline registered (default) [ 0.513493] io scheduler cfq registered [ 0.514314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515343] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518028] ACPI: Power Button [PWRF] [ 0.519207] GHES: HEST is not enabled! [ 0.533755] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564624] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592239] Linux agpgart interface v0.103 [ 0.594541] brd: module loaded [ 0.595729] loop: module loaded [ 0.600298] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601783] GPT:90111 != 2097151 [ 0.602476] GPT:Alternate GPT header not at the end of the disk. [ 0.603626] GPT:90111 != 2097151 [ 0.604312] GPT: Use GNU Parted to correct GPT errors. [ 0.605350] vda: vda1 vda15 [ 0.606888] scsi host0: ata_piix [ 0.607726] scsi host1: ata_piix [ 0.608442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.609736] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.611307] libphy: Fixed MDIO Bus: probed [ 0.612208] tun: Universal TUN/TAP device driver, 1.6 [ 0.613243] tun: (C) 1999-2004 Max Krasnyansky [ 0.615523] PPP generic driver version 2.4.2 [ 0.616726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.618202] ehci-pci: EHCI PCI platform driver [ 0.619340] ehci-platform: EHCI generic platform driver [ 0.620611] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622093] ohci-pci: OHCI PCI platform driver [ 0.623199] ohci-platform: OHCI generic platform driver [ 0.624485] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639329] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640665] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642568] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645343] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646919] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648754] usb usb1: Product: UHCI Host Controller [ 0.650050] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651562] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652819] hub 1-0:1.0: USB hub found [ 0.653869] hub 1-0:1.0: 2 ports detected [ 0.655007] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657549] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658850] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.660145] mousedev: PS/2 mouse device common for all mice [ 0.661716] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.664029] rtc_cmos 00:00: RTC can wake from S4 [ 0.665410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.666972] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.668530] i2c /dev entries driver [ 0.669467] device-mapper: uevent: version 1.0.3 [ 0.670675] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672808] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674444] NET: Registered protocol family 10 [ 0.675725] NET: Registered protocol family 17 [ 0.676874] Key type dns_resolver registered [ 0.678094] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679498] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681802] registered taskstats version 1 [ 0.682877] Loading compiled-in X.509 certificates [ 0.684627] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.687058] zswap: loaded using pool lzo/zbud [ 0.688793] Key type trusted registered [ 0.690655] Key type encrypted registered [ 0.691826] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693264] ima: No TPM chip found, activating TPM-bypass! [ 0.694713] evm: HMAC attrs: 0x1 [ 0.695891] Magic number: 14:712:856 [ 0.697021] rtc_cmos 00:00: setting system clock to 2018-08-21 22:49:05 UTC (1534891745) [ 0.699196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.700726] EDD information not available. [ 0.770811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772943] Write protecting the kernel read-only data: 14336k [ 0.785165] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787151] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.831189] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.36 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.12... Lease of 192.168.120.12 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.46. iid=i-00000023 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCDphd4eCtyNQq58JVYeVa69atmQ6cWBAOVASLg/6Db+deZRTRm2RbRTgSqu/o523N3vCegwgXCnemsw/IRLkQYFDBlZ7G/OXlpnBYB5qaBWXpKcrMi1Hc0wOxqTr3sivBAO+rzeCVhIOgNiwnUmnddh/4m0r3nDM/saDCe3CEBUzOS3+7zAVxHUlVHUK+/mXSEY6AWN+FLCE7PX+bMr6HVW5EvQHJPy/DJ+wcMa7L018xvwiQPEqRMe7M/abtsqe343JFPuY7/LM/MgTgQWfD2s86g0aMqHrS2y+mfStnXKFaRuIwoQ+SvXAjGtinJ8wsGgkMthFtMn+714oEWLgjD root@vping-ssh-vm-5306fcfc-565a-44da-b1bc-8eaac42bd84a ssh-dss AAAAB3NzaC1kc3MAAACBANm1i9Kz7y/mXJ72X4IHrqCLV1tBIYYhztrHuihopri06oiUHZ9YelaubhLsswsKyVcDCW+LqlfCmplfFD+lYzwnMHaSZiyR9mdODU2A6kumlZliGW5kJhwnDBHIwjhY0u26jyXjJpJLeYN6h8yKCX3ct+a6ItUoIQY2Rc8gjAbFAAAAFQDRKUpQpZwC65Lo4bg5a+ex7chD6QAAAIAuKH1MSflwj/sHUdRzzn7kIokUwloMv8oTrg78dNpynObxriMnzwqCZJQyH0T5FEA2K1DydVbEW4zx9kAcGMkTWSqCg4o0Gde9cCU5+QwMrzjVJYDv+PR3LDGMglH4iiMlz0P/AtWA2YZerRToF03nIGRL4u6o9OLQiW51Fn8VRwAAAIEAml0stXXOixXS2M+njUS+aY6QZ0nQGOOILONDqPJqTUlK4XV/T8HVvwF4bFe3+dFU5FoLDs01yF49UDn4nV/PTMlHeoWTD7AIFF6YI4tJdT11mgERyZT0OSo5X7/3tWLg+4qndMAUhLTLO0ZPIwAZbVuw5FqD3Z1bKIGlSD5oTHs= root@vping-ssh-vm-5306fcfc-565a-44da-b1bc-8eaac42bd84a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe34:b64c/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.12 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-5306fcfc-565a-44da-b1bc-8eaac42bd84a launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.53 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-5306fcfc-565a-44da-b1bc-8eaac42bd84a login: 2018-08-21 22:49:11,611 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-21 22:49:21,699 - 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 840271351 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130583] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132232] pid_max: default: 32768 minimum: 301 [ 0.133118] ACPI: Core revision 20150930 [ 0.134503] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135803] Security Framework initialized [ 0.136625] Yama: becoming mindful. [ 0.137349] AppArmor: AppArmor initialized [ 0.138208] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139534] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142000] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143350] Initializing cgroup subsys io [ 0.144132] Initializing cgroup subsys memory [ 0.144965] Initializing cgroup subsys devices [ 0.145820] Initializing cgroup subsys freezer [ 0.146702] Initializing cgroup subsys net_cls [ 0.147569] Initializing cgroup subsys perf_event [ 0.148472] Initializing cgroup subsys net_prio [ 0.149357] Initializing cgroup subsys hugetlb [ 0.150217] Initializing cgroup subsys pids [ 0.151098] CPU: Physical Processor ID: 0 [ 0.152612] mce: CPU supports 10 MCE banks [ 0.153445] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164822] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171002] ftrace: allocating 31920 entries in 125 pages [ 0.196705] smpboot: Max logical packages: 1 [ 0.197535] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198846] x2apic enabled [ 0.199665] Switched APIC routing to physical x2apic. [ 0.201390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202526] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204543] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206317] KVM setup paravirtual spinlock [ 0.207615] x86: Booted up 1 node, 1 CPUs [ 0.208412] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209795] devtmpfs: initialized [ 0.211508] evm: security.selinux [ 0.212228] evm: security.SMACK64 [ 0.212952] evm: security.SMACK64EXEC [ 0.213670] evm: security.SMACK64TRANSMUTE [ 0.214449] evm: security.SMACK64MMAP [ 0.215169] evm: security.ima [ 0.215822] evm: security.capability [ 0.216600] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218394] pinctrl core: initialized pinctrl subsystem [ 0.219477] RTC time: 22:49:04, date: 08/21/18 [ 0.220401] NET: Registered protocol family 16 [ 0.221340] cpuidle: using governor ladder [ 0.222146] cpuidle: using governor menu [ 0.222955] PCCT header not found. [ 0.223718] ACPI: bus type PCI registered [ 0.224495] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225693] PCI: Using configuration type 1 for base access [ 0.227397] ACPI: Added _OSI(Module Device) [ 0.228208] ACPI: Added _OSI(Processor Device) [ 0.229054] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229929] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231977] ACPI: Interpreter enabled [ 0.232772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239911] ACPI: (supports S0 S5) [ 0.240603] ACPI: Using IOAPIC for interrupt routing [ 0.241533] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244734] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247067] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250406] acpiphp: Slot [3] registered [ 0.251177] acpiphp: Slot [4] registered [ 0.251973] acpiphp: Slot [5] registered [ 0.252796] acpiphp: Slot [6] registered [ 0.253637] acpiphp: Slot [7] registered [ 0.254437] acpiphp: Slot [8] registered [ 0.255222] acpiphp: Slot [9] registered [ 0.256022] acpiphp: Slot [10] registered [ 0.256834] acpiphp: Slot [11] registered [ 0.257673] acpiphp: Slot [12] registered [ 0.258504] acpiphp: Slot [13] registered [ 0.259313] acpiphp: Slot [14] registered [ 0.260110] acpiphp: Slot [15] registered [ 0.270918] acpiphp: Slot [16] registered [ 0.271751] acpiphp: Slot [17] registered [ 0.272555] acpiphp: Slot [18] registered [ 0.273372] acpiphp: Slot [19] registered [ 0.274163] acpiphp: Slot [20] registered [ 0.274999] acpiphp: Slot [21] registered [ 0.275820] acpiphp: Slot [22] registered [ 0.276632] acpiphp: Slot [23] registered [ 0.277429] acpiphp: Slot [24] registered [ 0.278220] acpiphp: Slot [25] registered [ 0.279038] acpiphp: Slot [26] registered [ 0.279877] acpiphp: Slot [27] registered [ 0.280691] acpiphp: Slot [28] registered [ 0.281491] acpiphp: Slot [29] registered [ 0.282280] acpiphp: Slot [30] registered [ 0.283126] acpiphp: Slot [31] registered [ 0.283951] PCI host bridge to bus 0000:00 [ 0.284760] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285954] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288576] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289969] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296092] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298481] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299732] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306745] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308157] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357681] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360429] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361765] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362970] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364390] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365428] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366918] vgaarb: loaded [ 0.367498] vgaarb: bridge control possible 0000:00:02.0 [ 0.368601] SCSI subsystem initialized [ 0.369395] ACPI: bus type USB registered [ 0.370182] usbcore: registered new interface driver usbfs [ 0.371193] usbcore: registered new interface driver hub [ 0.372167] usbcore: registered new device driver usb [ 0.373221] PCI: Using ACPI for IRQ routing [ 0.374301] NetLabel: Initializing [ 0.375022] NetLabel: domain hash size = 128 [ 0.375866] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376791] NetLabel: unlabeled traffic allowed by default [ 0.377854] clocksource: Switched to clocksource kvm-clock [ 0.383177] AppArmor: AppArmor Filesystem Enabled [ 0.384153] pnp: PnP ACPI init [ 0.385076] pnp: PnP ACPI: found 5 devices [ 0.391402] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393059] NET: Registered protocol family 2 [ 0.394007] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395289] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396464] TCP: Hash tables configured (established 4096 bind 4096) [ 0.397635] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398727] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399901] NET: Registered protocol family 1 [ 0.400777] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401876] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402937] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416775] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430690] Trying to unpack rootfs image as initramfs... [ 0.480001] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494119] Scanning for low memory corruption every 60 seconds [ 0.495460] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496580] audit: initializing netlink subsys (disabled) [ 0.497598] audit: type=2000 audit(1534891745.574:1): initialized [ 0.498904] Initialise system trusted keyring [ 0.499799] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.500957] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502897] zbud: loaded [ 0.503583] VFS: Disk quotas dquot_6.6.0 [ 0.504373] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505868] fuse init (API version 7.23) [ 0.506727] Key type big_key registered [ 0.507500] Allocating IMA MOK and blacklist keyrings. [ 0.508587] Key type asymmetric registered [ 0.509386] Asymmetric key parser 'x509' registered [ 0.510319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511739] io scheduler noop registered [ 0.512521] io scheduler deadline registered (default) [ 0.513493] io scheduler cfq registered [ 0.514314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515343] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518028] ACPI: Power Button [PWRF] [ 0.519207] GHES: HEST is not enabled! [ 0.533755] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564624] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592239] Linux agpgart interface v0.103 [ 0.594541] brd: module loaded [ 0.595729] loop: module loaded [ 0.600298] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601783] GPT:90111 != 2097151 [ 0.602476] GPT:Alternate GPT header not at the end of the disk. [ 0.603626] GPT:90111 != 2097151 [ 0.604312] GPT: Use GNU Parted to correct GPT errors. [ 0.605350] vda: vda1 vda15 [ 0.606888] scsi host0: ata_piix [ 0.607726] scsi host1: ata_piix [ 0.608442] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.609736] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.611307] libphy: Fixed MDIO Bus: probed [ 0.612208] tun: Universal TUN/TAP device driver, 1.6 [ 0.613243] tun: (C) 1999-2004 Max Krasnyansky [ 0.615523] PPP generic driver version 2.4.2 [ 0.616726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.618202] ehci-pci: EHCI PCI platform driver [ 0.619340] ehci-platform: EHCI generic platform driver [ 0.620611] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622093] ohci-pci: OHCI PCI platform driver [ 0.623199] ohci-platform: OHCI generic platform driver [ 0.624485] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639329] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640665] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642568] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645343] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646919] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648754] usb usb1: Product: UHCI Host Controller [ 0.650050] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651562] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652819] hub 1-0:1.0: USB hub found [ 0.653869] hub 1-0:1.0: 2 ports detected [ 0.655007] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657549] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658850] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.660145] mousedev: PS/2 mouse device common for all mice [ 0.661716] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.664029] rtc_cmos 00:00: RTC can wake from S4 [ 0.665410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.666972] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.668530] i2c /dev entries driver [ 0.669467] device-mapper: uevent: version 1.0.3 [ 0.670675] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672808] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674444] NET: Registered protocol family 10 [ 0.675725] NET: Registered protocol family 17 [ 0.676874] Key type dns_resolver registered [ 0.678094] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679498] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681802] registered taskstats version 1 [ 0.682877] Loading compiled-in X.509 certificates [ 0.684627] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.687058] zswap: loaded using pool lzo/zbud [ 0.688793] Key type trusted registered [ 0.690655] Key type encrypted registered [ 0.691826] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693264] ima: No TPM chip found, activating TPM-bypass! [ 0.694713] evm: HMAC attrs: 0x1 [ 0.695891] Magic number: 14:712:856 [ 0.697021] rtc_cmos 00:00: setting system clock to 2018-08-21 22:49:05 UTC (1534891745) [ 0.699196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.700726] EDD information not available. [ 0.770811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772943] Write protecting the kernel read-only data: 14336k [ 0.785165] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787151] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.831189] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.36 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.12... Lease of 192.168.120.12 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.46. iid=i-00000023 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCDphd4eCtyNQq58JVYeVa69atmQ6cWBAOVASLg/6Db+deZRTRm2RbRTgSqu/o523N3vCegwgXCnemsw/IRLkQYFDBlZ7G/OXlpnBYB5qaBWXpKcrMi1Hc0wOxqTr3sivBAO+rzeCVhIOgNiwnUmnddh/4m0r3nDM/saDCe3CEBUzOS3+7zAVxHUlVHUK+/mXSEY6AWN+FLCE7PX+bMr6HVW5EvQHJPy/DJ+wcMa7L018xvwiQPEqRMe7M/abtsqe343JFPuY7/LM/MgTgQWfD2s86g0aMqHrS2y+mfStnXKFaRuIwoQ+SvXAjGtinJ8wsGgkMthFtMn+714oEWLgjD root@vping-ssh-vm-5306fcfc-565a-44da-b1bc-8eaac42bd84a ssh-dss AAAAB3NzaC1kc3MAAACBANm1i9Kz7y/mXJ72X4IHrqCLV1tBIYYhztrHuihopri06oiUHZ9YelaubhLsswsKyVcDCW+LqlfCmplfFD+lYzwnMHaSZiyR9mdODU2A6kumlZliGW5kJhwnDBHIwjhY0u26jyXjJpJLeYN6h8yKCX3ct+a6ItUoIQY2Rc8gjAbFAAAAFQDRKUpQpZwC65Lo4bg5a+ex7chD6QAAAIAuKH1MSflwj/sHUdRzzn7kIokUwloMv8oTrg78dNpynObxriMnzwqCZJQyH0T5FEA2K1DydVbEW4zx9kAcGMkTWSqCg4o0Gde9cCU5+QwMrzjVJYDv+PR3LDGMglH4iiMlz0P/AtWA2YZerRToF03nIGRL4u6o9OLQiW51Fn8VRwAAAIEAml0stXXOixXS2M+njUS+aY6QZ0nQGOOILONDqPJqTUlK4XV/T8HVvwF4bFe3+dFU5FoLDs01yF49UDn4nV/PTMlHeoWTD7AIFF6YI4tJdT11mgERyZT0OSo5X7/3tWLg+4qndMAUhLTLO0ZPIwAZbVuw5FqD3Z1bKIGlSD5oTHs= root@vping-ssh-vm-5306fcfc-565a-44da-b1bc-8eaac42bd84a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe34:b64c/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.12 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-5306fcfc-565a-44da-b1bc-8eaac42bd84a launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.53 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-5306fcfc-565a-44da-b1bc-8eaac42bd84a login: /dev/root resized successfully [took 3.62s] 2018-08-21 22:49:21,815 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.13 (192.168.120.13): 56 data bytes 64 bytes from 192.168.120.13: seq=0 ttl=64 time=1.294 ms --- 192.168.120.13 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.294/1.294/1.294 ms 2018-08-21 22:49:21,815 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-21 22:49:21,933 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 22:49:21,933 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:46 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 22:49:39,086 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-21 22:49:40,154 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_77d7db4e-8609-440c-8717-2c791b6c56fc', 'id': u'afe4c496ef36425da0b70ef3bc9a6e06', '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-21 22:49:40,660 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6ae90f3295aa46a99927ac4b9880c18f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_77d7db4e-8609-440c-8717-2c791b6c56fc'}) 2018-08-21 22:49:40,753 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-21 22:49:40,992 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/0c762cb9ae8f4de3825d6e768c2a0a0a'}, 'domain_id': None, 'human_id': None, 'id': u'0c762cb9ae8f4de3825d6e768c2a0a0a', 'HUMAN_ID': False}) 2018-08-21 22:49:41,532 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_77d7db4e-8609-440c-8717-2c791b6c56fc', 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': 'e360b6ab-5f60-4c19-9f7c-08d26bcbcc9d', 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_77d7db4e-8609-440c-8717-2c791b6c56fc', 'project_id': u'afe4c496ef36425da0b70ef3bc9a6e06', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23: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-21 22:49:41,538 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_77d7db4e-8609-440c-8717-2c791b6c56fc', 'password': 'e360b6ab-5f60-4c19-9f7c-08d26bcbcc9d', 'project_name': 'vping_userdata-project_77d7db4e-8609-440c-8717-2c791b6c56fc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'afe4c496ef36425da0b70ef3bc9a6e06', 'project_domain_name': 'Default'} 2018-08-21 22:49:41,538 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-21 22:49:42,516 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T22:49:42Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'e04367a7-7dd8-484e-846f-e213c1da5d81', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_77d7db4e-8609-440c-8717-2c791b6c56fc', u'admin_state_up': True, u'tenant_id': u'afe4c496ef36425da0b70ef3bc9a6e06', u'created_at': u'2018-08-21T22:49:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'afe4c496ef36425da0b70ef3bc9a6e06'}) 2018-08-21 22:49:43,390 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T22:49:43Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'd438f3be-6d28-4a1b-a2f1-4eaade0f7988', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_77d7db4e-8609-440c-8717-2c791b6c56fc', u'enable_dhcp': True, u'network_id': u'e04367a7-7dd8-484e-846f-e213c1da5d81', u'tenant_id': u'afe4c496ef36425da0b70ef3bc9a6e06', u'created_at': u'2018-08-21T22:49:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'afe4c496ef36425da0b70ef3bc9a6e06'}) 2018-08-21 22:49:44,514 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a687ab52-7a8f-4702-b544-54c09104a632', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c3c79ed-fabb-4d70-9e7a-a1446f42aa1a', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'afe4c496ef36425da0b70ef3bc9a6e06', u'created_at': u'2018-08-21T22:49:43Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T22:49:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'afe4c496ef36425da0b70ef3bc9a6e06', u'id': u'd7bb1514-45ce-4ff7-b177-7059f0368c1c', u'name': u'vping_userdata-router_77d7db4e-8609-440c-8717-2c791b6c56fc'}) 2018-08-21 22:49:49,347 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/20202de0-4210-4f9c-89c1-13a4089e58fb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/20202de0-4210-4f9c-89c1-13a4089e58fb/file', 'owner': u'afe4c496ef36425da0b70ef3bc9a6e06', 'id': u'20202de0-4210-4f9c-89c1-13a4089e58fb', 'size': 12716032, u'self': u'/v2/images/20202de0-4210-4f9c-89c1-13a4089e58fb', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'afe4c496ef36425da0b70ef3bc9a6e06', 'name': 'vping_userdata-project_77d7db4e-8609-440c-8717-2c791b6c56fc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/20202de0-4210-4f9c-89c1-13a4089e58fb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T22:49:48Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T22:49:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_77d7db4e-8609-440c-8717-2c791b6c56fc', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/20202de0-4210-4f9c-89c1-13a4089e58fb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_77d7db4e-8609-440c-8717-2c791b6c56fc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_77d7db4e-8609-440c-8717-2c791b6c56fc', 'created': u'2018-08-21T22:49:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T22:49:47Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/20202de0-4210-4f9c-89c1-13a4089e58fb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_77d7db4e-8609-440c-8717-2c791b6c56fc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-21 22:49:49,553 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_77d7db4e-8609-440c-8717-2c791b6c56fc', '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'ccbcd5ede7624546b3262215e6608e2e', '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'a66addc9-d2c2-4e81-bc9c-fa32de46cf04', 'swap': 0}) 2018-08-21 22:49:58,553 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_77d7db4e-8609-440c-8717-2c791b6c56fc': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a5:b8:22', 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'20202de0-4210-4f9c-89c1-13a4089e58fb'}), 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-21T22:49:56.000000', 'flavor': Munch({u'id': u'a66addc9-d2c2-4e81-bc9c-fa32de46cf04'}), 'az': u'nova', 'id': u'a11501c1-2558-4be2-86b8-f90f5a2214af', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6ae90f3295aa46a99927ac4b9880c18f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'afe4c496ef36425da0b70ef3bc9a6e06', 'name': 'vping_userdata-project_77d7db4e-8609-440c-8717-2c791b6c56fc', '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-21T22:49:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T22:49:56Z', 'hostId': u'aed92d4f4dc0ba86e70ecf6cc67a6b15cef6f049446a69d77bca27f3', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'aed92d4f4dc0ba86e70ecf6cc67a6b15cef6f049446a69d77bca27f3', '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-21T22:49:56.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'afe4c496ef36425da0b70ef3bc9a6e06', 'name': u'vping_userdata-vm_77d7db4e-8609-440c-8717-2c791b6c56fc', 'adminPass': u'ryZBt37wmQAV', 'tenant_id': u'afe4c496ef36425da0b70ef3bc9a6e06', 'region': 'regionOne', 'created': u'2018-08-21T22:49:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-21 22:50:08,582 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_77d7db4e-8609-440c-8717-2c791b6c56fc': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:82:87:7d', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'20202de0-4210-4f9c-89c1-13a4089e58fb'}), 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-21T22:50:07.000000', 'flavor': Munch({u'id': u'a66addc9-d2c2-4e81-bc9c-fa32de46cf04'}), 'az': u'nova', 'id': u'cb904eec-109b-431e-965d-1950f66bc276', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6ae90f3295aa46a99927ac4b9880c18f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'afe4c496ef36425da0b70ef3bc9a6e06', 'name': 'vping_userdata-project_77d7db4e-8609-440c-8717-2c791b6c56fc', '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-21T22:50:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T22:50:07Z', 'hostId': u'f28feeb7f35d8c5e92b20fd8f6445ad97d1339a31cb906da2d5322dd', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'f28feeb7f35d8c5e92b20fd8f6445ad97d1339a31cb906da2d5322dd', '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-21T22:50:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'afe4c496ef36425da0b70ef3bc9a6e06', 'name': u'vping_userdata-vm2_77d7db4e-8609-440c-8717-2c791b6c56fc', 'adminPass': u'zm6uJswHWi5Z', 'tenant_id': u'afe4c496ef36425da0b70ef3bc9a6e06', 'region': 'regionOne', 'created': u'2018-08-21T22:50:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-21 22:50:08,583 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-21 22:50:10,910 - 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 478318777 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.156792] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.158824] pid_max: default: 32768 minimum: 301 [ 0.159934] ACPI: Core revision 20150930 [ 0.161492] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.163095] Security Framework initialized [ 0.164104] Yama: becoming mindful. [ 0.164986] AppArmor: AppArmor initialized [ 0.166035] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.167690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169282] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172486] Initializing cgroup subsys io [ 0.173491] Initializing cgroup subsys memory [ 0.174549] Initializing cgroup subsys devices [ 0.175612] Initializing cgroup subsys freezer [ 0.176676] Initializing cgroup subsys net_cls [ 0.177751] Initializing cgroup subsys perf_event [ 0.178870] Initializing cgroup subsys net_prio [ 0.179965] Initializing cgroup subsys hugetlb [ 0.181035] Initializing cgroup subsys pids [ 0.182097] CPU: Physical Processor ID: 0 [ 0.183773] mce: CPU supports 10 MCE banks [ 0.184809] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.186071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.197373] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204065] ftrace: allocating 31920 entries in 125 pages [ 0.230426] smpboot: Max logical packages: 1 [ 0.231467] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.233116] x2apic enabled [ 0.234047] Switched APIC routing to physical x2apic. [ 0.236029] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.237407] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.239837] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.242025] KVM setup paravirtual spinlock [ 0.243515] x86: Booted up 1 node, 1 CPUs [ 0.244501] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.246198] devtmpfs: initialized [ 0.248078] evm: security.selinux [ 0.248917] evm: security.SMACK64 [ 0.249765] evm: security.SMACK64EXEC [ 0.250691] evm: security.SMACK64TRANSMUTE [ 0.251694] evm: security.SMACK64MMAP [ 0.252608] evm: security.ima [ 0.253394] evm: security.capability [ 0.254365] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256599] pinctrl core: initialized pinctrl subsystem [ 0.257895] RTC time: 22:50:07, date: 08/21/18 [ 0.259022] NET: Registered protocol family 16 [ 0.260158] cpuidle: using governor ladder [ 0.261194] cpuidle: using governor menu [ 0.262150] PCCT header not found. [ 0.263027] ACPI: bus type PCI registered [ 0.263978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.265480] PCI: Using configuration type 1 for base access [ 0.267436] ACPI: Added _OSI(Module Device) [ 0.268474] ACPI: Added _OSI(Processor Device) [ 0.269553] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.270630] ACPI: Added _OSI(Processor Aggregator Device) [ 0.272785] ACPI: Interpreter enabled [ 0.273575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.275408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.277229] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.279114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.280980] ACPI: (supports S0 S5) [ 0.281749] ACPI: Using IOAPIC for interrupt routing [ 0.282883] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.286038] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.287235] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.288584] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.289808] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.292062] acpiphp: Slot [3] registered [ 0.292910] acpiphp: Slot [4] registered [ 0.293732] acpiphp: Slot [5] registered [ 0.294554] acpiphp: Slot [6] registered [ 0.295396] acpiphp: Slot [7] registered [ 0.296205] acpiphp: Slot [8] registered [ 0.297036] acpiphp: Slot [9] registered [ 0.297864] acpiphp: Slot [10] registered [ 0.298720] acpiphp: Slot [11] registered [ 0.299563] acpiphp: Slot [12] registered [ 0.300419] acpiphp: Slot [13] registered [ 0.301282] acpiphp: Slot [14] registered [ 0.302108] acpiphp: Slot [15] registered [ 0.313591] acpiphp: Slot [16] registered [ 0.314467] acpiphp: Slot [17] registered [ 0.315336] acpiphp: Slot [18] registered [ 0.316194] acpiphp: Slot [19] registered [ 0.317053] acpiphp: Slot [20] registered [ 0.317900] acpiphp: Slot [21] registered [ 0.318764] acpiphp: Slot [22] registered [ 0.319604] acpiphp: Slot [23] registered [ 0.320441] acpiphp: Slot [24] registered [ 0.321276] acpiphp: Slot [25] registered [ 0.322108] acpiphp: Slot [26] registered [ 0.322935] acpiphp: Slot [27] registered [ 0.323763] acpiphp: Slot [28] registered [ 0.324609] acpiphp: Slot [29] registered [ 0.325439] acpiphp: Slot [30] registered [ 0.326273] acpiphp: Slot [31] registered [ 0.327093] PCI host bridge to bus 0000:00 [ 0.327925] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329176] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330446] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.331925] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.333408] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339644] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340951] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343400] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.349760] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.351203] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.397140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.398648] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.400109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.401530] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402911] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.404168] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405314] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406543] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408093] vgaarb: loaded [ 0.408706] vgaarb: bridge control possible 0000:00:02.0 [ 0.409847] SCSI subsystem initialized [ 0.410671] ACPI: bus type USB registered [ 0.411499] usbcore: registered new interface driver usbfs [ 0.412548] usbcore: registered new interface driver hub [ 0.413556] usbcore: registered new device driver usb [ 0.414610] PCI: Using ACPI for IRQ routing [ 0.415633] NetLabel: Initializing [ 0.416400] NetLabel: domain hash size = 128 [ 0.417298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.418306] NetLabel: unlabeled traffic allowed by default [ 0.419426] clocksource: Switched to clocksource kvm-clock [ 0.424829] AppArmor: AppArmor Filesystem Enabled [ 0.425808] pnp: PnP ACPI init [ 0.426755] pnp: PnP ACPI: found 5 devices [ 0.433145] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.434986] NET: Registered protocol family 2 [ 0.435955] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.437244] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.438460] TCP: Hash tables configured (established 4096 bind 4096) [ 0.439716] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.440818] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.442000] NET: Registered protocol family 1 [ 0.442870] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.443978] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.445067] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.472941] Trying to unpack rootfs image as initramfs... [ 0.522151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536388] Scanning for low memory corruption every 60 seconds [ 0.537804] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.539034] audit: initializing netlink subsys (disabled) [ 0.540109] audit: type=2000 audit(1534891808.108:1): initialized [ 0.541468] Initialise system trusted keyring [ 0.542424] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543639] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.545606] zbud: loaded [ 0.546321] VFS: Disk quotas dquot_6.6.0 [ 0.547170] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.548668] fuse init (API version 7.23) [ 0.549549] Key type big_key registered [ 0.550384] Allocating IMA MOK and blacklist keyrings. [ 0.551522] Key type asymmetric registered [ 0.552369] Asymmetric key parser 'x509' registered [ 0.553334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.555190] io scheduler noop registered [ 0.556063] io scheduler deadline registered (default) [ 0.557117] io scheduler cfq registered [ 0.558012] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.559116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.560475] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.561972] ACPI: Power Button [PWRF] [ 0.562843] GHES: HEST is not enabled! [ 0.576484] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.607129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.610551] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.634709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636881] Linux agpgart interface v0.103 [ 0.638960] brd: module loaded [ 0.640219] loop: module loaded [ 0.645132] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.646870] GPT:90111 != 2097151 [ 0.647657] GPT:Alternate GPT header not at the end of the disk. [ 0.648973] GPT:90111 != 2097151 [ 0.649769] GPT: Use GNU Parted to correct GPT errors. [ 0.650917] vda: vda1 vda15 [ 0.652572] scsi host0: ata_piix [ 0.653448] scsi host1: ata_piix [ 0.654278] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.655744] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.657436] libphy: Fixed MDIO Bus: probed [ 0.658409] tun: Universal TUN/TAP device driver, 1.6 [ 0.659549] tun: (C) 1999-2004 Max Krasnyansky [ 0.662234] PPP generic driver version 2.4.2 [ 0.663291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.664731] ehci-pci: EHCI PCI platform driver [ 0.665775] ehci-platform: EHCI generic platform driver [ 0.666973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.668356] ohci-pci: OHCI PCI platform driver [ 0.669396] ohci-platform: OHCI generic platform driver [ 0.670575] uhci_hcd: USB Universal Host Controller Interface driver [ 0.685072] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.686278] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.688021] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.689217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.690559] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.692046] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.693712] usb usb1: Product: UHCI Host Controller [ 0.694867] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.696265] usb usb1: SerialNumber: 0000:00:01.2 [ 0.697414] hub 1-0:1.0: USB hub found [ 0.698372] hub 1-0:1.0: 2 ports detected [ 0.699439] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.701865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.703034] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.704265] mousedev: PS/2 mouse device common for all mice [ 0.705759] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.707980] rtc_cmos 00:00: RTC can wake from S4 [ 0.709259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.710680] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.712135] i2c /dev entries driver [ 0.713027] device-mapper: uevent: version 1.0.3 [ 0.714137] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.716080] ledtrig-cpu: registered to indicate activity on CPUs [ 0.717587] NET: Registered protocol family 10 [ 0.718750] NET: Registered protocol family 17 [ 0.719836] Key type dns_resolver registered [ 0.720929] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.722257] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.724334] registered taskstats version 1 [ 0.725320] Loading compiled-in X.509 certificates [ 0.726939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.729155] zswap: loaded using pool lzo/zbud [ 0.730698] Key type trusted registered [ 0.732405] Key type encrypted registered [ 0.733385] AppArmor: AppArmor sha1 policy hashing enabled [ 0.734604] ima: No TPM chip found, activating TPM-bypass! [ 0.735842] evm: HMAC attrs: 0x1 [ 0.736899] Magic number: 14:712:856 [ 0.737897] rtc_cmos 00:00: setting system clock to 2018-08-21 22:50:08 UTC (1534891808) [ 0.739800] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.741137] EDD information not available. [ 0.816418] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.818281] Write protecting the kernel read-only data: 14336k [ 0.830648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.832700] 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.28 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.508845] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.38. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: 2018-08-21 22:50:10,911 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.7. Waiting for response... 2018-08-21 22:50:13,524 - 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 478318777 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.156792] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.158824] pid_max: default: 32768 minimum: 301 [ 0.159934] ACPI: Core revision 20150930 [ 0.161492] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.163095] Security Framework initialized [ 0.164104] Yama: becoming mindful. [ 0.164986] AppArmor: AppArmor initialized [ 0.166035] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.167690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169282] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172486] Initializing cgroup subsys io [ 0.173491] Initializing cgroup subsys memory [ 0.174549] Initializing cgroup subsys devices [ 0.175612] Initializing cgroup subsys freezer [ 0.176676] Initializing cgroup subsys net_cls [ 0.177751] Initializing cgroup subsys perf_event [ 0.178870] Initializing cgroup subsys net_prio [ 0.179965] Initializing cgroup subsys hugetlb [ 0.181035] Initializing cgroup subsys pids [ 0.182097] CPU: Physical Processor ID: 0 [ 0.183773] mce: CPU supports 10 MCE banks [ 0.184809] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.186071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.197373] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204065] ftrace: allocating 31920 entries in 125 pages [ 0.230426] smpboot: Max logical packages: 1 [ 0.231467] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.233116] x2apic enabled [ 0.234047] Switched APIC routing to physical x2apic. [ 0.236029] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.237407] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.239837] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.242025] KVM setup paravirtual spinlock [ 0.243515] x86: Booted up 1 node, 1 CPUs [ 0.244501] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.246198] devtmpfs: initialized [ 0.248078] evm: security.selinux [ 0.248917] evm: security.SMACK64 [ 0.249765] evm: security.SMACK64EXEC [ 0.250691] evm: security.SMACK64TRANSMUTE [ 0.251694] evm: security.SMACK64MMAP [ 0.252608] evm: security.ima [ 0.253394] evm: security.capability [ 0.254365] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256599] pinctrl core: initialized pinctrl subsystem [ 0.257895] RTC time: 22:50:07, date: 08/21/18 [ 0.259022] NET: Registered protocol family 16 [ 0.260158] cpuidle: using governor ladder [ 0.261194] cpuidle: using governor menu [ 0.262150] PCCT header not found. [ 0.263027] ACPI: bus type PCI registered [ 0.263978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.265480] PCI: Using configuration type 1 for base access [ 0.267436] ACPI: Added _OSI(Module Device) [ 0.268474] ACPI: Added _OSI(Processor Device) [ 0.269553] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.270630] ACPI: Added _OSI(Processor Aggregator Device) [ 0.272785] ACPI: Interpreter enabled [ 0.273575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.275408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.277229] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.279114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.280980] ACPI: (supports S0 S5) [ 0.281749] ACPI: Using IOAPIC for interrupt routing [ 0.282883] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.286038] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.287235] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.288584] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.289808] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.292062] acpiphp: Slot [3] registered [ 0.292910] acpiphp: Slot [4] registered [ 0.293732] acpiphp: Slot [5] registered [ 0.294554] acpiphp: Slot [6] registered [ 0.295396] acpiphp: Slot [7] registered [ 0.296205] acpiphp: Slot [8] registered [ 0.297036] acpiphp: Slot [9] registered [ 0.297864] acpiphp: Slot [10] registered [ 0.298720] acpiphp: Slot [11] registered [ 0.299563] acpiphp: Slot [12] registered [ 0.300419] acpiphp: Slot [13] registered [ 0.301282] acpiphp: Slot [14] registered [ 0.302108] acpiphp: Slot [15] registered [ 0.313591] acpiphp: Slot [16] registered [ 0.314467] acpiphp: Slot [17] registered [ 0.315336] acpiphp: Slot [18] registered [ 0.316194] acpiphp: Slot [19] registered [ 0.317053] acpiphp: Slot [20] registered [ 0.317900] acpiphp: Slot [21] registered [ 0.318764] acpiphp: Slot [22] registered [ 0.319604] acpiphp: Slot [23] registered [ 0.320441] acpiphp: Slot [24] registered [ 0.321276] acpiphp: Slot [25] registered [ 0.322108] acpiphp: Slot [26] registered [ 0.322935] acpiphp: Slot [27] registered [ 0.323763] acpiphp: Slot [28] registered [ 0.324609] acpiphp: Slot [29] registered [ 0.325439] acpiphp: Slot [30] registered [ 0.326273] acpiphp: Slot [31] registered [ 0.327093] PCI host bridge to bus 0000:00 [ 0.327925] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329176] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330446] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.331925] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.333408] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339644] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340951] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343400] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.349760] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.351203] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.397140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.398648] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.400109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.401530] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402911] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.404168] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405314] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406543] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408093] vgaarb: loaded [ 0.408706] vgaarb: bridge control possible 0000:00:02.0 [ 0.409847] SCSI subsystem initialized [ 0.410671] ACPI: bus type USB registered [ 0.411499] usbcore: registered new interface driver usbfs [ 0.412548] usbcore: registered new interface driver hub [ 0.413556] usbcore: registered new device driver usb [ 0.414610] PCI: Using ACPI for IRQ routing [ 0.415633] NetLabel: Initializing [ 0.416400] NetLabel: domain hash size = 128 [ 0.417298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.418306] NetLabel: unlabeled traffic allowed by default [ 0.419426] clocksource: Switched to clocksource kvm-clock [ 0.424829] AppArmor: AppArmor Filesystem Enabled [ 0.425808] pnp: PnP ACPI init [ 0.426755] pnp: PnP ACPI: found 5 devices [ 0.433145] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.434986] NET: Registered protocol family 2 [ 0.435955] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.437244] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.438460] TCP: Hash tables configured (established 4096 bind 4096) [ 0.439716] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.440818] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.442000] NET: Registered protocol family 1 [ 0.442870] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.443978] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.445067] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.472941] Trying to unpack rootfs image as initramfs... [ 0.522151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536388] Scanning for low memory corruption every 60 seconds [ 0.537804] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.539034] audit: initializing netlink subsys (disabled) [ 0.540109] audit: type=2000 audit(1534891808.108:1): initialized [ 0.541468] Initialise system trusted keyring [ 0.542424] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543639] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.545606] zbud: loaded [ 0.546321] VFS: Disk quotas dquot_6.6.0 [ 0.547170] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.548668] fuse init (API version 7.23) [ 0.549549] Key type big_key registered [ 0.550384] Allocating IMA MOK and blacklist keyrings. [ 0.551522] Key type asymmetric registered [ 0.552369] Asymmetric key parser 'x509' registered [ 0.553334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.555190] io scheduler noop registered [ 0.556063] io scheduler deadline registered (default) [ 0.557117] io scheduler cfq registered [ 0.558012] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.559116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.560475] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.561972] ACPI: Power Button [PWRF] [ 0.562843] GHES: HEST is not enabled! [ 0.576484] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.607129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.610551] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.634709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636881] Linux agpgart interface v0.103 [ 0.638960] brd: module loaded [ 0.640219] loop: module loaded [ 0.645132] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.646870] GPT:90111 != 2097151 [ 0.647657] GPT:Alternate GPT header not at the end of the disk. [ 0.648973] GPT:90111 != 2097151 [ 0.649769] GPT: Use GNU Parted to correct GPT errors. [ 0.650917] vda: vda1 vda15 [ 0.652572] scsi host0: ata_piix [ 0.653448] scsi host1: ata_piix [ 0.654278] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.655744] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.657436] libphy: Fixed MDIO Bus: probed [ 0.658409] tun: Universal TUN/TAP device driver, 1.6 [ 0.659549] tun: (C) 1999-2004 Max Krasnyansky [ 0.662234] PPP generic driver version 2.4.2 [ 0.663291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.664731] ehci-pci: EHCI PCI platform driver [ 0.665775] ehci-platform: EHCI generic platform driver [ 0.666973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.668356] ohci-pci: OHCI PCI platform driver [ 0.669396] ohci-platform: OHCI generic platform driver [ 0.670575] uhci_hcd: USB Universal Host Controller Interface driver [ 0.685072] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.686278] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.688021] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.689217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.690559] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.692046] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.693712] usb usb1: Product: UHCI Host Controller [ 0.694867] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.696265] usb usb1: SerialNumber: 0000:00:01.2 [ 0.697414] hub 1-0:1.0: USB hub found [ 0.698372] hub 1-0:1.0: 2 ports detected [ 0.699439] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.701865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.703034] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.704265] mousedev: PS/2 mouse device common for all mice [ 0.705759] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.707980] rtc_cmos 00:00: RTC can wake from S4 [ 0.709259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.710680] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.712135] i2c /dev entries driver [ 0.713027] device-mapper: uevent: version 1.0.3 [ 0.714137] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.716080] ledtrig-cpu: registered to indicate activity on CPUs [ 0.717587] NET: Registered protocol family 10 [ 0.718750] NET: Registered protocol family 17 [ 0.719836] Key type dns_resolver registered [ 0.720929] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.722257] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.724334] registered taskstats version 1 [ 0.725320] Loading compiled-in X.509 certificates [ 0.726939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.729155] zswap: loaded using pool lzo/zbud [ 0.730698] Key type trusted registered [ 0.732405] Key type encrypted registered [ 0.733385] AppArmor: AppArmor sha1 policy hashing enabled [ 0.734604] ima: No TPM chip found, activating TPM-bypass! [ 0.735842] evm: HMAC attrs: 0x1 [ 0.736899] Magic number: 14:712:856 [ 0.737897] rtc_cmos 00:00: setting system clock to 2018-08-21 22:50:08 UTC (1534891808) [ 0.739800] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.741137] EDD information not available. [ 0.816418] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.818281] Write protecting the kernel read-only data: 14336k [ 0.830648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.832700] 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.28 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.508845] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.38. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjKt1B2pTphKHn/Jz278iWGcIBb0bgfRy1Uydfnkb2UdKa61JZBizfChgzuxLjn8R2aKNNJ8oSPWsX0FHwHtzL3AYCLOprIxywWX4asJVQ04sq7CVoAcstC8Bkwutdg023paMCe0qLZEKQ1rKDCh86h05eEwb9UvXWdC6HPNLRAucroEUXLl6Sy50ZwO4R3IyGaL4l2+eOWkG8tQEehcnmyLhFucZNDPjLMoWPdF57PrPRcfr+uv7Ba8me77rSuJVofEI/QJughgpAUOqVD12re+QuRZhySzo5uUPb2ZMvKVTUCWfG5qSUq3JhNIpfPEtS0klGwbDoqMvZCtKVYtcl root@vping-userdata-vm2-77d7db4e-8609-440c-8717-2c791b6c56fc ssh-dss AAAAB3NzaC1kc3MAAACBAIEbghaTkd2vCDchQErzsrSrGmQsdaROuFk3HJkncL110A8fOTHwroe1CUXfvkyMlmpBfp16CrYMGI9t11WNvzw3q+LV9wFf0slfZj1slckJCbWOq3p8jmN5xZuXhmf2KHwIlJ3UxSS3apgh/AaktAXuDteD/HvNcDGNXbmJqPqTAAAAFQCtsoxHAsT2RnvO8BSiiCUl/RD7WwAAAIAkE6ouFseOZtk54wTUY9EymsCs6UH7oN87cOXJu5YPcJmoakQ7W25cihGoladfSRMaz41/Am3I3o3Rwbt/cQUZTR2e5N2JacBWzlEbnAThnFP1jP6nlrhEVwBPbgm/ojMxddRef8J5J1r9DMyOe16GDexc+nadic89CerMVdZJuwAAAIBGSiu0F2+wseGRaYXOXvNoWG5Gbgl8GxctfHrn+QNP821zALyZmVdP9EoPzsTqLPyBSkTufCNZWI1nog5NMllHD/CjQCwkWkROk49nhSOKWMUFrqc00S1h6VGlIcTZyDi9XKUoglSOzGZ+5XCdXQlfeivT3I8xX+QQjT8e8tI4ag== root@vping-userdata-vm2-77d7db4e-8609-440c-8717-2c791b6c56fc -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe82:877d/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-77d7db4e-8609-440c-8717-2c791b6c56fc launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.19 === 2018-08-21 22:50:13,525 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-21 22:50:13,652 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 22:50:13,652 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:32 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-21 22:50:31,088 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-08-21 22:50:31,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 22:50:42,440 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-21 22:50:42.144 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e7ebaba2-c460-49f7-bbdb-9e34cf195981) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e7ebaba2-c460-49f7-bbdb-9e34cf195981 | 2018-08-21T22:50:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e7ebaba2-c460-49f7-bbdb-9e34cf195981 ~/.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-21 22:50:46,470 - 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-21 22:50:46,471 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 22:50:54,084 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-21 22:50:50.730 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-21 22:50:50.888 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-21 22:50:53.834 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0902d641-69c4-4704-b0d2-e0b0d1faa46a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0902d641-69c4-4704-b0d2-e0b0d1faa46a) as the default verifier for the future CLI operations. 2018-08-21 22:50:57,135 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-08-21 22:50:57,577 - 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-21T22:50:57Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2e46f4d3-3205-4035-a46b-187e3842a6c9', u'provider:segmentation_id': 84, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', u'admin_state_up': True, u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'created_at': u'2018-08-21T22:50:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ccbcd5ede7624546b3262215e6608e2e'}) 2018-08-21 22:50:58,506 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T22:50: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'cce9679e-5f7b-4c4b-9067-f1e22d6aa023', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', u'enable_dhcp': True, u'network_id': u'2e46f4d3-3205-4035-a46b-187e3842a6c9', u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'created_at': u'2018-08-21T22:50: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'ccbcd5ede7624546b3262215e6608e2e'}) 2018-08-21 22:51:00,899 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a687ab52-7a8f-4702-b544-54c09104a632', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c3c79ed-fabb-4d70-9e7a-a1446f42aa1a', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'created_at': u'2018-08-21T22:50:59Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T22:51:00Z', u'revision_number': 2, u'routes': [], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'id': u'44a7f29b-684c-40bf-add4-aff0a71093eb', u'name': u'tempest_smoke_serial-router_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9'}) 2018-08-21 22:51:04,992 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/27c2be9f-9c5c-43ff-af52-1c324648f6ac/snap', u'metadata': Munch({})})], 'file': u'/v2/images/27c2be9f-9c5c-43ff-af52-1c324648f6ac/file', 'owner': u'ccbcd5ede7624546b3262215e6608e2e', 'id': u'27c2be9f-9c5c-43ff-af52-1c324648f6ac', 'size': 12716032, u'self': u'/v2/images/27c2be9f-9c5c-43ff-af52-1c324648f6ac', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccbcd5ede7624546b3262215e6608e2e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/27c2be9f-9c5c-43ff-af52-1c324648f6ac/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T22:51:04Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T22:51:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/27c2be9f-9c5c-43ff-af52-1c324648f6ac', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', 'created': u'2018-08-21T22:51:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T22:51:02Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/27c2be9f-9c5c-43ff-af52-1c324648f6ac', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-21 22:51:05,234 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', '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'ccbcd5ede7624546b3262215e6608e2e', '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'ed908673-1c9c-494f-91f5-4e76cb227db0', 'swap': 0}) 2018-08-21 22:51:06,988 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/c5227a6f-0877-4a98-9831-512d092a4d50/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c5227a6f-0877-4a98-9831-512d092a4d50/file', 'owner': u'ccbcd5ede7624546b3262215e6608e2e', 'id': u'c5227a6f-0877-4a98-9831-512d092a4d50', 'size': 12716032, u'self': u'/v2/images/c5227a6f-0877-4a98-9831-512d092a4d50', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccbcd5ede7624546b3262215e6608e2e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/c5227a6f-0877-4a98-9831-512d092a4d50/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T22:51:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T22:51:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c5227a6f-0877-4a98-9831-512d092a4d50', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', 'created': u'2018-08-21T22:51:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T22:51:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c5227a6f-0877-4a98-9831-512d092a4d50', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-21 22:51:07,032 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', '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'ccbcd5ede7624546b3262215e6608e2e', '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'e91f95e2-15c5-4ae7-8b38-f62db3162af3', 'swap': 0}) 2018-08-21 22:51:07,054 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_724d5ad8-b9ce-4829-b57d-c1f9c4697ef9', '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'ccbcd5ede7624546b3262215e6608e2e', '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'e91f95e2-15c5-4ae7-8b38-f62db3162af3', 'swap': 0}) 2018-08-21 22:51:10,395 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 22:51:09.181 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0902d641-69c4-4704-b0d2-e0b0d1faa46a) for deployment 'opnfv-rally' (UUID=e7ebaba2-c460-49f7-bbdb-9e34cf195981). 2018-08-21 22:51:10.196 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0902d641-69c4-4704-b0d2-e0b0d1faa46a) has been successfully configured for deployment 'opnfv-rally' (UUID=e7ebaba2-c460-49f7-bbdb-9e34cf195981)! 2018-08-21 22:51:10,395 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 22:51:10,396 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-21 22:51:10,398 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-21 22:51:10,406 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-21 22:51:15,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0902d641-69c4-4704-b0d2-e0b0d1faa46a/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-08-21 22:51:15,941 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-21 22:51:15,952 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-21 22:51:15,953 - 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-21 22:51:18,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:51:18.136 51 INFO rally.api [-] Starting verification (UUID=a0e7d166-c68c-4275-a9a6-93841078b8fe) for deployment 'opnfv-rally' (UUID=e7ebaba2-c460-49f7-bbdb-9e34cf195981) by verifier 'opnfv-tempest' (UUID=0902d641-69c4-4704-b0d2-e0b0d1faa46a). 2018-08-21 22:51:18,138 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a0e7d166-c68c-4275-a9a6-93841078b8fe 2018-08-21 22:51:25,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:51:25.447 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.165s] 2018-08-21 22:51:25,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:51:25.501 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.054s] 2018-08-21 22:51:32,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:51:32.081 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.551s] 2018-08-21 22:51:35,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:51:35.049 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.967s] 2018-08-21 22:51:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:51:48.832 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.363s] 2018-08-21 22:52:05,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:52:05.797 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.414s] 2018-08-21 22:52:38,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:52:38.727 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.075s] 2018-08-21 22:52:38,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:52:38.729 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-21 22:53:09,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:53:09.995 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-08-21 22:53:09,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:53:09.997 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-21 22:53:39,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:53:39.567 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-08-21 22:53:39,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:53:39.569 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-21 22:55:22,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:55:22.694 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.031s] 2018-08-21 22:55:46,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:55:46.893 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-08-21 22:55:46,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:55:46.992 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-08-21 22:55:54,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:55:54.942 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.664s] 2018-08-21 22:55:54,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:55:54.951 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-21 22:55:56,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:55:56.477 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-21 22:55:56,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:55:56.478 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-21 22:56:00,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:56:00.457 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.375s] 2018-08-21 22:56:06,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:56:06.814 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.082s] 2018-08-21 22:56:13,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:56:13.302 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.754s] 2018-08-21 22:56:20,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:56:20.647 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.459s] 2018-08-21 22:56:29,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:56:29.667 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.051s] 2018-08-21 22:56:36,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:56:36.190 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.390s] 2018-08-21 22:56:42,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:56:42.112 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-08-21 22:56:49,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:56:49.579 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.438s] 2018-08-21 22:56:56,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:56:56.947 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.438s] 2018-08-21 22:57:05,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:05.300 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.778s] 2018-08-21 22:57:07,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:07.787 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-21 22:57:09,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:09.807 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-08-21 22:57:09,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:09.882 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-08-21 22:57:09,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:09.953 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-08-21 22:57:09,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:09.960 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-08-21 22:57:13,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:13.989 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.786s] 2018-08-21 22:57:16,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:16.117 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.128s] 2018-08-21 22:57:17,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:17.371 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.252s] 2018-08-21 22:57:22,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:22.939 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-21 22:57:30,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:30.477 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.933s] 2018-08-21 22:57:43,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:43.554 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.547s] 2018-08-21 22:57:46,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:46.921 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.366s] 2018-08-21 22:57:58,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:57:58.480 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.991s] 2018-08-21 22:58:02,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:02.104 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.622s] 2018-08-21 22:58:10,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:10.982 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.878s] 2018-08-21 22:58:20,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:20.754 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.989s] 2018-08-21 22:58:24,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:24.503 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.747s] 2018-08-21 22:58:30,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:30.959 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.457s] 2018-08-21 22:58:48,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:48.549 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.543s] 2018-08-21 22:58:48,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:48.834 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.285s] 2018-08-21 22:58:49,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:49.104 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.269s] 2018-08-21 22:58:49,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:49.328 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.224s] 2018-08-21 22:58:49,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:49.645 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.317s] 2018-08-21 22:58:49,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:58:49.700 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2018-08-21 22:59:04,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:04.978 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.958s] 2018-08-21 22:59:05,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:05.560 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.581s] 2018-08-21 22:59:05,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:05.696 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.136s] 2018-08-21 22:59:05,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:05.748 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.052s] 2018-08-21 22:59:05,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:05.991 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.241s] 2018-08-21 22:59:06,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:06.180 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.189s] 2018-08-21 22:59:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:19.671 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.140s] 2018-08-21 22:59:25,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:25.865 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.195s] 2018-08-21 22:59:27,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:27.495 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.627s] 2018-08-21 22:59:27,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:27.701 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.207s] 2018-08-21 22:59:27,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:27.769 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.067s] 2018-08-21 22:59:40,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:40.521 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.027s] 2018-08-21 22:59:47,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:47.165 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.644s] 2018-08-21 22:59:49,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:49.088 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.921s] 2018-08-21 22:59:49,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:49.334 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.246s] 2018-08-21 22:59:49,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 22:59:49.534 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-08-21 23:00:03,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:00:03.915 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.196s] 2018-08-21 23:00:09,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:00:09.628 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.710s] 2018-08-21 23:00:13,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:00:13.979 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.350s] 2018-08-21 23:00:16,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:00:16.745 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.767s] 2018-08-21 23:00:43,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:00:43.137 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.182s] 2018-08-21 23:00:48,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:00:48.646 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.508s] 2018-08-21 23:00:53,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:00:53.265 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.618s] 2018-08-21 23:00:56,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:00:56.459 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.193s] 2018-08-21 23:01:13,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:13.640 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.732s] 2018-08-21 23:01:15,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:15.836 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.193s] 2018-08-21 23:01:15,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:15.879 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2018-08-21 23:01:20,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:20.676 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.494s] 2018-08-21 23:01:22,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:22.885 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.204s] 2018-08-21 23:01:23,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:23.076 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.195s] 2018-08-21 23:01:27,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:27.588 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.321s] 2018-08-21 23:01:30,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:30.891 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-21 23:01:32,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:32.425 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-08-21 23:01:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:32.427 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-08-21 23:01:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:32.428 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-08-21 23:01:32,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:32.429 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-08-21 23:01:32,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:32.430 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-08-21 23:01:34,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:34.388 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-21 23:01:51,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:01:51.569 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.452s] 2018-08-21 23:02:04,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:02:04.490 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.924s] 2018-08-21 23:02:17,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:02:17.864 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.371s] 2018-08-21 23:02:27,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:02:27.117 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.184s] 2018-08-21 23:05:09,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:05:09.181 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [155.540s] 2018-08-21 23:05:43,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:05:43.734 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.724s] 2018-08-21 23:06:28,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:06:28.845 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.540s] 2018-08-21 23:06:47,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a0e7d166-c68c-4275-a9a6-93841078b8fe']'. 2018-08-21 23:06:48,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-21 23:06:48,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-21 23:06:48,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 23:06:48,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a0e7d166-c68c-4275-a9a6-93841078b8fe | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-21 22:51:18 | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-21 23:06:46 | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:28 | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0902d641-69c4-4704-b0d2-e0b0d1faa46a) | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e7ebaba2-c460-49f7-bbdb-9e34cf195981) | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 905.574 | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-08-21 23:06:48,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-21 23:06:48,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-21 23:06:48,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-08-21 23:06:48,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 23:06:48,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-21 23:06:48,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-08-21 23:06:48,395 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 23:06:48,396 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:51 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-08-21 23:06:58,884 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-08-21 23:06:58,934 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-21 23:07:00,034 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_ef2631b6-7992-46c6-a26b-86cbac867764', 'id': u'66de9da572c544d5bf19a1e8bef6ae45', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-08-21 23:07:00,594 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1372dc2e8ca94449877d81689b1e1913', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_ef2631b6-7992-46c6-a26b-86cbac867764'}) 2018-08-21 23:07:00,757 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-21 23:07:00,939 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/1fbc0b8bda6942fdac5077f08ccccde3'}, 'domain_id': None, 'human_id': None, 'id': u'1fbc0b8bda6942fdac5077f08ccccde3', 'HUMAN_ID': False}) 2018-08-21 23:07:01,431 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_ef2631b6-7992-46c6-a26b-86cbac867764', 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': '362e6c84-dd75-4bd7-8b11-c225ec99d57e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_ef2631b6-7992-46c6-a26b-86cbac867764', 'project_id': u'66de9da572c544d5bf19a1e8bef6ae45', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23: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-21 23:07:01,436 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_ef2631b6-7992-46c6-a26b-86cbac867764', 'password': '362e6c84-dd75-4bd7-8b11-c225ec99d57e', 'project_name': 'rally_sanity-project_ef2631b6-7992-46c6-a26b-86cbac867764', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '66de9da572c544d5bf19a1e8bef6ae45', 'project_domain_name': 'Default'} 2018-08-21 23:07:02,076 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-21 23:07:02,471 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-21 23:07:03,420 - 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-21T23:07:03Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'148e8d10-4372-4ecd-afc8-3a3491725d2b', u'provider:segmentation_id': 40, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_ef2631b6-7992-46c6-a26b-86cbac867764', u'admin_state_up': True, u'tenant_id': u'66de9da572c544d5bf19a1e8bef6ae45', u'created_at': u'2018-08-21T23:07:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'66de9da572c544d5bf19a1e8bef6ae45'}) 2018-08-21 23:07:04,350 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T23:07:04Z', 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'867be260-20ba-4839-a3e5-6ff9d356990f', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_ef2631b6-7992-46c6-a26b-86cbac867764', u'enable_dhcp': True, u'network_id': u'148e8d10-4372-4ecd-afc8-3a3491725d2b', u'tenant_id': u'66de9da572c544d5bf19a1e8bef6ae45', u'created_at': u'2018-08-21T23:07:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'66de9da572c544d5bf19a1e8bef6ae45'}) 2018-08-21 23:07:08,154 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a687ab52-7a8f-4702-b544-54c09104a632', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c3c79ed-fabb-4d70-9e7a-a1446f42aa1a', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'66de9da572c544d5bf19a1e8bef6ae45', u'created_at': u'2018-08-21T23:07:07Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T23:07:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'66de9da572c544d5bf19a1e8bef6ae45', u'id': u'e2c0f9e0-b0d9-43e0-9b85-e8a64edc57f3', u'name': u'rally_sanity-router_ef2631b6-7992-46c6-a26b-86cbac867764'}) 2018-08-21 23:07:11,746 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/04c9accf-abf1-4bf3-9cb5-c23f48ab415c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/04c9accf-abf1-4bf3-9cb5-c23f48ab415c/file', 'owner': u'66de9da572c544d5bf19a1e8bef6ae45', 'id': u'04c9accf-abf1-4bf3-9cb5-c23f48ab415c', 'size': 12716032, u'self': u'/v2/images/04c9accf-abf1-4bf3-9cb5-c23f48ab415c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'66de9da572c544d5bf19a1e8bef6ae45', 'name': 'rally_sanity-project_ef2631b6-7992-46c6-a26b-86cbac867764', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/04c9accf-abf1-4bf3-9cb5-c23f48ab415c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T23:07:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T23:07:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/04c9accf-abf1-4bf3-9cb5-c23f48ab415c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'created': u'2018-08-21T23:07:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T23:07:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/04c9accf-abf1-4bf3-9cb5-c23f48ab415c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-21 23:07:11,930 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764', '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'ccbcd5ede7624546b3262215e6608e2e', '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'66554ed9-f998-4a21-a203-49e06e1adefc', 'swap': 0}) 2018-08-21 23:07:11,952 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 23:07:14,650 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 23:07:14.094 225 INFO rally.deployment.engine [-] Deployment e7ebaba2-c460-49f7-bbdb-9e34cf195981 | Starting: Destroy cloud and free allocated resources. 2018-08-21 23:07:14.268 225 INFO rally.deployment.engine [-] Deployment e7ebaba2-c460-49f7-bbdb-9e34cf195981 | Completed: Destroy cloud and free allocated resources. 2018-08-21 23:07:14.310 225 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0902d641-69c4-4704-b0d2-e0b0d1faa46a) for deployment 'opnfv-rally'. 2018-08-21 23:07:14.327 225 INFO rally.api [-] Deleting verification (UUID=a0e7d166-c68c-4275-a9a6-93841078b8fe). 2018-08-21 23:07:14.435 225 INFO rally.api [-] Verification has been successfully deleted! 2018-08-21 23:07:14.435 225 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0902d641-69c4-4704-b0d2-e0b0d1faa46a). 2018-08-21 23:07:14.443 225 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-21 23:07:17,159 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-21 23:07:16.853 228 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=511a5f34-e528-4305-835d-4c3eef806fef) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 511a5f34-e528-4305-835d-4c3eef806fef | 2018-08-21T23:07:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 511a5f34-e528-4305-835d-4c3eef806fef ~/.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-21 23:07:20,469 - 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-21 23:07:20,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-21 23:07:20,745 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_ef2631b6-7992-46c6-a26b-86cbac867764', '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'ccbcd5ede7624546b3262215e6608e2e', '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'4a9b2710-3ad4-4c4f-865f-7eca7ebdd6b6', 'swap': 0}) 2018-08-21 23:07:20,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_ef2631b6-7992-46c6-a26b-86cbac867764', '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'ccbcd5ede7624546b3262215e6608e2e', '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'4a9b2710-3ad4-4c4f-865f-7eca7ebdd6b6', 'swap': 0}) 2018-08-21 23:07:20,768 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-21 23:07:20,783 - 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-21 23:07:20,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 23:07:20,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 23:07:20,818 - 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': '148e8d10-4372-4ecd-afc8-3a3491725d2b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'flavor_name': 'rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764', '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_ef2631b6-7992-46c6-a26b-86cbac867764', '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-21 23:08:23,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 33993759-c50a-4a04-866f-789df6885d09 2018-08-21 23:08:23,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-21 23:08:23,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '33993759-c50a-4a04-866f-789df6885d09'] 2018-08-21 23:08:24,320 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 33993759-c50a-4a04-866f-789df6885d09 -------------------------------------------------------------------------------- Task 33993759-c50a-4a04-866f-789df6885d09: 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 33993759-c50a-4a04-866f-789df6885d09 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | total | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> duration | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.473152 Full duration: 7.382779 -------------------------------------------------------------------------------- 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 33993759-c50a-4a04-866f-789df6885d09 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.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | total | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> duration | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.813301 Full duration: 7.956669 -------------------------------------------------------------------------------- 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 33993759-c50a-4a04-866f-789df6885d09 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | total | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> duration | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.934905 Full duration: 7.733264 -------------------------------------------------------------------------------- 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 33993759-c50a-4a04-866f-789df6885d09 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.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799087 Full duration: 7.967571 -------------------------------------------------------------------------------- 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 33993759-c50a-4a04-866f-789df6885d09 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | total | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | -> duration | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.915805 Full duration: 8.237177 -------------------------------------------------------------------------------- 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 33993759-c50a-4a04-866f-789df6885d09 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.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713031 Full duration: 7.84625 HINTS: * To plot HTML graphics with this data, run: rally task report 33993759-c50a-4a04-866f-789df6885d09 --out output.html * To generate a JUnit report, run: rally task export 33993759-c50a-4a04-866f-789df6885d09 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 33993759-c50a-4a04-866f-789df6885d09 --json --out output.json 2018-08-21 23:08:24,320 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '33993759-c50a-4a04-866f-789df6885d09', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-21 23:08:26,570 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 33993759-c50a-4a04-866f-789df6885d09 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-21 23:08:26.455 836 INFO rally.api [-] Building 'json' report for the following task(s): '33993759-c50a-4a04-866f-789df6885d09'. 2018-08-21 23:08:26.461 836 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:08:26,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '33993759-c50a-4a04-866f-789df6885d09', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-21 23:08:28,847 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 33993759-c50a-4a04-866f-789df6885d09 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-21 23:08:28.711 839 INFO rally.api [-] Building 'html' report for the following task(s): '33993759-c50a-4a04-866f-789df6885d09'. 2018-08-21 23:08:28.747 839 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:08:28,853 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-21 23:08:28,854 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-21 23:08:28,862 - 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-21 23:08:28,862 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 23:08:28,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 23:08:28,878 - 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': '148e8d10-4372-4ecd-afc8-3a3491725d2b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'flavor_name': 'rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764', '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_ef2631b6-7992-46c6-a26b-86cbac867764', '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-21 23:10:07,163 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0df35b6e-e082-4520-951d-403ede579f75 2018-08-21 23:10:07,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0df35b6e-e082-4520-951d-403ede579f75'] 2018-08-21 23:10:08,248 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0df35b6e-e082-4520-951d-403ede579f75 -------------------------------------------------------------------------------- Task 0df35b6e-e082-4520-951d-403ede579f75: 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 0df35b6e-e082-4520-951d-403ede579f75 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.829 | 3.829 | 3.829 | 3.829 | 3.829 | 3.829 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | -> glance_v2.upload_data | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | glance_v2.delete_image | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | total | 5.101 | 5.101 | 5.101 | 5.101 | 5.101 | 5.101 | 100.0% | 1 | | -> duration | 5.101 | 5.101 | 5.101 | 5.101 | 5.101 | 5.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.100644 Full duration: 13.324148 -------------------------------------------------------------------------------- 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 0df35b6e-e082-4520-951d-403ede579f75 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.242 | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | -> glance_v2.upload_data | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 100.0% | 1 | | glance_v2.list_images | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 4.424 | 4.424 | 4.424 | 4.424 | 4.424 | 4.424 | 100.0% | 1 | | -> duration | 4.424 | 4.424 | 4.424 | 4.424 | 4.424 | 4.424 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.423592 Full duration: 16.069316 -------------------------------------------------------------------------------- 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 0df35b6e-e082-4520-951d-403ede579f75 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.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | total | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | -> duration | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.430819 Full duration: 8.327134 -------------------------------------------------------------------------------- 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_ef2631b6-7992-46c6-a26b-86cbac867764" }, "number_instances": 2, "nics": [ { "net-id": "148e8d10-4372-4ecd-afc8-3a3491725d2b" } ] }, "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 0df35b6e-e082-4520-951d-403ede579f75 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.836 | 4.836 | 4.836 | 4.836 | 4.836 | 4.836 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | -> glance_v2.upload_data | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 100.0% | 1 | | nova.boot_servers | 13.591 | 13.591 | 13.591 | 13.591 | 13.591 | 13.591 | 100.0% | 1 | | total | 18.428 | 18.428 | 18.428 | 18.428 | 18.428 | 18.428 | 100.0% | 1 | | -> duration | 17.428 | 17.428 | 17.428 | 17.428 | 17.428 | 17.428 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.428388 Full duration: 42.74013 HINTS: * To plot HTML graphics with this data, run: rally task report 0df35b6e-e082-4520-951d-403ede579f75 --out output.html * To generate a JUnit report, run: rally task export 0df35b6e-e082-4520-951d-403ede579f75 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0df35b6e-e082-4520-951d-403ede579f75 --json --out output.json 2018-08-21 23:10:08,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0df35b6e-e082-4520-951d-403ede579f75', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-21 23:10:10,366 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0df35b6e-e082-4520-951d-403ede579f75 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-21 23:10:10.268 1392 INFO rally.api [-] Building 'json' report for the following task(s): '0df35b6e-e082-4520-951d-403ede579f75'. 2018-08-21 23:10:10.273 1392 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:10:10,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0df35b6e-e082-4520-951d-403ede579f75', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-21 23:10:12,451 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0df35b6e-e082-4520-951d-403ede579f75 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-21 23:10:12.333 1395 INFO rally.api [-] Building 'html' report for the following task(s): '0df35b6e-e082-4520-951d-403ede579f75'. 2018-08-21 23:10:12.355 1395 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:10:12,455 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-21 23:10:12,455 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-21 23:10:12,455 - 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-21 23:10:12,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 23:10:12,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 23:10:12,478 - 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': '148e8d10-4372-4ecd-afc8-3a3491725d2b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'flavor_name': 'rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764', '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_ef2631b6-7992-46c6-a26b-86cbac867764', '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-21 23:13:35,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5ff84af6-df04-4395-8b78-d66ebc5c50ba 2018-08-21 23:13:35,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5ff84af6-df04-4395-8b78-d66ebc5c50ba'] 2018-08-21 23:13:36,727 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5ff84af6-df04-4395-8b78-d66ebc5c50ba -------------------------------------------------------------------------------- Task 5ff84af6-df04-4395-8b78-d66ebc5c50ba: 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 5ff84af6-df04-4395-8b78-d66ebc5c50ba 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.135 | 3.135 | 3.135 | 3.135 | 3.135 | 3.135 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.065 | 3.065 | 3.065 | 3.065 | 3.065 | 3.065 | 100.0% | 1 | | total | 6.2 | 6.2 | 6.2 | 6.2 | 6.2 | 6.2 | 100.0% | 1 | | -> duration | 6.2 | 6.2 | 6.2 | 6.2 | 6.2 | 6.2 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.19963 Full duration: 22.646771 -------------------------------------------------------------------------------- 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 5ff84af6-df04-4395-8b78-d66ebc5c50ba has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 100.0% | 1 | | cinder_v2.delete_volume | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 100.0% | 1 | | total | 5.954 | 5.954 | 5.954 | 5.954 | 5.954 | 5.954 | 100.0% | 1 | | -> duration | 5.954 | 5.954 | 5.954 | 5.954 | 5.954 | 5.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.953631 Full duration: 16.347616 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 5ff84af6-df04-4395-8b78-d66ebc5c50ba 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.63 | 8.63 | 8.63 | 8.63 | 8.63 | 8.63 | 100.0% | 1 | | cinder_v2.delete_volume | 3.163 | 3.163 | 3.163 | 3.163 | 3.163 | 3.163 | 100.0% | 1 | | total | 11.794 | 11.794 | 11.794 | 11.794 | 11.794 | 11.794 | 100.0% | 1 | | -> duration | 11.794 | 11.794 | 11.794 | 11.794 | 11.794 | 11.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.793524 Full duration: 23.005548 -------------------------------------------------------------------------------- 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 5ff84af6-df04-4395-8b78-d66ebc5c50ba 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.739 | 3.739 | 3.739 | 3.739 | 3.739 | 3.739 | 100.0% | 1 | | cinder_v2.delete_volume | 2.333 | 2.333 | 2.333 | 2.333 | 2.333 | 2.333 | 100.0% | 1 | | total | 6.073 | 6.073 | 6.073 | 6.073 | 6.073 | 6.073 | 100.0% | 1 | | -> duration | 6.073 | 6.073 | 6.073 | 6.073 | 6.073 | 6.073 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.072506 Full duration: 16.204368 -------------------------------------------------------------------------------- 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 5ff84af6-df04-4395-8b78-d66ebc5c50ba 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.146 | 3.146 | 3.146 | 3.146 | 3.146 | 3.146 | 100.0% | 1 | | cinder_v2.extend_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | cinder_v2.delete_volume | 2.435 | 2.435 | 2.435 | 2.435 | 2.435 | 2.435 | 100.0% | 1 | | total | 8.225 | 8.225 | 8.225 | 8.225 | 8.225 | 8.225 | 100.0% | 1 | | -> duration | 8.225 | 8.225 | 8.225 | 8.225 | 8.225 | 8.225 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.224995 Full duration: 18.322276 -------------------------------------------------------------------------------- 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 5ff84af6-df04-4395-8b78-d66ebc5c50ba 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.314 | 3.314 | 3.314 | 3.314 | 3.314 | 3.314 | 100.0% | 1 | | cinder_v2.delete_volume | 2.664 | 2.664 | 2.664 | 2.664 | 2.664 | 2.664 | 100.0% | 1 | | total | 5.978 | 5.978 | 5.978 | 5.978 | 5.978 | 5.978 | 100.0% | 1 | | -> duration | 5.978 | 5.978 | 5.978 | 5.978 | 5.978 | 5.978 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.978163 Full duration: 23.052609 -------------------------------------------------------------------------------- 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 5ff84af6-df04-4395-8b78-d66ebc5c50ba 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.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | cinder_v2.list_qos | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779252 Full duration: 12.449355 -------------------------------------------------------------------------------- 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 5ff84af6-df04-4395-8b78-d66ebc5c50ba has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.set_qos | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> duration | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.825297 Full duration: 13.136759 -------------------------------------------------------------------------------- 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 5ff84af6-df04-4395-8b78-d66ebc5c50ba 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.list_types | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781988 Full duration: 12.555835 -------------------------------------------------------------------------------- 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 5ff84af6-df04-4395-8b78-d66ebc5c50ba 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> duration | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.833869 Full duration: 12.920961 HINTS: * To plot HTML graphics with this data, run: rally task report 5ff84af6-df04-4395-8b78-d66ebc5c50ba --out output.html * To generate a JUnit report, run: rally task export 5ff84af6-df04-4395-8b78-d66ebc5c50ba --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5ff84af6-df04-4395-8b78-d66ebc5c50ba --json --out output.json 2018-08-21 23:13:36,728 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5ff84af6-df04-4395-8b78-d66ebc5c50ba', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-21 23:13:38,998 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5ff84af6-df04-4395-8b78-d66ebc5c50ba --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-21 23:13:38.891 3184 INFO rally.api [-] Building 'json' report for the following task(s): '5ff84af6-df04-4395-8b78-d66ebc5c50ba'. 2018-08-21 23:13:38.899 3184 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:13:38,998 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5ff84af6-df04-4395-8b78-d66ebc5c50ba', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-21 23:13:41,218 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5ff84af6-df04-4395-8b78-d66ebc5c50ba --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-21 23:13:41.089 3187 INFO rally.api [-] Building 'html' report for the following task(s): '5ff84af6-df04-4395-8b78-d66ebc5c50ba'. 2018-08-21 23:13:41.118 3187 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:13:41,229 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-21 23:13:41,230 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-21 23:13:41,230 - 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-21 23:13:41,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 23:13:41,247 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 23:13:41,251 - 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': '148e8d10-4372-4ecd-afc8-3a3491725d2b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'flavor_name': 'rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764', '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_ef2631b6-7992-46c6-a26b-86cbac867764', '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-21 23:15:04,433 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd 2018-08-21 23:15:04,434 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd'] 2018-08-21 23:15:05,498 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd -------------------------------------------------------------------------------- Task f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd: 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 f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd 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.275 | 4.275 | 4.275 | 4.275 | 4.275 | 4.275 | 100.0% | 1 | | heat.update_stack | 3.585 | 3.585 | 3.585 | 3.585 | 3.585 | 3.585 | 100.0% | 1 | | heat.delete_stack | 2.866 | 2.866 | 2.866 | 2.866 | 2.866 | 2.866 | 100.0% | 1 | | total | 10.725 | 10.725 | 10.725 | 10.725 | 10.725 | 10.725 | 100.0% | 1 | | -> duration | 6.725 | 6.725 | 6.725 | 6.725 | 6.725 | 6.725 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.725396 Full duration: 20.777212 -------------------------------------------------------------------------------- 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 f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd 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.549 | 4.549 | 4.549 | 4.549 | 4.549 | 4.549 | 100.0% | 1 | | heat.check_stack | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | heat.delete_stack | 1.683 | 1.683 | 1.683 | 1.683 | 1.683 | 1.683 | 100.0% | 1 | | total | 7.039 | 7.039 | 7.039 | 7.039 | 7.039 | 7.039 | 100.0% | 1 | | -> duration | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.038929 Full duration: 17.168735 -------------------------------------------------------------------------------- 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 f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd 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.824 | 4.824 | 4.824 | 4.824 | 4.824 | 4.824 | 100.0% | 1 | | heat.suspend_stack | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | heat.resume_stack | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 100.0% | 1 | | heat.delete_stack | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 100.0% | 1 | | total | 8.576 | 8.576 | 8.576 | 8.576 | 8.576 | 8.576 | 100.0% | 1 | | -> duration | 6.576 | 6.576 | 6.576 | 6.576 | 6.576 | 6.576 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.576399 Full duration: 17.289362 -------------------------------------------------------------------------------- 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 f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd 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.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | total | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> duration | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.569341 Full duration: 8.444408 HINTS: * To plot HTML graphics with this data, run: rally task report f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd --out output.html * To generate a JUnit report, run: rally task export f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd --json --out output.json 2018-08-21 23:15:05,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-21 23:15:07,656 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-21 23:15:07.545 3920 INFO rally.api [-] Building 'json' report for the following task(s): 'f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd'. 2018-08-21 23:15:07.549 3920 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:15:07,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-21 23:15:09,856 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-21 23:15:09.735 3923 INFO rally.api [-] Building 'html' report for the following task(s): 'f3370ac1-d0d4-4b1a-a115-0dba7ebc25dd'. 2018-08-21 23:15:09.757 3923 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:15:09,861 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-21 23:15:09,861 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-21 23:15:09,862 - 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-21 23:15:09,862 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 23:15:09,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 23:15:09,887 - 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': '148e8d10-4372-4ecd-afc8-3a3491725d2b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'flavor_name': 'rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764', '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_ef2631b6-7992-46c6-a26b-86cbac867764', '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-21 23:18:26,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b59b151f-49ad-4704-a666-f48f855b0bf5 2018-08-21 23:18:26,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b59b151f-49ad-4704-a666-f48f855b0bf5'] 2018-08-21 23:18:27,725 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b59b151f-49ad-4704-a666-f48f855b0bf5 -------------------------------------------------------------------------------- Task b59b151f-49ad-4704-a666-f48f855b0bf5: 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 b59b151f-49ad-4704-a666-f48f855b0bf5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.revoke_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771935 Full duration: 14.427095 -------------------------------------------------------------------------------- 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 b59b151f-49ad-4704-a666-f48f855b0bf5 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.list_roles | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> duration | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.747057 Full duration: 14.609916 -------------------------------------------------------------------------------- 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 b59b151f-49ad-4704-a666-f48f855b0bf5 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | keystone_v3.list_projects | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.809888 Full duration: 14.936909 -------------------------------------------------------------------------------- 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 b59b151f-49ad-4704-a666-f48f855b0bf5 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | keystone_v3.delete_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711125 Full duration: 12.369759 -------------------------------------------------------------------------------- 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 b59b151f-49ad-4704-a666-f48f855b0bf5 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | keystone_v3.delete_service | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> duration | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733106 Full duration: 12.807874 -------------------------------------------------------------------------------- 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 b59b151f-49ad-4704-a666-f48f855b0bf5 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | keystone_v3.create_user | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | keystone_v3.create_role | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.get_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.list_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 100.0% | 1 | | -> duration | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.817452 Full duration: 19.671204 -------------------------------------------------------------------------------- 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 b59b151f-49ad-4704-a666-f48f855b0bf5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | keystone_v3.update_project | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920217 Full duration: 12.460061 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b59b151f-49ad-4704-a666-f48f855b0bf5 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.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | total | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> duration | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.864688 Full duration: 15.048395 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b59b151f-49ad-4704-a666-f48f855b0bf5 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.693928 Full duration: 14.528449 -------------------------------------------------------------------------------- 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 b59b151f-49ad-4704-a666-f48f855b0bf5 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | keystone_v3.list_users | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> duration | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.899765 Full duration: 14.82057 -------------------------------------------------------------------------------- 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 b59b151f-49ad-4704-a666-f48f855b0bf5 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | keystone_v3.create_users | 4.991 | 4.991 | 4.991 | 4.991 | 4.991 | 4.991 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.991 | 4.991 | 4.991 | 4.991 | 4.991 | 4.991 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | total | 6.651 | 6.651 | 6.651 | 6.651 | 6.651 | 6.651 | 100.0% | 1 | | -> duration | 6.651 | 6.651 | 6.651 | 6.651 | 6.651 | 6.651 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.651239 Full duration: 23.115512 HINTS: * To plot HTML graphics with this data, run: rally task report b59b151f-49ad-4704-a666-f48f855b0bf5 --out output.html * To generate a JUnit report, run: rally task export b59b151f-49ad-4704-a666-f48f855b0bf5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b59b151f-49ad-4704-a666-f48f855b0bf5 --json --out output.json 2018-08-21 23:18:27,726 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b59b151f-49ad-4704-a666-f48f855b0bf5', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-21 23:18:29,979 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b59b151f-49ad-4704-a666-f48f855b0bf5 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-21 23:18:29.868 5838 INFO rally.api [-] Building 'json' report for the following task(s): 'b59b151f-49ad-4704-a666-f48f855b0bf5'. 2018-08-21 23:18:29.878 5838 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:18:29,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b59b151f-49ad-4704-a666-f48f855b0bf5', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-21 23:18:32,284 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b59b151f-49ad-4704-a666-f48f855b0bf5 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-21 23:18:32.154 5841 INFO rally.api [-] Building 'html' report for the following task(s): 'b59b151f-49ad-4704-a666-f48f855b0bf5'. 2018-08-21 23:18:32.185 5841 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:18:32,298 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-21 23:18:32,298 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-21 23:18:32,299 - 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-21 23:18:32,299 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 23:18:32,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 23:18:32,324 - 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': '148e8d10-4372-4ecd-afc8-3a3491725d2b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'flavor_name': 'rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764', '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_ef2631b6-7992-46c6-a26b-86cbac867764', '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-21 23:23:56,608 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : abfc5404-bffd-4534-9942-b3e5de5d3e8f 2018-08-21 23:23:56,609 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'abfc5404-bffd-4534-9942-b3e5de5d3e8f'] 2018-08-21 23:23:57,680 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid abfc5404-bffd-4534-9942-b3e5de5d3e8f -------------------------------------------------------------------------------- Task abfc5404-bffd-4534-9942-b3e5de5d3e8f: 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f 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.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | neutron.delete_network | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | total | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 100.0% | 1 | | -> duration | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.874184 Full duration: 15.156943 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f 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.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | neutron.delete_port | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | total | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> duration | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.90253 Full duration: 31.174689 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f 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.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | neutron.create_subnet | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | neutron.create_router | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | neutron.add_interface_router | 1.534 | 1.534 | 1.534 | 1.534 | 1.534 | 1.534 | 100.0% | 1 | | neutron.remove_interface_router | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | neutron.delete_router | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | total | 5.068 | 5.068 | 5.068 | 5.068 | 5.068 | 5.068 | 100.0% | 1 | | -> duration | 5.068 | 5.068 | 5.068 | 5.068 | 5.068 | 5.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.068008 Full duration: 38.17687 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f 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.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | neutron.delete_subnet | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | total | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 100.0% | 1 | | -> duration | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.047101 Full duration: 28.861044 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f 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.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | neutron.list_networks | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 100.0% | 1 | | total | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 100.0% | 1 | | -> duration | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.478561 Full duration: 17.412373 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f 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.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | neutron.list_ports | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | total | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 100.0% | 1 | | -> duration | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.69398 Full duration: 38.52787 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | neutron.create_subnet | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | neutron.create_router | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | neutron.add_interface_router | 1.575 | 1.575 | 1.575 | 1.575 | 1.575 | 1.575 | 100.0% | 1 | | neutron.list_routers | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 3.611 | 3.611 | 3.611 | 3.611 | 3.611 | 3.611 | 100.0% | 1 | | -> duration | 3.611 | 3.611 | 3.611 | 3.611 | 3.611 | 3.611 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.610647 Full duration: 37.445472 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f 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.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | neutron.list_subnets | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 1.922 | 1.922 | 1.922 | 1.922 | 1.922 | 1.922 | 100.0% | 1 | | -> duration | 1.922 | 1.922 | 1.922 | 1.922 | 1.922 | 1.922 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.921729 Full duration: 32.506241 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | neutron.delete_security_group | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | total | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | -> duration | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.633031 Full duration: 14.917454 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f 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.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | neutron.create_security_group_rule | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | neutron.delete_security_group | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 100.0% | 1 | | -> duration | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.78448 Full duration: 14.713782 -------------------------------------------------------------------------------- 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 abfc5404-bffd-4534-9942-b3e5de5d3e8f 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.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | neutron.create_router | 0.379 | 0.379 | 0.379 | 0.379 | 0.379 | 0.379 | 100.0% | 1 | | neutron.add_gateway_router | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 100.0% | 1 | | neutron.remove_gateway_router | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | total | 4.032 | 4.032 | 4.032 | 4.032 | 4.032 | 4.032 | 100.0% | 1 | | -> duration | 4.032 | 4.032 | 4.032 | 4.032 | 4.032 | 4.032 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.032333 Full duration: 24.635883 HINTS: * To plot HTML graphics with this data, run: rally task report abfc5404-bffd-4534-9942-b3e5de5d3e8f --out output.html * To generate a JUnit report, run: rally task export abfc5404-bffd-4534-9942-b3e5de5d3e8f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report abfc5404-bffd-4534-9942-b3e5de5d3e8f --json --out output.json 2018-08-21 23:23:57,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'abfc5404-bffd-4534-9942-b3e5de5d3e8f', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-21 23:23:59,921 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid abfc5404-bffd-4534-9942-b3e5de5d3e8f --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-21 23:23:59.812 9136 INFO rally.api [-] Building 'json' report for the following task(s): 'abfc5404-bffd-4534-9942-b3e5de5d3e8f'. 2018-08-21 23:23:59.821 9136 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:23:59,922 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'abfc5404-bffd-4534-9942-b3e5de5d3e8f', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-21 23:24:02,233 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid abfc5404-bffd-4534-9942-b3e5de5d3e8f --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-21 23:24:02.102 9139 INFO rally.api [-] Building 'html' report for the following task(s): 'abfc5404-bffd-4534-9942-b3e5de5d3e8f'. 2018-08-21 23:24:02.133 9139 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:24:02,248 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-21 23:24:02,248 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-21 23:24:02,249 - 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-21 23:24:02,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 23:24:02,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 23:24:02,270 - 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': '148e8d10-4372-4ecd-afc8-3a3491725d2b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'flavor_name': 'rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764', '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_ef2631b6-7992-46c6-a26b-86cbac867764', '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-21 23:30:50,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 01a62be6-5306-410b-bd3b-36f6eaf40d07 2018-08-21 23:30:50,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '01a62be6-5306-410b-bd3b-36f6eaf40d07'] 2018-08-21 23:30:51,889 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 01a62be6-5306-410b-bd3b-36f6eaf40d07 -------------------------------------------------------------------------------- Task 01a62be6-5306-410b-bd3b-36f6eaf40d07: 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_ef2631b6-7992-46c6-a26b-86cbac867764" }, "image": { "name": "rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764" }, "block_migration": false, "nics": [ { "net-id": "148e8d10-4372-4ecd-afc8-3a3491725d2b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 01a62be6-5306-410b-bd3b-36f6eaf40d07 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.067 | 10.067 | 10.067 | 10.067 | 10.067 | 10.067 | 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 | 10.692 | 10.692 | 10.692 | 10.692 | 10.692 | 10.692 | 100.0% | 1 | | nova.delete_server | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 100.0% | 1 | | total | 25.111 | 25.111 | 25.111 | 25.111 | 25.111 | 25.111 | 100.0% | 1 | | -> duration | 24.111 | 24.111 | 24.111 | 24.111 | 24.111 | 24.111 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.110632 Full duration: 34.757859 -------------------------------------------------------------------------------- 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_ef2631b6-7992-46c6-a26b-86cbac867764" }, "image": { "name": "rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "148e8d10-4372-4ecd-afc8-3a3491725d2b" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 01a62be6-5306-410b-bd3b-36f6eaf40d07 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.066 | 9.066 | 9.066 | 9.066 | 9.066 | 9.066 | 100.0% | 1 | | cinder_v2.create_volume | 3.007 | 3.007 | 3.007 | 3.007 | 3.007 | 3.007 | 100.0% | 1 | | nova.attach_volume | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 100.0% | 1 | | nova.find_host_to_migrate | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 100.0% | 1 | | nova.live_migrate | 13.897 | 13.897 | 13.897 | 13.897 | 13.897 | 13.897 | 100.0% | 1 | | nova.detach_volume | 4.04 | 4.04 | 4.04 | 4.04 | 4.04 | 4.04 | 100.0% | 1 | | cinder_v2.delete_volume | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 100.0% | 1 | | nova.delete_server | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 100.0% | 1 | | total | 40.754 | 40.754 | 40.754 | 40.754 | 40.754 | 40.754 | 100.0% | 1 | | -> duration | 39.754 | 39.754 | 39.754 | 39.754 | 39.754 | 39.754 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.754323 Full duration: 52.648385 -------------------------------------------------------------------------------- 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_ef2631b6-7992-46c6-a26b-86cbac867764" }, "image": { "name": "rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "148e8d10-4372-4ecd-afc8-3a3491725d2b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 01a62be6-5306-410b-bd3b-36f6eaf40d07 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.801 | 8.801 | 8.801 | 8.801 | 8.801 | 8.801 | 100.0% | 1 | | nova.boot_server | 9.785 | 9.785 | 9.785 | 9.785 | 9.785 | 9.785 | 100.0% | 1 | | nova.find_host_to_migrate | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | nova.live_migrate | 15.973 | 15.973 | 15.973 | 15.973 | 15.973 | 15.973 | 100.0% | 1 | | nova.delete_server | 7.218 | 7.218 | 7.218 | 7.218 | 7.218 | 7.218 | 100.0% | 1 | | total | 43.154 | 43.154 | 43.154 | 43.154 | 43.154 | 43.154 | 100.0% | 1 | | -> duration | 42.154 | 42.154 | 42.154 | 42.154 | 42.154 | 42.154 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.154431 Full duration: 54.734224 -------------------------------------------------------------------------------- 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_ef2631b6-7992-46c6-a26b-86cbac867764" }, "image": { "name": "rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764" }, "server_kwargs": { "nics": [ { "net-id": "148e8d10-4372-4ecd-afc8-3a3491725d2b" } ] } }, "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 01a62be6-5306-410b-bd3b-36f6eaf40d07 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.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | nova.boot_server | 8.622 | 8.622 | 8.622 | 8.622 | 8.622 | 8.622 | 100.0% | 1 | | nova.delete_server | 2.851 | 2.851 | 2.851 | 2.851 | 2.851 | 2.851 | 100.0% | 1 | | nova.delete_keypair | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 12.273 | 12.273 | 12.273 | 12.273 | 12.273 | 12.273 | 100.0% | 1 | | -> duration | 11.273 | 11.273 | 11.273 | 11.273 | 11.273 | 11.273 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.272692 Full duration: 36.160693 -------------------------------------------------------------------------------- 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_ef2631b6-7992-46c6-a26b-86cbac867764" }, "image": { "name": "rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764" }, "volume_size": 5, "nics": [ { "net-id": "148e8d10-4372-4ecd-afc8-3a3491725d2b" } ] }, "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 01a62be6-5306-410b-bd3b-36f6eaf40d07 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.547 | 8.547 | 8.547 | 8.547 | 8.547 | 8.547 | 100.0% | 1 | | nova.boot_server | 6.548 | 6.548 | 6.548 | 6.548 | 6.548 | 6.548 | 100.0% | 1 | | nova.delete_server | 2.814 | 2.814 | 2.814 | 2.814 | 2.814 | 2.814 | 100.0% | 1 | | total | 17.91 | 17.91 | 17.91 | 17.91 | 17.91 | 17.91 | 100.0% | 1 | | -> duration | 16.91 | 16.91 | 16.91 | 16.91 | 16.91 | 16.91 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.909719 Full duration: 44.221301 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764" }, "image": { "name": "rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764" }, "force_delete": false, "nics": [ { "net-id": "148e8d10-4372-4ecd-afc8-3a3491725d2b" } ] }, "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 01a62be6-5306-410b-bd3b-36f6eaf40d07 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 | 7.266 | 7.266 | 7.266 | 7.266 | 7.266 | 7.266 | 100.0% | 1 | | nova.pause_server | 2.999 | 2.999 | 2.999 | 2.999 | 2.999 | 2.999 | 100.0% | 1 | | nova.unpause_server | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 100.0% | 1 | | nova.delete_server | 7.837 | 7.837 | 7.837 | 7.837 | 7.837 | 7.837 | 100.0% | 1 | | total | 20.665 | 20.665 | 20.665 | 20.665 | 20.665 | 20.665 | 100.0% | 1 | | -> duration | 15.665 | 15.665 | 15.665 | 15.665 | 15.665 | 15.665 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.665364 Full duration: 44.195479 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764" }, "image": { "name": "rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764" }, "nics": [ { "net-id": "148e8d10-4372-4ecd-afc8-3a3491725d2b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 01a62be6-5306-410b-bd3b-36f6eaf40d07 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.243 | 9.243 | 9.243 | 9.243 | 9.243 | 9.243 | 100.0% | 1 | | nova.migrate | 32.679 | 32.679 | 32.679 | 32.679 | 32.679 | 32.679 | 100.0% | 1 | | nova.resize_confirm | 3.304 | 3.304 | 3.304 | 3.304 | 3.304 | 3.304 | 100.0% | 1 | | nova.delete_server | 2.59 | 2.59 | 2.59 | 2.59 | 2.59 | 2.59 | 100.0% | 1 | | total | 47.817 | 47.817 | 47.817 | 47.817 | 47.817 | 47.817 | 100.0% | 1 | | -> duration | 46.817 | 46.817 | 46.817 | 46.817 | 46.817 | 46.817 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.816668 Full duration: 57.040718 -------------------------------------------------------------------------------- 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_ef2631b6-7992-46c6-a26b-86cbac867764" }, "image": { "name": "rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 01a62be6-5306-410b-bd3b-36f6eaf40d07 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.564 | 9.564 | 9.564 | 9.564 | 9.564 | 9.564 | 100.0% | 1 | | nova.list_interfaces | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 9.777 | 9.777 | 9.777 | 9.777 | 9.777 | 9.777 | 100.0% | 1 | | -> duration | 8.777 | 8.777 | 8.777 | 8.777 | 8.777 | 8.777 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.776914 Full duration: 41.318484 -------------------------------------------------------------------------------- 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 01a62be6-5306-410b-bd3b-36f6eaf40d07 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | nova.delete_server_group | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713197 Full duration: 9.107399 HINTS: * To plot HTML graphics with this data, run: rally task report 01a62be6-5306-410b-bd3b-36f6eaf40d07 --out output.html * To generate a JUnit report, run: rally task export 01a62be6-5306-410b-bd3b-36f6eaf40d07 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 01a62be6-5306-410b-bd3b-36f6eaf40d07 --json --out output.json 2018-08-21 23:30:51,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '01a62be6-5306-410b-bd3b-36f6eaf40d07', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-21 23:30:54,187 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 01a62be6-5306-410b-bd3b-36f6eaf40d07 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-21 23:30:54.076 10782 INFO rally.api [-] Building 'json' report for the following task(s): '01a62be6-5306-410b-bd3b-36f6eaf40d07'. 2018-08-21 23:30:54.085 10782 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:30:54,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '01a62be6-5306-410b-bd3b-36f6eaf40d07', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-21 23:30:56,496 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 01a62be6-5306-410b-bd3b-36f6eaf40d07 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-21 23:30:56.310 10785 INFO rally.api [-] Building 'html' report for the following task(s): '01a62be6-5306-410b-bd3b-36f6eaf40d07'. 2018-08-21 23:30:56.342 10785 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:30:56,506 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-08-21 23:30:56,507 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-21 23:30:56,508 - 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-21 23:30:56,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 23:30:56,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 23:30:56,535 - 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': '148e8d10-4372-4ecd-afc8-3a3491725d2b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ef2631b6-7992-46c6-a26b-86cbac867764', 'flavor_name': 'rally_sanity-flavor_ef2631b6-7992-46c6-a26b-86cbac867764', '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_ef2631b6-7992-46c6-a26b-86cbac867764', '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-21 23:31:50,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d0758858-cdc6-432a-b6f5-f68bef1c250b 2018-08-21 23:31:50,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd0758858-cdc6-432a-b6f5-f68bef1c250b'] 2018-08-21 23:31:51,566 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d0758858-cdc6-432a-b6f5-f68bef1c250b -------------------------------------------------------------------------------- Task d0758858-cdc6-432a-b6f5-f68bef1c250b: 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 d0758858-cdc6-432a-b6f5-f68bef1c250b 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | quotas.delete_quotas | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> duration | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.88253 Full duration: 8.410868 -------------------------------------------------------------------------------- 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 d0758858-cdc6-432a-b6f5-f68bef1c250b 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 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.702825 Full duration: 8.633354 -------------------------------------------------------------------------------- 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 d0758858-cdc6-432a-b6f5-f68bef1c250b 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.324 | 0.324 | 0.324 | 0.324 | 0.324 | 0.324 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.732287 Full duration: 8.477991 -------------------------------------------------------------------------------- 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 d0758858-cdc6-432a-b6f5-f68bef1c250b 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.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | total | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | -> duration | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.140412 Full duration: 9.14139 HINTS: * To plot HTML graphics with this data, run: rally task report d0758858-cdc6-432a-b6f5-f68bef1c250b --out output.html * To generate a JUnit report, run: rally task export d0758858-cdc6-432a-b6f5-f68bef1c250b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d0758858-cdc6-432a-b6f5-f68bef1c250b --json --out output.json 2018-08-21 23:31:51,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd0758858-cdc6-432a-b6f5-f68bef1c250b', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-21 23:31:53,825 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d0758858-cdc6-432a-b6f5-f68bef1c250b --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-21 23:31:53.718 11298 INFO rally.api [-] Building 'json' report for the following task(s): 'd0758858-cdc6-432a-b6f5-f68bef1c250b'. 2018-08-21 23:31:53.723 11298 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:31:53,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd0758858-cdc6-432a-b6f5-f68bef1c250b', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-21 23:31:56,337 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d0758858-cdc6-432a-b6f5-f68bef1c250b --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-21 23:31:56.163 11301 INFO rally.api [-] Building 'html' report for the following task(s): 'd0758858-cdc6-432a-b6f5-f68bef1c250b'. 2018-08-21 23:31:56.187 11301 INFO rally.api [-] The report has been successfully built. 2018-08-21 23:31:56,341 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-21 23:31:56,345 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:53 | 11 | 100.00% | | nova | 06:14 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:33 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-08-21 23:31:56,345 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-08-21 23:31:56,468 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 23:31:56,469 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:54 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-21 23:32:06,086 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-21 23:32:06,805 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 23:32:09,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 23:32:08.843 11304 INFO rally.deployment.engine [-] Deployment 511a5f34-e528-4305-835d-4c3eef806fef | Starting: Destroy cloud and free allocated resources. 2018-08-21 23:32:08.937 11304 INFO rally.deployment.engine [-] Deployment 511a5f34-e528-4305-835d-4c3eef806fef | Completed: Destroy cloud and free allocated resources. 2018-08-21 23:32:08.960 11304 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0902d641-69c4-4704-b0d2-e0b0d1faa46a). 2018-08-21 23:32:08.965 11304 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-21 23:32:11,614 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-21 23:32:11.333 11307 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=74772356-0458-4966-8a17-e1aad8e8c8d3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 74772356-0458-4966-8a17-e1aad8e8c8d3 | 2018-08-21T23:32:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 74772356-0458-4966-8a17-e1aad8e8c8d3 ~/.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-21 23:32:14,966 - 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-21 23:32:14,967 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 23:32:17,375 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-21 23:32:17.087 11313 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0902d641-69c4-4704-b0d2-e0b0d1faa46a). 2018-08-21 23:32:17.224 11313 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-21 23:32:20,778 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-21 23:32:19.386 11316 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-21 23:32:19.536 11316 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-21 23:32:20.596 11316 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=13a3aa55-1b18-443b-ab02-638d6355a347) has been successfully created! Using verifier 'opnfv-tempest' (UUID=13a3aa55-1b18-443b-ab02-638d6355a347) as the default verifier for the future CLI operations. 2018-08-21 23:32:23,841 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-21 23:32:24,441 - 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-21T23:32:24Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ba605b9e-20d3-442c-a108-58816c37de9c', u'provider:segmentation_id': 61, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_85ce9387-cc9c-4e0d-9c25-a68dad25458e', u'admin_state_up': True, u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'created_at': u'2018-08-21T23:32:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ccbcd5ede7624546b3262215e6608e2e'}) 2018-08-21 23:32:25,248 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T23:32:24Z', 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'1d7413a1-7a66-4e27-83aa-58b86f653b62', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_85ce9387-cc9c-4e0d-9c25-a68dad25458e', u'enable_dhcp': True, u'network_id': u'ba605b9e-20d3-442c-a108-58816c37de9c', u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'created_at': u'2018-08-21T23:32:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ccbcd5ede7624546b3262215e6608e2e'}) 2018-08-21 23:32:27,766 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a687ab52-7a8f-4702-b544-54c09104a632', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c3c79ed-fabb-4d70-9e7a-a1446f42aa1a', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'created_at': u'2018-08-21T23:32:26Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T23:32:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'id': u'4014c040-9274-4b0b-b5a1-873be9dff378', u'name': u'refstack_defcore-router_85ce9387-cc9c-4e0d-9c25-a68dad25458e'}) 2018-08-21 23:32:31,218 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/47be72ff-ec0b-476c-a791-1a0a694e5c5b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/47be72ff-ec0b-476c-a791-1a0a694e5c5b/file', 'owner': u'ccbcd5ede7624546b3262215e6608e2e', 'id': u'47be72ff-ec0b-476c-a791-1a0a694e5c5b', 'size': 12716032, u'self': u'/v2/images/47be72ff-ec0b-476c-a791-1a0a694e5c5b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccbcd5ede7624546b3262215e6608e2e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/47be72ff-ec0b-476c-a791-1a0a694e5c5b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T23:32:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T23:32:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_85ce9387-cc9c-4e0d-9c25-a68dad25458e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/47be72ff-ec0b-476c-a791-1a0a694e5c5b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_85ce9387-cc9c-4e0d-9c25-a68dad25458e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_85ce9387-cc9c-4e0d-9c25-a68dad25458e', 'created': u'2018-08-21T23:32:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T23:32:29Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/47be72ff-ec0b-476c-a791-1a0a694e5c5b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_85ce9387-cc9c-4e0d-9c25-a68dad25458e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-21 23:32:31,456 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_85ce9387-cc9c-4e0d-9c25-a68dad25458e', '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'ccbcd5ede7624546b3262215e6608e2e', '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'3d39d3c7-d6db-498f-b615-f528e9b98c7b', 'swap': 0}) 2018-08-21 23:32:33,902 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/0a8d2143-1e75-4a5b-91bf-9d77ec6d5b39/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0a8d2143-1e75-4a5b-91bf-9d77ec6d5b39/file', 'owner': u'ccbcd5ede7624546b3262215e6608e2e', 'id': u'0a8d2143-1e75-4a5b-91bf-9d77ec6d5b39', 'size': 12716032, u'self': u'/v2/images/0a8d2143-1e75-4a5b-91bf-9d77ec6d5b39', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccbcd5ede7624546b3262215e6608e2e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/0a8d2143-1e75-4a5b-91bf-9d77ec6d5b39/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T23:32:33Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T23:32:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_85ce9387-cc9c-4e0d-9c25-a68dad25458e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/0a8d2143-1e75-4a5b-91bf-9d77ec6d5b39', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_85ce9387-cc9c-4e0d-9c25-a68dad25458e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_85ce9387-cc9c-4e0d-9c25-a68dad25458e', 'created': u'2018-08-21T23:32:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T23:32:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/0a8d2143-1e75-4a5b-91bf-9d77ec6d5b39', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_85ce9387-cc9c-4e0d-9c25-a68dad25458e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-21 23:32:33,950 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_85ce9387-cc9c-4e0d-9c25-a68dad25458e', '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'ccbcd5ede7624546b3262215e6608e2e', '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'1575a330-c52d-4284-b53d-8b575f27d61a', 'swap': 0}) 2018-08-21 23:32:33,971 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_85ce9387-cc9c-4e0d-9c25-a68dad25458e', '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'ccbcd5ede7624546b3262215e6608e2e', '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'1575a330-c52d-4284-b53d-8b575f27d61a', 'swap': 0}) 2018-08-21 23:32:37,033 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 23:32:36.036 11335 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=13a3aa55-1b18-443b-ab02-638d6355a347) for deployment 'opnfv-rally' (UUID=74772356-0458-4966-8a17-e1aad8e8c8d3). 2018-08-21 23:32:36.867 11335 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=13a3aa55-1b18-443b-ab02-638d6355a347) has been successfully configured for deployment 'opnfv-rally' (UUID=74772356-0458-4966-8a17-e1aad8e8c8d3)! 2018-08-21 23:32:37,033 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 23:32:37,033 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-21 23:32:37,036 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-21 23:32:41,752 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-21 23:32:41,753 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-21 23:32:41,754 - 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-21 23:32:43,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:43.936 11347 INFO rally.api [-] Starting verification (UUID=07657a02-382e-4d76-ada0-71eb0e15d9af) for deployment 'opnfv-rally' (UUID=74772356-0458-4966-8a17-e1aad8e8c8d3) by verifier 'opnfv-tempest' (UUID=13a3aa55-1b18-443b-ab02-638d6355a347). 2018-08-21 23:32:43,939 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 07657a02-382e-4d76-ada0-71eb0e15d9af 2018-08-21 23:32:53,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:53.296 11347 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.213s] 2018-08-21 23:32:53,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:53.335 11347 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.213s] 2018-08-21 23:32:53,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:53.393 11347 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.057s] 2018-08-21 23:32:53,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:53.571 11347 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.319s] 2018-08-21 23:32:54,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:54.249 11347 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.927s] 2018-08-21 23:32:54,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:54.441 11347 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.192s] 2018-08-21 23:32:56,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:56.041 11347 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.111s] 2018-08-21 23:32:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:56.708 11347 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.324s] 2018-08-21 23:32:58,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:58.248 11347 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2018-08-21 23:32:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:58.535 11347 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.285s] 2018-08-21 23:32:58,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:58.622 11347 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.914s] 2018-08-21 23:32:58,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:32:58.638 11347 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.104s] 2018-08-21 23:33:00,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:00.285 11347 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.330s] 2018-08-21 23:33:04,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:04.526 11347 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.913s] 2018-08-21 23:33:04,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:04.774 11347 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.165s] 2018-08-21 23:33:04,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:04.942 11347 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.167s] 2018-08-21 23:33:07,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:07.124 11347 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.598s] 2018-08-21 23:33:07,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:07.246 11347 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.303s] 2018-08-21 23:33:07,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:07.424 11347 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.178s] 2018-08-21 23:33:07,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:07.595 11347 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.170s] 2018-08-21 23:33:10,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:10.345 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.860s] 2018-08-21 23:33:13,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:13.482 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.137s] 2018-08-21 23:33:21,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:21.013 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.364s] 2018-08-21 23:33:22,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:22.492 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.477s] 2018-08-21 23:33:22,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:22.843 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.352s] 2018-08-21 23:33:23,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:23.376 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.532s] 2018-08-21 23:33:23,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:23.615 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.238s] 2018-08-21 23:33:23,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:23.688 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.072s] 2018-08-21 23:33:23,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:23.768 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.078s] 2018-08-21 23:33:23,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:23.835 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-08-21 23:33:23,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:23.904 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.069s] 2018-08-21 23:33:23,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:23.972 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-08-21 23:33:24,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:24.115 11347 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.142s] 2018-08-21 23:33:25,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:25.885 11347 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.062s] 2018-08-21 23:33:25,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:25.898 11347 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-08-21 23:33:26,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:26.053 11347 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.154s] 2018-08-21 23:33:26,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:26.065 11347 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-21 23:33:26,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:26.075 11347 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-21 23:33:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:26.115 11347 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.039s] 2018-08-21 23:33:26,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:26.187 11347 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.071s] 2018-08-21 23:33:26,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:26.251 11347 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.064s] 2018-08-21 23:33:26,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:26.553 11347 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.301s] 2018-08-21 23:33:26,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:26.567 11347 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-08-21 23:33:26,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:26.640 11347 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.073s] 2018-08-21 23:33:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:27.502 11347 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [31.454s] 2018-08-21 23:33:37,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:37.743 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.218s] 2018-08-21 23:33:37,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:37.779 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.036s] 2018-08-21 23:33:37,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:37.971 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.191s] 2018-08-21 23:33:38,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:38.377 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.404s] 2018-08-21 23:33:38,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:38.621 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.244s] 2018-08-21 23:33:39,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:39.285 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.662s] 2018-08-21 23:33:39,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:39.330 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.045s] 2018-08-21 23:33:39,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:39.380 11347 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-21 23:33:39,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:39.466 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.085s] 2018-08-21 23:33:39,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:39.515 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.048s] 2018-08-21 23:33:39,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:39.562 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.047s] 2018-08-21 23:33:39,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:39.817 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.253s] 2018-08-21 23:33:40,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:40.118 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.300s] 2018-08-21 23:33:40,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:40.306 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.188s] 2018-08-21 23:33:40,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:40.354 11347 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-08-21 23:33:45,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:45.852 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.125s] 2018-08-21 23:33:49,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:49.097 11347 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.152s] 2018-08-21 23:33:51,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:51.403 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.550s] 2018-08-21 23:33:51,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:51.928 11347 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [43.069s] 2018-08-21 23:33:53,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:53.364 11347 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.441s] 2018-08-21 23:33:53,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:53.481 11347 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [25.973s] 2018-08-21 23:33:58,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:33:58.522 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [7.118s] 2018-08-21 23:34:03,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:03.695 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.172s] 2018-08-21 23:34:05,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:05.209 11347 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [66.577s] 2018-08-21 23:34:05,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:05.250 11347 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.770s] 2018-08-21 23:34:09,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:09.168 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.472s] 2018-08-21 23:34:13,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:13.851 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.682s] 2018-08-21 23:34:18,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:18.619 11347 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.361s] 2018-08-21 23:34:18,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:18.853 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.002s] 2018-08-21 23:34:18,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:18.908 11347 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.289s] 2018-08-21 23:34:25,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:25.856 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.000s] 2018-08-21 23:34:29,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:29.988 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.131s] 2018-08-21 23:34:30,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:30.158 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.170s] 2018-08-21 23:34:30,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:30.406 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.247s] 2018-08-21 23:34:30,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:30.474 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.068s] 2018-08-21 23:34:30,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:30.668 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.193s] 2018-08-21 23:34:30,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:30.805 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.137s] 2018-08-21 23:34:31,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:31.043 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.237s] 2018-08-21 23:34:31,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:31.106 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.063s] 2018-08-21 23:34:31,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:31.298 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.191s] 2018-08-21 23:34:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:35.402 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [66.479s] 2018-08-21 23:34:35,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:35.471 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-08-21 23:34:36,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:36.184 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.712s] 2018-08-21 23:34:36,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:36.281 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-08-21 23:34:36,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:36.283 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-08-21 23:34:37,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:37.649 11347 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.350s] 2018-08-21 23:34:50,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:50.593 11347 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.707s] 2018-08-21 23:34:57,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:34:57.134 11347 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.539s] 2018-08-21 23:35:00,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:00.114 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.391s] 2018-08-21 23:35:00,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:00.349 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.234s] 2018-08-21 23:35:00,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:00.825 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.476s] 2018-08-21 23:35:01,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:01.195 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.369s] 2018-08-21 23:35:01,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:01.593 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.397s] 2018-08-21 23:35:01,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:01.971 11347 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.378s] 2018-08-21 23:35:05,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:05.978 11347 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [60.712s] 2018-08-21 23:35:10,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:10.289 11347 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.306s] 2018-08-21 23:35:10,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:10.571 11347 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.979s] 2018-08-21 23:35:10,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:10.667 11347 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.379s] 2018-08-21 23:35:12,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:12.479 11347 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.907s] 2018-08-21 23:35:16,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:16.864 11347 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.380s] 2018-08-21 23:35:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:18.444 11347 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.582s] 2018-08-21 23:35:20,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:20.615 11347 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.168s] 2018-08-21 23:35:21,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:21.662 11347 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.047s] 2018-08-21 23:35:23,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:23.805 11347 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.140s] 2018-08-21 23:35:23,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:23.905 11347 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.103s] 2018-08-21 23:35:26,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:26.409 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.157s] 2018-08-21 23:35:26,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:26.572 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.162s] 2018-08-21 23:35:26,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:26.741 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.168s] 2018-08-21 23:35:26,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:26.773 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.032s] 2018-08-21 23:35:26,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:26.949 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.175s] 2018-08-21 23:35:27,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:27.003 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.052s] 2018-08-21 23:35:27,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:27.205 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.201s] 2018-08-21 23:35:27,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:27.391 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.185s] 2018-08-21 23:35:27,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:27.431 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-08-21 23:35:27,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:35:27.638 11347 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.207s] 2018-08-21 23:37:27,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:37:27.413 11347 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.316s] 2018-08-21 23:37:27,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:37:27.474 11347 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-08-21 23:37:28,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:37:28.312 11347 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.837s] 2018-08-21 23:40:36,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:40:36.144 11347 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.821s] 2018-08-21 23:40:36,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:40:36.145 11347 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-21 23:40:51,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:40:51.773 11347 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.548s] 2018-08-21 23:40:55,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '07657a02-382e-4d76-ada0-71eb0e15d9af']'. 2018-08-21 23:40:56,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-21 23:40:56,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-21 23:40:56,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 23:40:56,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 07657a02-382e-4d76-ada0-71eb0e15d9af | 2018-08-21 23:40:56,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-21 23:40:56,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-21 23:32:43 | 2018-08-21 23:40:56,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-21 23:40:54 | 2018-08-21 23:40:56,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:11 | 2018-08-21 23:40:56,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-21 23:40:56,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-21 23:40:56,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 13a3aa55-1b18-443b-ab02-638d6355a347) | 2018-08-21 23:40:56,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-21 23:40:56,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 74772356-0458-4966-8a17-e1aad8e8c8d3) | 2018-08-21 23:40:56,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 126 | 2018-08-21 23:40:56,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 480.693 | 2018-08-21 23:40:56,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-21 23:40:56,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-21 23:40:56,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-21 23:40:56,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-21 23:40:56,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-08-21 23:40:56,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 23:40:56,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-21 23:40:56,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.4126984127% 2018-08-21 23:40:56,462 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 23:40:56,462 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:33 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-21 23:41:08,506 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-21 23:41:08,562 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-21 23:41:09,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 23:41:11,707 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 23:41:11.293 11441 INFO rally.deployment.engine [-] Deployment 74772356-0458-4966-8a17-e1aad8e8c8d3 | Starting: Destroy cloud and free allocated resources. 2018-08-21 23:41:11.382 11441 INFO rally.deployment.engine [-] Deployment 74772356-0458-4966-8a17-e1aad8e8c8d3 | Completed: Destroy cloud and free allocated resources. 2018-08-21 23:41:11.424 11441 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=13a3aa55-1b18-443b-ab02-638d6355a347) for deployment 'opnfv-rally'. 2018-08-21 23:41:11.442 11441 INFO rally.api [-] Deleting verification (UUID=07657a02-382e-4d76-ada0-71eb0e15d9af). 2018-08-21 23:41:11.486 11441 INFO rally.api [-] Verification has been successfully deleted! 2018-08-21 23:41:11.487 11441 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=13a3aa55-1b18-443b-ab02-638d6355a347). 2018-08-21 23:41:11.498 11441 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-21 23:41:14,157 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-21 23:41:13.886 11444 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7b1bb156-0f1e-46f9-bc3f-5c4ee01b2087) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7b1bb156-0f1e-46f9-bc3f-5c4ee01b2087 | 2018-08-21T23:41:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7b1bb156-0f1e-46f9-bc3f-5c4ee01b2087 ~/.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-21 23:41:17,441 - 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-21 23:41:17,441 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 23:41:19,812 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-21 23:41:19.515 11450 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=13a3aa55-1b18-443b-ab02-638d6355a347). 2018-08-21 23:41:19.657 11450 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-21 23:41:23,505 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-21 23:41:21.846 11453 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-21 23:41:22.011 11453 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-21 23:41:23.334 11453 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=35e98e70-3124-4a77-8c69-809215242374) has been successfully created! Using verifier 'opnfv-tempest' (UUID=35e98e70-3124-4a77-8c69-809215242374) as the default verifier for the future CLI operations. 2018-08-21 23:41:26,500 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-21 23:41:26,923 - 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-21T23:41:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'689a4292-bdf2-4b3c-b482-912128c06afd', u'provider:segmentation_id': 55, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_2eb8e855-bb67-4098-b9fd-3546d998faa3', u'admin_state_up': True, u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'created_at': u'2018-08-21T23:41:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ccbcd5ede7624546b3262215e6608e2e'}) 2018-08-21 23:41:27,682 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T23:41:27Z', 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'212cf448-4638-4c3c-b8e8-26a572034031', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_2eb8e855-bb67-4098-b9fd-3546d998faa3', u'enable_dhcp': True, u'network_id': u'689a4292-bdf2-4b3c-b482-912128c06afd', u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'created_at': u'2018-08-21T23:41:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ccbcd5ede7624546b3262215e6608e2e'}) 2018-08-21 23:41:30,146 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a687ab52-7a8f-4702-b544-54c09104a632', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c3c79ed-fabb-4d70-9e7a-a1446f42aa1a', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'created_at': u'2018-08-21T23:41:29Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T23:41:30Z', u'revision_number': 2, u'routes': [], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'id': u'34a4afe5-3982-4bce-a834-aeb43b59595a', u'name': u'patrole-router_2eb8e855-bb67-4098-b9fd-3546d998faa3'}) 2018-08-21 23:41:34,663 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/8dcfa305-a9a4-4ffe-b520-d19d58c0f8f7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8dcfa305-a9a4-4ffe-b520-d19d58c0f8f7/file', 'owner': u'ccbcd5ede7624546b3262215e6608e2e', 'id': u'8dcfa305-a9a4-4ffe-b520-d19d58c0f8f7', 'size': 12716032, u'self': u'/v2/images/8dcfa305-a9a4-4ffe-b520-d19d58c0f8f7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccbcd5ede7624546b3262215e6608e2e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/8dcfa305-a9a4-4ffe-b520-d19d58c0f8f7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T23:41:33Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T23:41:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_2eb8e855-bb67-4098-b9fd-3546d998faa3', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8dcfa305-a9a4-4ffe-b520-d19d58c0f8f7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_2eb8e855-bb67-4098-b9fd-3546d998faa3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_2eb8e855-bb67-4098-b9fd-3546d998faa3', 'created': u'2018-08-21T23:41:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T23:41:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8dcfa305-a9a4-4ffe-b520-d19d58c0f8f7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_2eb8e855-bb67-4098-b9fd-3546d998faa3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-21 23:41:34,903 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_2eb8e855-bb67-4098-b9fd-3546d998faa3', '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'ccbcd5ede7624546b3262215e6608e2e', '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'ea6c5bdf-4d14-43e9-b557-bed06a7549b1', 'swap': 0}) 2018-08-21 23:41:38,776 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/eea1d53b-1e74-442c-bb90-e54e5f3f4d3b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/eea1d53b-1e74-442c-bb90-e54e5f3f4d3b/file', 'owner': u'ccbcd5ede7624546b3262215e6608e2e', 'id': u'eea1d53b-1e74-442c-bb90-e54e5f3f4d3b', 'size': 12716032, u'self': u'/v2/images/eea1d53b-1e74-442c-bb90-e54e5f3f4d3b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccbcd5ede7624546b3262215e6608e2e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1436b490-93e5-4d6c-b374-f0c36132a257/images/eea1d53b-1e74-442c-bb90-e54e5f3f4d3b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T23:41:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T23:41:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_2eb8e855-bb67-4098-b9fd-3546d998faa3', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/eea1d53b-1e74-442c-bb90-e54e5f3f4d3b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_2eb8e855-bb67-4098-b9fd-3546d998faa3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_2eb8e855-bb67-4098-b9fd-3546d998faa3', 'created': u'2018-08-21T23:41:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T23:41:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/eea1d53b-1e74-442c-bb90-e54e5f3f4d3b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_2eb8e855-bb67-4098-b9fd-3546d998faa3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-21 23:41:38,829 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_2eb8e855-bb67-4098-b9fd-3546d998faa3', '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'ccbcd5ede7624546b3262215e6608e2e', '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'0c060e84-4729-48fa-94c3-a48db59e2744', 'swap': 0}) 2018-08-21 23:41:38,857 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_2eb8e855-bb67-4098-b9fd-3546d998faa3', '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'ccbcd5ede7624546b3262215e6608e2e', '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'0c060e84-4729-48fa-94c3-a48db59e2744', 'swap': 0}) 2018-08-21 23:41:41,919 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 23:41:40.909 11472 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=35e98e70-3124-4a77-8c69-809215242374) for deployment 'opnfv-rally' (UUID=7b1bb156-0f1e-46f9-bc3f-5c4ee01b2087). 2018-08-21 23:41:41.777 11472 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=35e98e70-3124-4a77-8c69-809215242374) has been successfully configured for deployment 'opnfv-rally' (UUID=7b1bb156-0f1e-46f9-bc3f-5c4ee01b2087)! 2018-08-21 23:41:41,920 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 23:41:41,920 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-21 23:41:41,923 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-21 23:41:41,937 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-21 23:41:45,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-35e98e70-3124-4a77-8c69-809215242374/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-21 23:41:45,432 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-21 23:41:45,434 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-21 23:41:45,435 - 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-21 23:41:47,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 23:41:47.577 11481 INFO rally.api [-] Starting verification (UUID=7d823f4b-06a6-410e-92a7-1fb0b8040365) for deployment 'opnfv-rally' (UUID=7b1bb156-0f1e-46f9-bc3f-5c4ee01b2087) by verifier 'opnfv-tempest' (UUID=35e98e70-3124-4a77-8c69-809215242374). 2018-08-21 23:41:47,578 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7d823f4b-06a6-410e-92a7-1fb0b8040365 2018-08-21 23:44:26,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7d823f4b-06a6-410e-92a7-1fb0b8040365']'. 2018-08-21 23:44:27,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-21 23:44:27,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-21 23:44:27,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 23:44:27,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7d823f4b-06a6-410e-92a7-1fb0b8040365 | 2018-08-21 23:44:27,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-21 23:44:27,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-21 23:41:47 | 2018-08-21 23:44:27,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-21 23:44:26 | 2018-08-21 23:44:27,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:39 | 2018-08-21 23:44:27,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-21 23:44:27,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-21 23:44:27,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 35e98e70-3124-4a77-8c69-809215242374) | 2018-08-21 23:44:27,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-21 23:44:27,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7b1bb156-0f1e-46f9-bc3f-5c4ee01b2087) | 2018-08-21 23:44:27,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-08-21 23:44:27,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.571 | 2018-08-21 23:44:27,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-21 23:44:27,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-08-21 23:44:27,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-21 23:44:27,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-21 23:44:27,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-21 23:44:27,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 23:44:27,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-21 23:44:27,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-21 23:44:27,928 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 23:44:27,928 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 23:44:39,201 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-21 23:44:39,877 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-21 23:45:00,549 - 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-21 23:45:00,580 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-21 23:45:00,829 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-21 23:45:00,951 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 23:45:00,951 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 23:45:01,009 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-21 23:45:02,397 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-21 23:45:02,398 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-08-22 00:25:23,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-22 00:25:23,467 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:21 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-08-22 00:25:23,471 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-08-22 00:25:23,521 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-22 00:25:24,217 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-22 00:25:26,715 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-22 00:25:26.335 11573 INFO rally.deployment.engine [-] Deployment 7b1bb156-0f1e-46f9-bc3f-5c4ee01b2087 | Starting: Destroy cloud and free allocated resources. 2018-08-22 00:25:26.415 11573 INFO rally.deployment.engine [-] Deployment 7b1bb156-0f1e-46f9-bc3f-5c4ee01b2087 | Completed: Destroy cloud and free allocated resources. 2018-08-22 00:25:26.461 11573 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=35e98e70-3124-4a77-8c69-809215242374) for deployment 'opnfv-rally'. 2018-08-22 00:25:26.488 11573 INFO rally.api [-] Deleting verification (UUID=7d823f4b-06a6-410e-92a7-1fb0b8040365). 2018-08-22 00:25:26.525 11573 INFO rally.api [-] Verification has been successfully deleted! 2018-08-22 00:25:26.525 11573 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=35e98e70-3124-4a77-8c69-809215242374). 2018-08-22 00:25:26.533 11573 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-22 00:25:29,118 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-22 00:25:28.818 11576 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b482576d-c4c9-472f-879c-94592ab77e66) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b482576d-c4c9-472f-879c-94592ab77e66 | 2018-08-22T00:25:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b482576d-c4c9-472f-879c-94592ab77e66 ~/.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-22 00:25:32,383 - 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-22 00:25:32,383 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-22 00:25:34,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-22 00:25:34.487 11582 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=35e98e70-3124-4a77-8c69-809215242374). 2018-08-22 00:25:34.672 11582 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-22 00:25:38,334 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-22 00:25:36.870 11585 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-22 00:25:37.032 11585 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-22 00:25:38.199 11585 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=488e5eb8-2109-41e0-9bf3-4a37c16d8f68) has been successfully created! Using verifier 'opnfv-tempest' (UUID=488e5eb8-2109-41e0-9bf3-4a37c16d8f68) as the default verifier for the future CLI operations. 2018-08-22 00:25:41,352 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-22 00:25:43,810 - 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 228, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 219, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router neutron_trunk-router_d922a309-7b82-4816-b14e-a02cfeb0787b. (409) Client Error for url: http://172.30.9.23:9696/v2.0/routers.json No more IP addresses available on network a687ab52-7a8f-4702-b544-54c09104a632. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-08-22 00:25:43,857 - 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 238, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-22 00:25:43,868 - 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-22 00:25:43,987 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-22 00:25:43,987 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:03 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-22 00:25:48,192 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-08-22 00:25:48,193 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:46 | PASS | | vping_userdata | functest | smoke | 00:32 | PASS | | tempest_smoke_serial | functest | smoke | 15:51 | FAIL | | rally_sanity | functest | smoke | 24:54 | PASS | | refstack_defcore | functest | smoke | 08:33 | FAIL | | patrole | functest | smoke | 03:01 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 40:21 | FAIL | | neutron_trunk | functest | smoke | 00:03 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-08-22 00:25:48,204 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-22 00:25:55,029 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-271 | | 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-22 00:25:55,035 - 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=QwQrtjNRsWg6vZ7QXE4qq4VRf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-22 00:25:55,035 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-22 00:25:55,036 - 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-22 00:25:55,058 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-22 00:25:55,085 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-22 00:32:20,462 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-22 00:32:20,590 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-22 00:32:20,590 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 06:25 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-08-22 00:32:20,629 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-22 00:32:23,275 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-22 00:32:24,573 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-22 00:32:26,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-22 00:32:27,064 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-22 00:32:27,064 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-22 00:32:27,129 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-22 00:32:27,290 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-22 00:32:59,340 - 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-22 00:32:59,341 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-22 00:32:59,341 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-22 00:32:59,433 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-22 00:33:28,124 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-08-22 00:33:28,124 - 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-22 00:33:28,125 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-22 00:33:28,125 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-22 00:33:28,125 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-22 00:33:28,213 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-22 00:33:28,223 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 00:33:28,908 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-22 00:33:31,711 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-22 00:33:32,645 - sdnvpn.lib.openstack_utils - DEBUG - Network '6447e9a7-dff9-48a8-ac73-2db0c7555d5f' created successfully 2018-08-22 00:33:32,645 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-22 00:33:33,567 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f8a8f290-4f97-42a2-ba45-8900b0c13433' created successfully 2018-08-22 00:33:33,567 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-22 00:33:33,877 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f3e7e053-b6d8-443d-b529-ffd3ae0cc313' created successfully 2018-08-22 00:33:33,877 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-22 00:33:35,899 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-22 00:33:35,899 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-22 00:33:37,757 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-22 00:33:39,177 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-22 00:33:39,435 - sdnvpn.lib.openstack_utils - DEBUG - Network '4f9271fc-2198-43da-97d5-8608387c7710' created successfully 2018-08-22 00:33:39,436 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-22 00:33:40,357 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'aaa302a8-b6b4-45ba-870c-35dbfa3118ac' created successfully 2018-08-22 00:33:40,358 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-22 00:33:40,358 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f3e7e053-b6d8-443d-b529-ffd3ae0cc313' created successfully 2018-08-22 00:33:40,358 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-22 00:33:41,734 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-22 00:33:41,735 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-22 00:33:42,826 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-22 00:33:42,918 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-22 00:33:43,295 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=874c2dc8-f762-4cb7-a953-89ab3e080550 created successfully. 2018-08-22 00:33:43,295 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-22 00:33:43,295 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-22 00:33:43,537 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-22 00:33:43,538 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-22 00:33:43,725 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-22 00:33:44,466 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-22 00:35:12,447 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-22 00:35:48,981 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.202 -c 10' 2018-08-22 00:36:10,310 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-08-22 00:36:10,310 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.202': 'PASS'}]} 2018-08-22 00:36:10,310 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-22 00:36:10,311 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-22 00:36:10,311 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-22 00:36:10,407 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-22 00:36:24,912 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-08-22 00:36:24,913 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-08-22 00:36:24,971 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-08-22 00:36:25,027 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-08-22 00:36:25,086 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-08-22 00:36:25,723 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-08-22 00:36:25,767 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.21 2018-08-22 00:36:33,494 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-08-22 00:36:33,554 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-08-22 00:36:33,554 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-08-22 00:36:47,441 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 00:36:48,015 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-22 00:36:48,080 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=6c387421-5f6f-4a62-9a4d-64f0d570d6af created successfully. 2018-08-22 00:36:48,675 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-22 00:36:49,128 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-22 00:36:50,405 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-08-22 00:36:50,647 - sdnvpn.lib.openstack_utils - DEBUG - Network '6f8c0e3d-233e-4dd3-9aa5-74aed1335a3d' created successfully 2018-08-22 00:36:50,647 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-22 00:36:51,305 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c9ccd13d-836d-4795-bb2b-4199d011569e' created successfully 2018-08-22 00:36:51,305 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-22 00:36:51,601 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b9cfe87f-61c7-43bc-aa45-554fd7074b12' created successfully 2018-08-22 00:36:51,601 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-22 00:36:53,051 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-22 00:36:53,051 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-22 00:36:54,929 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-22 00:36:55,477 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-08-22 00:36:55,736 - sdnvpn.lib.openstack_utils - DEBUG - Network 'e438481e-6acf-4ad8-b457-37423ca8c8bd' created successfully 2018-08-22 00:36:55,736 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-22 00:36:56,388 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '82ab4040-708c-4be9-9625-a465fa72a20b' created successfully 2018-08-22 00:36:56,389 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-22 00:36:56,667 - sdnvpn.lib.openstack_utils - DEBUG - Router 'ab8acb50-1937-432d-858f-3e0b381afe9d' created successfully 2018-08-22 00:36:56,667 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-22 00:36:58,125 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-22 00:36:58,125 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-22 00:37:00,251 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-22 00:37:00,818 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-22 00:40:23,628 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-08-22 00:40:23,628 - 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-1': 'PASS'}, {'zrpcd is running in overcloud-controller-0': '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-22 00:40:23,628 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-22 00:40:23,628 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-22 00:40:23,629 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-22 00:40:23,712 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-22 00:40:23,722 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 00:40:23,722 - 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-22 00:40:24,292 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-22 00:40:29,508 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-22 00:41:10,680 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-506036', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'route_targets': [u'55:55'], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'type': u'l3', u'id': u'bfde36a7-8c45-489a-90e6-dc58de702f5d'}} 2018-08-22 00:41:36,247 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-22 00:42:08,746 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-800958', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'route_targets': [u'88:88'], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'type': u'l3', u'id': u'722ca4de-6178-4cc9-8ea1-faa205b37dbb'}} 2018-08-22 00:42:11,989 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-22 00:42:53,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-08-22 00:42:53,284 - 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-22 00:42:53,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-22 00:42:53,285 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-22 00:42:53,285 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-22 00:42:53,365 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-22 00:42:53,375 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 00:42:54,325 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-22 00:42:59,432 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-22 00:44:06,130 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-791257', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'route_targets': [], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'type': u'l3', u'id': u'92870503-ba93-40e5-a765-affd364369ad'}} 2018-08-22 00:45:00,410 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-22 00:46:03,353 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-791257', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'route_targets': [], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'type': u'l3', u'id': u'5d2aa268-4383-49f1-9095-30e5a6d15f49'}} 2018-08-22 00:46:07,296 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-22 00:46:51,192 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-08-22 00:46:51,192 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'FAIL', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-08-22 00:46:51,193 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-22 00:46:51,193 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-22 00:46:51,193 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-22 00:46:51,293 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-22 00:46:51,304 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 00:47:06,532 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-22 00:47:10,300 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-22 00:49:11,230 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-08-22 00:50:42,143 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-08-22 00:52:12,853 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-08-22 00:52:50,046 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-08-22 00:52:50,046 - 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 271, actual flow count 281': '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 271, actual flow count 281': 'PASS'}, {'OVS groups are programmed after resync expected group count 31, actual group count 31': 'PASS'}]} 2018-08-22 00:52:50,047 - 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-22 00:52:50,047 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-22 00:52:50,047 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-22 00:52:50,131 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-22 00:52:50,144 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 00:53:03,456 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-22 00:53:06,603 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-22 00:55:06,427 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-22 00:55:43,373 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-22 00:56:13,654 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-08-22 00:56:13,656 - 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-22 00:56:13,657 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-22 00:56:13,657 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-22 00:56:13,658 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-22 00:56:13,744 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-22 00:56:13,754 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 00:56:14,724 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-22 00:56:17,746 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-22 00:56:18,191 - sdnvpn.lib.openstack_utils - DEBUG - Network '81a906c2-1662-47e6-abe4-073ada21d602' created successfully 2018-08-22 00:56:18,191 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-22 00:56:18,790 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '4d4fff87-1eae-44d9-a20a-4fccaf34044c' created successfully 2018-08-22 00:56:18,790 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-22 00:56:19,178 - sdnvpn.lib.openstack_utils - DEBUG - Router '3005aa13-b667-4979-ad9a-4e10592d0940' created successfully 2018-08-22 00:56:19,178 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-22 00:56:20,737 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-22 00:56:20,737 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-22 00:56:22,503 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-22 00:56:23,714 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-22 00:57:29,452 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-651565', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'route_targets': [], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'type': u'l3', u'id': u'd86fa3c9-6362-465f-90ca-abb2ecec307d'}} 2018-08-22 00:58:09,613 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-22 00:59:12,980 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-651565', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'route_targets': [], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'type': u'l3', u'id': u'5216bfe0-7395-419b-b639-238362caf5f9'}} 2018-08-22 00:59:16,588 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-22 00:59:46,605 - 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-22 00:59:59,256 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-08-22 00:59:59,256 - 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-22 00:59:59,256 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-22 00:59:59,256 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-22 00:59:59,257 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-22 00:59:59,358 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-22 00:59:59,358 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-22 01:00:09,721 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-22 01:00:09.393 156 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=483dd097-8e15-4cf5-b98f-75da8bdc387f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 483dd097-8e15-4cf5-b98f-75da8bdc387f | 2018-08-22T01:00:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 483dd097-8e15-4cf5-b98f-75da8bdc387f ~/.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-22 01:00:12,865 - 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-22 01:00:12,865 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-22 01:00:18,864 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-22 01:00:16.820 165 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-22 01:00:16.987 165 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-22 01:00:18.693 165 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c695a87a-7e8a-4921-b204-ed5c04e4ff7a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c695a87a-7e8a-4921-b204-ed5c04e4ff7a) as the default verifier for the future CLI operations. 2018-08-22 01:00:24,622 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-22 01:00:23.608 184 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c695a87a-7e8a-4921-b204-ed5c04e4ff7a) for deployment 'opnfv-rally' (UUID=483dd097-8e15-4cf5-b98f-75da8bdc387f). 2018-08-22 01:00:24.453 184 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c695a87a-7e8a-4921-b204-ed5c04e4ff7a) has been successfully configured for deployment 'opnfv-rally' (UUID=483dd097-8e15-4cf5-b98f-75da8bdc387f)! 2018-08-22 01:00:24,622 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-22 01:00:24,627 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 01:00:25,209 - 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-22 01:04:32,745 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-22 01:04:32,745 - 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': ' 231.0000 ', 'failed': ' 2', 'tests': ['networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [4.031053s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.336498s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [1.122761s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [5.375470s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.318415s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.017573s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.570268s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.396575s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [1.854484s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.500554s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [1.974235s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.815392s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [2.086710s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.351339s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.567646s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.401382s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [171.920094s] ... FAILED'], 'num_tests': ' 17 '}} 2018-08-22 01:04:32,746 - 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-22 01:04:32,746 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-22 01:04:32,746 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-22 01:04:32,840 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-22 01:04:32,851 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 01:04:33,402 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-22 01:04:37,150 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-22 01:07:04,119 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '51115a80-699d-4865-82ff-0d1aa2eb4e81')]: Unable to complete operation on subnet 51115a80-699d-4865-82ff-0d1aa2eb4e81: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-052a16bf-53cc-48ce-a5f3-b17d52856bff'] 2018-08-22 01:07:04,136 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-08-22 01:07:04,136 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-08-22 01:07:04,137 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-22 01:07:04,137 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-22 01:07:04,137 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-22 01:07:04,227 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-22 01:07:04,228 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-08-22 01:07:04,238 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-22 01:07:04,830 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-22 01:07:16,847 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-22 01:07:16,910 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=9072bb1f-9ba2-410c-a59f-985e73b34693 created successfully. 2018-08-22 01:07:17,980 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-22 01:07:18,393 - sdnvpn.lib.openstack_utils - DEBUG - Network '3783d8a0-dea0-42f1-b396-7c59268a0c73' created successfully 2018-08-22 01:07:18,393 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-22 01:07:19,051 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd632bc18-74c4-43cf-8500-9c29fefbda79' created successfully 2018-08-22 01:07:19,051 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-22 01:07:19,335 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f62f2534-2c0f-4c6b-ba28-19d418f780fe' created successfully 2018-08-22 01:07:19,335 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-22 01:07:20,724 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-22 01:07:20,724 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-22 01:07:22,596 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-22 01:07:22,818 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-22 01:10:16,407 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-22 01:11:32,977 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-526151', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'ccbcd5ede7624546b3262215e6608e2e', u'route_targets': [], u'project_id': u'ccbcd5ede7624546b3262215e6608e2e', u'type': u'l3', u'id': u'09ba4106-aad7-4bc8-9dd0-bfb4b1be7318'}} 2018-08-22 01:11:34,156 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-22 01:12:06,336 - 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-22 01:12:18,879 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-08-22 01:12:18,879 - 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-22 01:12:18,880 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-22 01:12:19,253 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-22 01:12:32,924 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-22 01:12:37,776 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-22 01:12:37,792 - 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-22 01:12:43,592 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-22 01:12:43,608 - 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-22 01:12:47,764 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-22 01:12:47,779 - 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-22 01:12:48,288 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-22 01:12:48,304 - 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-22 01:12:48,580 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-22 01:12:48,594 - 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-22 01:12:48,621 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-22 01:12:50,334 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-22 01:12:50,335 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 40:27 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-22 01:12:50,340 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-22 01:12:50,341 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 06:25 | PASS | | bgpvpn | sdnvpn | features | 40:27 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-22 01:12:50,347 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-22 01:13:17,049 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-271 | | 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-22 01:13:17,052 - 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=QwQrtjNRsWg6vZ7QXE4qq4VRf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-22 01:13:17,052 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-22 01:13:17,052 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-22 01:13:17,053 - 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-22 01:13:17,054 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-22 01:13:28,850 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-271 | | 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-22 01:13:28,854 - 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=QwQrtjNRsWg6vZ7QXE4qq4VRf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-22 01:13:28,855 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-22 01:13:28,855 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-22 01:13:28,855 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-08-22 01:13:28,856 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK