2018-08-14 14:38:17,774 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-268 | | 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-14 14:38:17,777 - 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=BkdktpC86VyRaytt64ZYm4f8X export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.3 export OS_REGION_NAME=regionOne 2018-08-14 14:38:17,777 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-14 14:38:17,778 - 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-14 14:38:17,787 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-14 14:38:20,875 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-14 14:38:20,875 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-14 14:38:31,158 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.270s OK 2018-08-14 14:38:31,283 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 14:38:31,284 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-14 14:38:31,309 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-14 14:38:33,595 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-14 14:38:33,596 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-08-14 14:50:49,793 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 736.139s OK 2018-08-14 14:50:49,917 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 14:50:49,917 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:16 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-14 14:50:49,931 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-14 14:50:50,753 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-14 14:50:50,754 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-08-14 14:51:32,331 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.576s OK 2018-08-14 14:51:32,453 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 14:51:32,453 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-08-14 14:51:32,459 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:16 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-14 14:51:32,463 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-14 14:52:10,402 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-268 | | 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-14 14:52:10,405 - 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=BkdktpC86VyRaytt64ZYm4f8X export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.3 export OS_REGION_NAME=regionOne 2018-08-14 14:52:10,405 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-14 14:52:10,406 - 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-14 14:52:10,428 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-14 14:52:12,498 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'id': u'b91f12038eef4179b89f1bc45210504b', '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-14 14:52:12,948 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'856ec88257264fa39ef3b52bc6d47ad4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_2b6d44be-2c81-49ed-a257-2af2c0f6601e'}) 2018-08-14 14:52:13,102 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-14 14:52:13,285 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/d6bd00f34d6d4d35910e37eb55334670'}, 'domain_id': None, 'human_id': None, 'id': u'd6bd00f34d6d4d35910e37eb55334670', 'HUMAN_ID': False}) 2018-08-14 14:52:13,843 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 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': '9a3047fc-edd3-4346-a3e0-c58456bbf03c', 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_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'project_id': u'b91f12038eef4179b89f1bc45210504b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30: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-14 14:52:13,849 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'password': '9a3047fc-edd3-4346-a3e0-c58456bbf03c', 'project_name': 'vping_ssh-project_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'b91f12038eef4179b89f1bc45210504b', 'project_domain_name': 'Default'} 2018-08-14 14:52:13,849 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-14 14:52:14,850 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-14T14:52:14Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'b22477d0-827f-4a0a-9296-3fb79ea08fc7', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_2b6d44be-2c81-49ed-a257-2af2c0f6601e', u'admin_state_up': True, u'tenant_id': u'b91f12038eef4179b89f1bc45210504b', u'created_at': u'2018-08-14T14:52:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b91f12038eef4179b89f1bc45210504b'}) 2018-08-14 14:52:15,767 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-14T14:52:15Z', 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'b2158b6f-d3a0-4f27-8bd4-e2c1ebebc774', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_2b6d44be-2c81-49ed-a257-2af2c0f6601e', u'enable_dhcp': True, u'network_id': u'b22477d0-827f-4a0a-9296-3fb79ea08fc7', u'tenant_id': u'b91f12038eef4179b89f1bc45210504b', u'created_at': u'2018-08-14T14:52:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b91f12038eef4179b89f1bc45210504b'}) 2018-08-14 14:52:17,979 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'eb47222e-7704-4d3f-af5b-4f7fabaf3c21', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'988bed51-42ee-4c10-b798-159cd80b4a15', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b91f12038eef4179b89f1bc45210504b', u'created_at': u'2018-08-14T14:52:17Z', u'admin_state_up': True, u'updated_at': u'2018-08-14T14:52:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'b91f12038eef4179b89f1bc45210504b', u'id': u'2e079719-c363-48c1-9000-12488e569083', u'name': u'vping_ssh-router_2b6d44be-2c81-49ed-a257-2af2c0f6601e'}) 2018-08-14 14:52:22,164 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/5db23027-7c83-4daf-b544-095ec7f32bf7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5db23027-7c83-4daf-b544-095ec7f32bf7/file', 'owner': u'b91f12038eef4179b89f1bc45210504b', 'id': u'5db23027-7c83-4daf-b544-095ec7f32bf7', 'size': 12716032, u'self': u'/v2/images/5db23027-7c83-4daf-b544-095ec7f32bf7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b91f12038eef4179b89f1bc45210504b', 'name': 'vping_ssh-project_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/5db23027-7c83-4daf-b544-095ec7f32bf7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-14T14:52:21Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-14T14:52:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5db23027-7c83-4daf-b544-095ec7f32bf7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_2b6d44be-2c81-49ed-a257-2af2c0f6601e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'created': u'2018-08-14T14:52:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-14T14:52:19Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5db23027-7c83-4daf-b544-095ec7f32bf7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_2b6d44be-2c81-49ed-a257-2af2c0f6601e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-14 14:52:22,349 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_2b6d44be-2c81-49ed-a257-2af2c0f6601e', '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'090c27fcd58945afbbb8647b774b1514', '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'2f421b85-a125-4dfc-a011-9b9756ac384c', 'swap': 0}) 2018-08-14 14:52:22,846 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHtwYde/EbpmGCImb4SMt05ftEJ8H40EDWDj7l54PYS9mfFx83YYkmMF+VGKQuCxcO/o3k08tH76RIZJU6Thi/4t8szXFCN0qotrkhyMcTq/j20YvrgXQIjU8kyNZjsTpujBGIEmJYaE6VYtkKfxkza2/AWbAGqzrcy9ATDLS7KingzzL6afAMFVqA7yDaYvR0VxBVTu6tEP/GsKBpe51RmAVh2ieMEednhAEIKNOKDuTlZvT8TrlpIgEvqXu+Q6WttLcwT62m5LRCXg5XxZzcsBiXkXN0ZpPApo1EvWJi7m7G/DBu4YOApFetynFaCiSqEEpRf8e2pNh9EXqhSuzH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAx7cGHXvxG6ZhgiJm+EjLdOX7RCfB+NBA1g4+5eeD2EvZnxcf\nN2GJJjBflRikLgsXDv6N5NPLR++kSGSVOk4Yv+LfLM1xQjdKqLa5IcjHE6v49tGL\n64F0CI1PJMjWY7E6bowRiBJiWGhOlWLZCn8ZM2tvwFmwBqs63MvQEwy0uyop4M8y\n+mnwDBVagO8g2mL0dFcQVU7urRD/xrCgaXudUZgFYdonjBHnZ4QBCCjTig7k5Wb0\n/E65aSIBL6l7vkOlrbS3ME+tpuS0Ql4OV8Wc3LAYl5FzdGaTwKaNRL1iYu5uxvww\nbuGDgKRXrcpxWgokqhBKUX/HtqTYfRF6oUrsxwIDAQABAoIBAQCQpvP67waXrE77\n3scOFkunA9yWZOWNvej4IaFVC/bm9ylMnYayqiaYTnksmIhyAP5WkfFcSDr4g45O\nEOw1KtOqSDy1Sqg5+apNwOsemTn3+Zt9yhC6Jy1P9Gnajs0ZsAhOgY1BLW+l8Qba\nFJp3i89I+wwaGdvxOJyNx+GRqqZM2NlmQfN/jnVMmT3gT77xM91ajazNfU679up+\nNeWrnoU5FoOhzcHoQz3HXKQExsrwY4p2L5JuB6v7ztgywCXr1zkvtsBGg90aHw0w\nUknv50oU/OHkSTamLibYzdct9aiZzB0EPlST1Ewfnkx/MCFLUpFizSsWEJbGquzv\nTIxRVwChAoGBAOs6InbptNgZpw9b+LX7VyncAqhkWP8Y1CGcWwRASXZ8RmVJLkFL\n+iHBrZqRYdTJJtv0H21I3uEOGqX96h6gpVWpQc8C7Zqx7xJSWjeOFNoqh5teASRg\nplkt9n4HDKbG4AGe76UTGLn2FxloIBcZ9+f/hoMgDq6hpEUhhXPDRlFzAoGBANla\nDZBUbyw1ZkbdWtza2IsHlX5WgyXTrGJP3ksl9YHOasZivmN3qEDP9JVa02whUl8i\n+KhwcXPEIsvbx47BAHYpxP12YimTXXFcHgQI9K5wG+Wbh2e82lNuGOFK8/BQYF1o\nGd8n4Fg4wfGulyEAAHqi6Mth36byQu8+gKN+ldJdAoGAHMgxPWGdSi/hXCTByuql\nIK8V+CrHJPeRxUcPb/a5xnCwYGZS7ZRxV74OEvKlCNdQFOvLCKE4/Eqwgg0On47C\njDe4oK7YCeyptxEyjseoz4USsLUQ6LWWxSS1m3gbWTDOagRbiFRM2zw8WVR/ULRR\nvCZs/BBpG38VzYure52yNfcCgYEAh468qumeNKpRUZ040EnFiGCAgj0eqnbsKpy5\nfZD9H6pHuddX+t1kGJgaaRQujF/z6dX708HdYGBRe2dlfMkuqoO+kn5FFr0MKGlV\nZxrWz/ynyXpI5xBH8oTWC50dqyHWGCuXBzDtoNg1TbCgHTrNEa+NFVvDi3HJAUGw\nJUgL1RkCgYA+78Hrv45OMnH9ougUyko8ksBtU0KRj8/+2pRpgvoiWF9wRmhoQ2UC\nV6UAzxBnib7wDL3Me6VyYbM/LDWQ4TrEwtmCPxmxhnfCXBMHwqnkcS3QJtxXoNk2\n3/5bbfo/kpbiTBT1u2D/THX1NQsWapyWsTAa8mDqHEgFNjw1f5K+kQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'856ec88257264fa39ef3b52bc6d47ad4', 'name': u'vping_ssh-kp_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'created_at': '2018-08-14T14:52:22.846232', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b91f12038eef4179b89f1bc45210504b', 'name': 'vping_ssh-project_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'02:ca:ef:93:f1:c3:f9:81:79:e5:18:b6:1a:78:7c:c1', 'type': 'ssh', 'id': u'vping_ssh-kp_2b6d44be-2c81-49ed-a257-2af2c0f6601e'}) 2018-08-14 14:52:22,846 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAx7cGHXvxG6ZhgiJm+EjLdOX7RCfB+NBA1g4+5eeD2EvZnxcf N2GJJjBflRikLgsXDv6N5NPLR++kSGSVOk4Yv+LfLM1xQjdKqLa5IcjHE6v49tGL 64F0CI1PJMjWY7E6bowRiBJiWGhOlWLZCn8ZM2tvwFmwBqs63MvQEwy0uyop4M8y +mnwDBVagO8g2mL0dFcQVU7urRD/xrCgaXudUZgFYdonjBHnZ4QBCCjTig7k5Wb0 /E65aSIBL6l7vkOlrbS3ME+tpuS0Ql4OV8Wc3LAYl5FzdGaTwKaNRL1iYu5uxvww buGDgKRXrcpxWgokqhBKUX/HtqTYfRF6oUrsxwIDAQABAoIBAQCQpvP67waXrE77 3scOFkunA9yWZOWNvej4IaFVC/bm9ylMnYayqiaYTnksmIhyAP5WkfFcSDr4g45O EOw1KtOqSDy1Sqg5+apNwOsemTn3+Zt9yhC6Jy1P9Gnajs0ZsAhOgY1BLW+l8Qba FJp3i89I+wwaGdvxOJyNx+GRqqZM2NlmQfN/jnVMmT3gT77xM91ajazNfU679up+ NeWrnoU5FoOhzcHoQz3HXKQExsrwY4p2L5JuB6v7ztgywCXr1zkvtsBGg90aHw0w Uknv50oU/OHkSTamLibYzdct9aiZzB0EPlST1Ewfnkx/MCFLUpFizSsWEJbGquzv TIxRVwChAoGBAOs6InbptNgZpw9b+LX7VyncAqhkWP8Y1CGcWwRASXZ8RmVJLkFL +iHBrZqRYdTJJtv0H21I3uEOGqX96h6gpVWpQc8C7Zqx7xJSWjeOFNoqh5teASRg plkt9n4HDKbG4AGe76UTGLn2FxloIBcZ9+f/hoMgDq6hpEUhhXPDRlFzAoGBANla DZBUbyw1ZkbdWtza2IsHlX5WgyXTrGJP3ksl9YHOasZivmN3qEDP9JVa02whUl8i +KhwcXPEIsvbx47BAHYpxP12YimTXXFcHgQI9K5wG+Wbh2e82lNuGOFK8/BQYF1o Gd8n4Fg4wfGulyEAAHqi6Mth36byQu8+gKN+ldJdAoGAHMgxPWGdSi/hXCTByuql IK8V+CrHJPeRxUcPb/a5xnCwYGZS7ZRxV74OEvKlCNdQFOvLCKE4/Eqwgg0On47C jDe4oK7YCeyptxEyjseoz4USsLUQ6LWWxSS1m3gbWTDOagRbiFRM2zw8WVR/ULRR vCZs/BBpG38VzYure52yNfcCgYEAh468qumeNKpRUZ040EnFiGCAgj0eqnbsKpy5 fZD9H6pHuddX+t1kGJgaaRQujF/z6dX708HdYGBRe2dlfMkuqoO+kn5FFr0MKGlV ZxrWz/ynyXpI5xBH8oTWC50dqyHWGCuXBzDtoNg1TbCgHTrNEa+NFVvDi3HJAUGw JUgL1RkCgYA+78Hrv45OMnH9ougUyko8ksBtU0KRj8/+2pRpgvoiWF9wRmhoQ2UC V6UAzxBnib7wDL3Me6VyYbM/LDWQ4TrEwtmCPxmxhnfCXBMHwqnkcS3QJtxXoNk2 3/5bbfo/kpbiTBT1u2D/THX1NQsWapyWsTAa8mDqHEgFNjw1f5K+kQ== -----END RSA PRIVATE KEY----- 2018-08-14 14:52:32,700 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_2b6d44be-2c81-49ed-a257-2af2c0f6601e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0e:0c:fe', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5db23027-7c83-4daf-b544-095ec7f32bf7'}), 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-14T14:52:29.000000', 'flavor': Munch({u'id': u'2f421b85-a125-4dfc-a011-9b9756ac384c'}), 'az': u'nova', 'id': u'e4bcf886-bf95-4b37-b172-84cd1e6c7198', 'security_groups': [Munch({u'name': u'vping_ssh-sg_2b6d44be-2c81-49ed-a257-2af2c0f6601e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'856ec88257264fa39ef3b52bc6d47ad4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b91f12038eef4179b89f1bc45210504b', 'name': 'vping_ssh-project_2b6d44be-2c81-49ed-a257-2af2c0f6601e', '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-14T14:52:29.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-14T14:52:31Z', 'hostId': u'325d42cb1f6c12cdfd7aa6a9a65c89dc418fa3d21a1426f97ca5d7ea', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'325d42cb1f6c12cdfd7aa6a9a65c89dc418fa3d21a1426f97ca5d7ea', '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-14T14:52:29.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b91f12038eef4179b89f1bc45210504b', 'name': u'vping_ssh-vm2_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'adminPass': u'9ig9pSKuHEED', 'tenant_id': u'b91f12038eef4179b89f1bc45210504b', 'region': 'regionOne', 'created': u'2018-08-14T14:52:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-14 14:52:45,875 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_2b6d44be-2c81-49ed-a257-2af2c0f6601e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9c:8d:64', 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'5db23027-7c83-4daf-b544-095ec7f32bf7'}), 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-14T14:52:41.000000', 'flavor': Munch({u'id': u'2f421b85-a125-4dfc-a011-9b9756ac384c'}), 'az': u'nova', 'id': u'3a37c25a-b349-4df3-9ca2-8ff0dcb9a375', 'security_groups': [Munch({u'name': u'vping_ssh-sg_2b6d44be-2c81-49ed-a257-2af2c0f6601e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'856ec88257264fa39ef3b52bc6d47ad4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b91f12038eef4179b89f1bc45210504b', 'name': 'vping_ssh-project_2b6d44be-2c81-49ed-a257-2af2c0f6601e', '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-14T14:52:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-14T14:52:42Z', 'hostId': u'6f140f2c0f9114e06dda8942a28bf422e5e924b4056dd43aaedc290c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'6f140f2c0f9114e06dda8942a28bf422e5e924b4056dd43aaedc290c', '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-14T14:52:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b91f12038eef4179b89f1bc45210504b', 'name': u'vping_ssh-vm_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'adminPass': u'raHUL9XG8B9w', 'tenant_id': u'b91f12038eef4179b89f1bc45210504b', 'region': 'regionOne', 'created': u'2018-08-14T14:52:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-14 14:52:48,022 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'2e079719-c363-48c1-9000-12488e569083', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b91f12038eef4179b89f1bc45210504b', 'created_at': u'2018-08-14T14:52:47Z', 'attached': True, 'updated_at': u'2018-08-14T14:52:47Z', 'id': u'028ab0b7-3c33-4fb1-8d7d-279273c472fb', 'floating_network_id': u'eb47222e-7704-4d3f-af5b-4f7fabaf3c21', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.212', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b91f12038eef4179b89f1bc45210504b', 'name': 'vping_ssh-project_2b6d44be-2c81-49ed-a257-2af2c0f6601e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'2e079719-c363-48c1-9000-12488e569083', 'project_id': u'b91f12038eef4179b89f1bc45210504b', 'port_id': u'da1021f4-a21f-46fd-9572-c5981052f9ee', 'port': u'da1021f4-a21f-46fd-9572-c5981052f9ee', 'network': u'eb47222e-7704-4d3f-af5b-4f7fabaf3c21'}) 2018-08-14 14:52:49,130 - 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 533570588 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.136520] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138513] pid_max: default: 32768 minimum: 301 [ 0.139605] ACPI: Core revision 20150930 [ 0.141131] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142699] Security Framework initialized [ 0.143687] Yama: becoming mindful. [ 0.144550] AppArmor: AppArmor initialized [ 0.145575] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147169] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150186] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151866] Initializing cgroup subsys io [ 0.152851] Initializing cgroup subsys memory [ 0.153901] Initializing cgroup subsys devices [ 0.154965] Initializing cgroup subsys freezer [ 0.156015] Initializing cgroup subsys net_cls [ 0.157052] Initializing cgroup subsys perf_event [ 0.158112] Initializing cgroup subsys net_prio [ 0.159144] Initializing cgroup subsys hugetlb [ 0.160161] Initializing cgroup subsys pids [ 0.161168] CPU: Physical Processor ID: 0 [ 0.162803] mce: CPU supports 10 MCE banks [ 0.163798] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164988] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175727] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.182370] ftrace: allocating 31920 entries in 125 pages [ 0.208661] smpboot: Max logical packages: 1 [ 0.209670] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211243] x2apic enabled [ 0.212151] Switched APIC routing to physical x2apic. [ 0.214088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215183] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217134] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218878] KVM setup paravirtual spinlock [ 0.220172] x86: Booted up 1 node, 1 CPUs [ 0.220963] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222321] devtmpfs: initialized [ 0.224019] evm: security.selinux [ 0.224700] evm: security.SMACK64 [ 0.225376] evm: security.SMACK64EXEC [ 0.226102] evm: security.SMACK64TRANSMUTE [ 0.227019] evm: security.SMACK64MMAP [ 0.227886] evm: security.ima [ 0.228639] evm: security.capability [ 0.229552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231699] pinctrl core: initialized pinctrl subsystem [ 0.232961] RTC time: 14:52:41, date: 08/14/18 [ 0.234053] NET: Registered protocol family 16 [ 0.235053] cpuidle: using governor ladder [ 0.236010] cpuidle: using governor menu [ 0.236919] PCCT header not found. [ 0.237766] ACPI: bus type PCI registered [ 0.238694] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240134] PCI: Using configuration type 1 for base access [ 0.241937] ACPI: Added _OSI(Module Device) [ 0.242756] ACPI: Added _OSI(Processor Device) [ 0.243594] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244468] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246545] ACPI: Interpreter enabled [ 0.247303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.249090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252690] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254492] ACPI: (supports S0 S5) [ 0.255179] ACPI: Using IOAPIC for interrupt routing [ 0.256099] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259294] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260422] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262791] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264961] acpiphp: Slot [3] registered [ 0.265741] acpiphp: Slot [4] registered [ 0.266523] acpiphp: Slot [5] registered [ 0.267310] acpiphp: Slot [6] registered [ 0.268090] acpiphp: Slot [7] registered [ 0.268866] acpiphp: Slot [8] registered [ 0.269646] acpiphp: Slot [9] registered [ 0.270431] acpiphp: Slot [10] registered [ 0.271220] acpiphp: Slot [11] registered [ 0.272020] acpiphp: Slot [12] registered [ 0.272810] acpiphp: Slot [13] registered [ 0.273601] acpiphp: Slot [14] registered [ 0.274401] acpiphp: Slot [15] registered [ 0.285104] acpiphp: Slot [16] registered [ 0.285895] acpiphp: Slot [17] registered [ 0.286687] acpiphp: Slot [18] registered [ 0.287477] acpiphp: Slot [19] registered [ 0.288267] acpiphp: Slot [20] registered [ 0.289060] acpiphp: Slot [21] registered [ 0.289854] acpiphp: Slot [22] registered [ 0.290654] acpiphp: Slot [23] registered [ 0.291447] acpiphp: Slot [24] registered [ 0.292241] acpiphp: Slot [25] registered [ 0.293029] acpiphp: Slot [26] registered [ 0.293815] acpiphp: Slot [27] registered [ 0.294614] acpiphp: Slot [28] registered [ 0.295407] acpiphp: Slot [29] registered [ 0.296193] acpiphp: Slot [30] registered [ 0.296978] acpiphp: Slot [31] registered [ 0.297758] PCI host bridge to bus 0000:00 [ 0.298550] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299730] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302321] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303726] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309806] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311061] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312203] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.320329] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.369669] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.371117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372515] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373892] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375270] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376495] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378552] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379590] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381112] vgaarb: loaded [ 0.381705] vgaarb: bridge control possible 0000:00:02.0 [ 0.382815] SCSI subsystem initialized [ 0.383616] ACPI: bus type USB registered [ 0.384415] usbcore: registered new interface driver usbfs [ 0.385419] usbcore: registered new interface driver hub [ 0.386400] usbcore: registered new device driver usb [ 0.387426] PCI: Using ACPI for IRQ routing [ 0.388426] NetLabel: Initializing [ 0.389121] NetLabel: domain hash size = 128 [ 0.389949] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390893] NetLabel: unlabeled traffic allowed by default [ 0.391970] clocksource: Switched to clocksource kvm-clock [ 0.397456] AppArmor: AppArmor Filesystem Enabled [ 0.398436] pnp: PnP ACPI init [ 0.399337] pnp: PnP ACPI: found 5 devices [ 0.405696] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407367] NET: Registered protocol family 2 [ 0.408308] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.409554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.410694] TCP: Hash tables configured (established 4096 bind 4096) [ 0.411822] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.412992] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414140] NET: Registered protocol family 1 [ 0.414993] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416071] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417125] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.431148] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.445345] Trying to unpack rootfs image as initramfs... [ 0.494997] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.509081] Scanning for low memory corruption every 60 seconds [ 0.510363] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.511491] audit: initializing netlink subsys (disabled) [ 0.512501] audit: type=2000 audit(1534258362.728:1): initialized [ 0.513784] Initialise system trusted keyring [ 0.514702] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515845] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517782] zbud: loaded [ 0.518476] VFS: Disk quotas dquot_6.6.0 [ 0.519282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520769] fuse init (API version 7.23) [ 0.521654] Key type big_key registered [ 0.522442] Allocating IMA MOK and blacklist keyrings. [ 0.523888] Key type asymmetric registered [ 0.524706] Asymmetric key parser 'x509' registered [ 0.525643] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527078] io scheduler noop registered [ 0.527853] io scheduler deadline registered (default) [ 0.528825] io scheduler cfq registered [ 0.529644] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531896] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533333] ACPI: Power Button [PWRF] [ 0.534156] GHES: HEST is not enabled! [ 0.547805] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.580172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.582632] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606490] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.608636] Linux agpgart interface v0.103 [ 0.610687] brd: module loaded [ 0.611915] loop: module loaded [ 0.615932] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.617359] GPT:90111 != 2097151 [ 0.618024] GPT:Alternate GPT header not at the end of the disk. [ 0.619087] GPT:90111 != 2097151 [ 0.619743] GPT: Use GNU Parted to correct GPT errors. [ 0.620687] vda: vda1 vda15 [ 0.622095] scsi host0: ata_piix [ 0.622810] scsi host1: ata_piix [ 0.623510] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624733] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.626149] libphy: Fixed MDIO Bus: probed [ 0.626944] tun: Universal TUN/TAP device driver, 1.6 [ 0.627867] tun: (C) 1999-2004 Max Krasnyansky [ 0.630187] PPP generic driver version 2.4.2 [ 0.631268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632558] ehci-pci: EHCI PCI platform driver [ 0.633414] ehci-platform: EHCI generic platform driver [ 0.634375] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635465] ohci-pci: OHCI PCI platform driver [ 0.636316] ohci-platform: OHCI generic platform driver [ 0.637277] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651524] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.653983] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.654994] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656090] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657278] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.658727] usb usb1: Product: UHCI Host Controller [ 0.659821] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661186] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662427] hub 1-0:1.0: USB hub found [ 0.663371] hub 1-0:1.0: 2 ports detected [ 0.664420] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.666796] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.667922] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.669154] mousedev: PS/2 mouse device common for all mice [ 0.670604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.672745] rtc_cmos 00:00: RTC can wake from S4 [ 0.673997] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.675414] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.676856] i2c /dev entries driver [ 0.677774] device-mapper: uevent: version 1.0.3 [ 0.678869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.680806] ledtrig-cpu: registered to indicate activity on CPUs [ 0.682266] NET: Registered protocol family 10 [ 0.683425] NET: Registered protocol family 17 [ 0.684522] Key type dns_resolver registered [ 0.685608] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.686869] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.688940] registered taskstats version 1 [ 0.689892] Loading compiled-in X.509 certificates [ 0.691509] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.693695] zswap: loaded using pool lzo/zbud [ 0.695266] Key type trusted registered [ 0.696926] Key type encrypted registered [ 0.697897] AppArmor: AppArmor sha1 policy hashing enabled [ 0.699077] ima: No TPM chip found, activating TPM-bypass! [ 0.700310] evm: HMAC attrs: 0x1 [ 0.701689] Magic number: 14:886:889 [ 0.702686] rtc_cmos 00:00: setting system clock to 2018-08-14 14:52:42 UTC (1534258362) [ 0.704604] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705940] EDD information not available. [ 0.784932] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786719] Write protecting the kernel read-only data: 14336k [ 0.798517] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.800550] 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.843949] 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.24 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.13... Lease of 192.168.120.13 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.39. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUnzHRs9F6ClWgB2+TG1xIcDqDChniweBljo7gVN4tbwVvsWFQB4eL8TstypgW39rOxzPpvLa9/nZ1MbuFySvGKuRVLtty3JesFeV76b2RkypqHfg6243iItGn58JDuwJ6XFwu+IBSZi0/qkySpQ6IkkiLicBajXnM8KaWzURXDmLBFqvhurMdLiCnoluyIfhGsV4ZrjNE104YYOymM19h027/YlrIthRBw/G98zh1CK61i3RKo6p0/wT5na/yr/OT//hAzvqn0WDpru6GHHWxFC+jzaPLCgPxuPmenV0hhGrnDCcx6NRHU5zYuZNDnzRdOkLktVX9oCa8cWfiVbC1 root@vping-ssh-vm-2b6d44be-2c81-49ed-a257-2af2c0f6601e ssh-dss AAAAB3NzaC1kc3MAAACBAN2+oiSvSp9RlWbSLzVL7PBjo12AoJo0QpvdaTg0yXyoT1nE5iwd4Bx9x6/O2Z0r96vRkWmUVr9YAiSGKmPPBaxUz7NA71NbtfsPcJRz09EdvB/Q8HAeD2WGHiUUAFEg3cyFQlh3o2+8st57iG71iZXj9dYvXsTDeyeSEGY1RRCJAAAAFQDWeyFWrw7uTueQ9q1uCjhHPkN/wwAAAIALu/zWc7p/SLxKBljdJUzyBeVLNxE+8BXWvUcH8gtfqXNjp5C8Ex+rqr0CBPe5gs9sVQD1Lz5GvmjuP5HIdXfdERuZu+Xi7fWBJmyXBBa1pRHzrLynmz4OhWEB2nufbhq97LRL/t+l5TmvdMf3RuBECumxl6gArotOgAgw8H+oXAAAAIAT7rGpx3KkGxVB9FhejYTlUGZCFUPr4xP8anuDaqTsClMKiW1kQKB5OKCRj9XJ8/QQ+XVJmPEK/NUho0ZFIyzmr/aMLb0JbSlsNlO0ZLzTN6gnOKP594FFPINGobFGWOKA28fpbhwr9aH/2NvVZ9Y+sY10rSqzJm04mpqsD1ATgQ== root@vping-ssh-vm-2b6d44be-2c81-49ed-a257-2af2c0f6601e -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fe9c:8d64/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.13 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-2b6d44be-2c81-49ed-a257-2af2c0f6601e launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.67 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-2b6d44be-2c81-49ed-a257-2af2c0f6601e login: 2018-08-14 14:52:52,138 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.5 (192.168.120.5): 56 data bytes 64 bytes from 192.168.120.5: seq=0 ttl=64 time=1.163 ms --- 192.168.120.5 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.163/1.163/1.163 ms 2018-08-14 14:52:52,138 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-14 14:52:52,258 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 14:52:52,258 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-14 14:53:08,589 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-14 14:53:09,488 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_854d3128-268a-475f-837d-6cef27e2206e', 'id': u'94476d28f48842b6985d580ef939da63', '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-14 14:53:09,934 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6281a20373be4a3194750774430b0df2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_854d3128-268a-475f-837d-6cef27e2206e'}) 2018-08-14 14:53:10,200 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-14 14:53:10,376 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/a8769502a72244e28e20f4c5c32ff3a1'}, 'domain_id': None, 'human_id': None, 'id': u'a8769502a72244e28e20f4c5c32ff3a1', 'HUMAN_ID': False}) 2018-08-14 14:53:10,938 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_854d3128-268a-475f-837d-6cef27e2206e', 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': '7c70370b-c118-44ff-a61f-db8d71de6e28', 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_854d3128-268a-475f-837d-6cef27e2206e', 'project_id': u'94476d28f48842b6985d580ef939da63', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30: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-14 14:53:10,943 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_854d3128-268a-475f-837d-6cef27e2206e', 'password': '7c70370b-c118-44ff-a61f-db8d71de6e28', 'project_name': 'vping_userdata-project_854d3128-268a-475f-837d-6cef27e2206e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '94476d28f48842b6985d580ef939da63', 'project_domain_name': 'Default'} 2018-08-14 14:53:10,944 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-14 14:53:12,126 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-14T14:53:11Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'180c05e6-e2f1-4a5e-bbae-8fb012b22300', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_854d3128-268a-475f-837d-6cef27e2206e', u'admin_state_up': True, u'tenant_id': u'94476d28f48842b6985d580ef939da63', u'created_at': u'2018-08-14T14:53:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'94476d28f48842b6985d580ef939da63'}) 2018-08-14 14:53:13,108 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-14T14:53:12Z', 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'6bf3559d-b0ed-47b3-9c0f-bab413b08d08', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_854d3128-268a-475f-837d-6cef27e2206e', u'enable_dhcp': True, u'network_id': u'180c05e6-e2f1-4a5e-bbae-8fb012b22300', u'tenant_id': u'94476d28f48842b6985d580ef939da63', u'created_at': u'2018-08-14T14:53:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'94476d28f48842b6985d580ef939da63'}) 2018-08-14 14:53:15,363 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'eb47222e-7704-4d3f-af5b-4f7fabaf3c21', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'988bed51-42ee-4c10-b798-159cd80b4a15', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'94476d28f48842b6985d580ef939da63', u'created_at': u'2018-08-14T14:53:14Z', u'admin_state_up': True, u'updated_at': u'2018-08-14T14:53:15Z', u'revision_number': 2, u'routes': [], u'project_id': u'94476d28f48842b6985d580ef939da63', u'id': u'bd5ba2de-ae69-4ca1-9410-0d8a81db97fd', u'name': u'vping_userdata-router_854d3128-268a-475f-837d-6cef27e2206e'}) 2018-08-14 14:53:19,729 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/f2b91819-32b3-4ca0-99c9-5e7a2eecff4d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f2b91819-32b3-4ca0-99c9-5e7a2eecff4d/file', 'owner': u'94476d28f48842b6985d580ef939da63', 'id': u'f2b91819-32b3-4ca0-99c9-5e7a2eecff4d', 'size': 12716032, u'self': u'/v2/images/f2b91819-32b3-4ca0-99c9-5e7a2eecff4d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94476d28f48842b6985d580ef939da63', 'name': 'vping_userdata-project_854d3128-268a-475f-837d-6cef27e2206e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/f2b91819-32b3-4ca0-99c9-5e7a2eecff4d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-14T14:53:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-14T14:53:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_854d3128-268a-475f-837d-6cef27e2206e', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f2b91819-32b3-4ca0-99c9-5e7a2eecff4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_854d3128-268a-475f-837d-6cef27e2206e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_854d3128-268a-475f-837d-6cef27e2206e', 'created': u'2018-08-14T14:53:17Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-14T14:53:17Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f2b91819-32b3-4ca0-99c9-5e7a2eecff4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_854d3128-268a-475f-837d-6cef27e2206e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-14 14:53:20,003 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_854d3128-268a-475f-837d-6cef27e2206e', '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'090c27fcd58945afbbb8647b774b1514', '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'd7090cf4-2973-4249-b28e-c8b42f2c92cf', 'swap': 0}) 2018-08-14 14:53:28,427 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_854d3128-268a-475f-837d-6cef27e2206e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:56:2d', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f2b91819-32b3-4ca0-99c9-5e7a2eecff4d'}), 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-14T14:53:25.000000', 'flavor': Munch({u'id': u'd7090cf4-2973-4249-b28e-c8b42f2c92cf'}), 'az': u'nova', 'id': u'843da66c-f27f-4334-958e-b35f33c53567', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6281a20373be4a3194750774430b0df2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94476d28f48842b6985d580ef939da63', 'name': 'vping_userdata-project_854d3128-268a-475f-837d-6cef27e2206e', '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-14T14:53:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-14T14:53:27Z', 'hostId': u'59f4aa96787d7e97fdd9dc45a17af5b172f71b0d692cf0ad791e946b', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'59f4aa96787d7e97fdd9dc45a17af5b172f71b0d692cf0ad791e946b', '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-14T14:53:25.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'94476d28f48842b6985d580ef939da63', 'name': u'vping_userdata-vm_854d3128-268a-475f-837d-6cef27e2206e', 'adminPass': u'cmgByb2XKzDR', 'tenant_id': u'94476d28f48842b6985d580ef939da63', 'region': 'regionOne', 'created': u'2018-08-14T14:53:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-14 14:53:39,494 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_854d3128-268a-475f-837d-6cef27e2206e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b8:0b:0e', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f2b91819-32b3-4ca0-99c9-5e7a2eecff4d'}), 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-14T14:53:36.000000', 'flavor': Munch({u'id': u'd7090cf4-2973-4249-b28e-c8b42f2c92cf'}), 'az': u'nova', 'id': u'41ab8792-907c-4cff-9d19-b1255241cb6e', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6281a20373be4a3194750774430b0df2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94476d28f48842b6985d580ef939da63', 'name': 'vping_userdata-project_854d3128-268a-475f-837d-6cef27e2206e', '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-14T14:53:36.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-14T14:53:37Z', 'hostId': u'd2f046b7dd8050326c8d7be2a5ee7161ba545f4c7615eb34b170f5fe', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'd2f046b7dd8050326c8d7be2a5ee7161ba545f4c7615eb34b170f5fe', '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-14T14:53:36.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'94476d28f48842b6985d580ef939da63', 'name': u'vping_userdata-vm2_854d3128-268a-475f-837d-6cef27e2206e', 'adminPass': u'EgLV9fjY92sC', 'tenant_id': u'94476d28f48842b6985d580ef939da63', 'region': 'regionOne', 'created': u'2018-08-14T14:53:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-14 14:53:39,494 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-14 14:53:41,956 - 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 498341369 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134819] pid_max: default: 32768 minimum: 301 [ 0.135936] ACPI: Core revision 20150930 [ 0.137489] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139079] Security Framework initialized [ 0.140084] Yama: becoming mindful. [ 0.140961] AppArmor: AppArmor initialized [ 0.141990] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143616] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145189] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146669] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148378] Initializing cgroup subsys io [ 0.149363] Initializing cgroup subsys memory [ 0.150411] Initializing cgroup subsys devices [ 0.151474] Initializing cgroup subsys freezer [ 0.152545] Initializing cgroup subsys net_cls [ 0.153603] Initializing cgroup subsys perf_event [ 0.154717] Initializing cgroup subsys net_prio [ 0.155785] Initializing cgroup subsys hugetlb [ 0.156840] Initializing cgroup subsys pids [ 0.157905] CPU: Physical Processor ID: 0 [ 0.159582] mce: CPU supports 10 MCE banks [ 0.160611] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161834] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172727] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179428] ftrace: allocating 31920 entries in 125 pages [ 0.205542] smpboot: Max logical packages: 1 [ 0.206566] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208227] x2apic enabled [ 0.209183] Switched APIC routing to physical x2apic. [ 0.211148] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214990] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.217194] KVM setup paravirtual spinlock [ 0.218651] x86: Booted up 1 node, 1 CPUs [ 0.219640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.221316] devtmpfs: initialized [ 0.223179] evm: security.selinux [ 0.224023] evm: security.SMACK64 [ 0.224856] evm: security.SMACK64EXEC [ 0.225762] evm: security.SMACK64TRANSMUTE [ 0.226745] evm: security.SMACK64MMAP [ 0.227648] evm: security.ima [ 0.228426] evm: security.capability [ 0.229400] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231683] pinctrl core: initialized pinctrl subsystem [ 0.233005] RTC time: 14:53:36, date: 08/14/18 [ 0.234152] NET: Registered protocol family 16 [ 0.235319] cpuidle: using governor ladder [ 0.236320] cpuidle: using governor menu [ 0.237278] PCCT header not found. [ 0.238185] ACPI: bus type PCI registered [ 0.239139] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240625] PCI: Using configuration type 1 for base access [ 0.242572] ACPI: Added _OSI(Module Device) [ 0.243588] ACPI: Added _OSI(Processor Device) [ 0.244656] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245732] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248122] ACPI: Interpreter enabled [ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.258192] ACPI: (supports S0 S5) [ 0.259024] ACPI: Using IOAPIC for interrupt routing [ 0.260149] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.263574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266554] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268003] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270692] acpiphp: Slot [3] registered [ 0.271669] acpiphp: Slot [4] registered [ 0.272626] acpiphp: Slot [5] registered [ 0.273584] acpiphp: Slot [6] registered [ 0.274538] acpiphp: Slot [7] registered [ 0.275494] acpiphp: Slot [8] registered [ 0.276451] acpiphp: Slot [9] registered [ 0.277414] acpiphp: Slot [10] registered [ 0.278395] acpiphp: Slot [11] registered [ 0.279375] acpiphp: Slot [12] registered [ 0.280371] acpiphp: Slot [13] registered [ 0.281354] acpiphp: Slot [14] registered [ 0.282327] acpiphp: Slot [15] registered [ 0.293568] acpiphp: Slot [16] registered [ 0.294560] acpiphp: Slot [17] registered [ 0.295548] acpiphp: Slot [18] registered [ 0.296528] acpiphp: Slot [19] registered [ 0.297493] acpiphp: Slot [20] registered [ 0.298446] acpiphp: Slot [21] registered [ 0.299413] acpiphp: Slot [22] registered [ 0.300383] acpiphp: Slot [23] registered [ 0.301346] acpiphp: Slot [24] registered [ 0.302308] acpiphp: Slot [25] registered [ 0.303294] acpiphp: Slot [26] registered [ 0.304268] acpiphp: Slot [27] registered [ 0.305249] acpiphp: Slot [28] registered [ 0.306220] acpiphp: Slot [29] registered [ 0.307194] acpiphp: Slot [30] registered [ 0.308164] acpiphp: Slot [31] registered [ 0.309132] PCI host bridge to bus 0000:00 [ 0.310110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311594] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313101] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.314851] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.316602] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323061] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324670] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326139] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.334713] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.336467] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.385112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.386846] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.388527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391362] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.393028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394510] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395873] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.397188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.399083] vgaarb: loaded [ 0.399802] vgaarb: bridge control possible 0000:00:02.0 [ 0.401167] SCSI subsystem initialized [ 0.402156] ACPI: bus type USB registered [ 0.403151] usbcore: registered new interface driver usbfs [ 0.404418] usbcore: registered new interface driver hub [ 0.405667] usbcore: registered new device driver usb [ 0.406943] PCI: Using ACPI for IRQ routing [ 0.408168] NetLabel: Initializing [ 0.409037] NetLabel: domain hash size = 128 [ 0.410082] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.411246] NetLabel: unlabeled traffic allowed by default [ 0.412589] clocksource: Switched to clocksource kvm-clock [ 0.418265] AppArmor: AppArmor Filesystem Enabled [ 0.419444] pnp: PnP ACPI init [ 0.420490] pnp: PnP ACPI: found 5 devices [ 0.427001] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.428697] NET: Registered protocol family 2 [ 0.429650] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.430912] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.432072] TCP: Hash tables configured (established 4096 bind 4096) [ 0.433241] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.434308] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.435465] NET: Registered protocol family 1 [ 0.436318] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.437403] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.438470] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.452446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.466638] Trying to unpack rootfs image as initramfs... [ 0.516395] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.530453] Scanning for low memory corruption every 60 seconds [ 0.531769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.532927] audit: initializing netlink subsys (disabled) [ 0.533951] audit: type=2000 audit(1534258417.650:1): initialized [ 0.535242] Initialise system trusted keyring [ 0.536160] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.537320] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.539267] zbud: loaded [ 0.539967] VFS: Disk quotas dquot_6.6.0 [ 0.540784] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.542284] fuse init (API version 7.23) [ 0.543174] Key type big_key registered [ 0.543967] Allocating IMA MOK and blacklist keyrings. [ 0.545072] Key type asymmetric registered [ 0.545891] Asymmetric key parser 'x509' registered [ 0.546830] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.548657] io scheduler noop registered [ 0.549445] io scheduler deadline registered (default) [ 0.550420] io scheduler cfq registered [ 0.551242] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.552269] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.553522] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.554959] ACPI: Power Button [PWRF] [ 0.555772] GHES: HEST is not enabled! [ 0.569272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.599808] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.602543] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.626405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.628529] Linux agpgart interface v0.103 [ 0.630542] brd: module loaded [ 0.631733] loop: module loaded [ 0.635937] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.637357] GPT:90111 != 2097151 [ 0.638020] GPT:Alternate GPT header not at the end of the disk. [ 0.639074] GPT:90111 != 2097151 [ 0.639725] GPT: Use GNU Parted to correct GPT errors. [ 0.640668] vda: vda1 vda15 [ 0.642156] scsi host0: ata_piix [ 0.642866] scsi host1: ata_piix [ 0.643552] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644736] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.646143] libphy: Fixed MDIO Bus: probed [ 0.646939] tun: Universal TUN/TAP device driver, 1.6 [ 0.647854] tun: (C) 1999-2004 Max Krasnyansky [ 0.650197] PPP generic driver version 2.4.2 [ 0.651538] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.653392] ehci-pci: EHCI PCI platform driver [ 0.654622] ehci-platform: EHCI generic platform driver [ 0.656017] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.657598] ohci-pci: OHCI PCI platform driver [ 0.658862] ohci-platform: OHCI generic platform driver [ 0.660251] uhci_hcd: USB Universal Host Controller Interface driver [ 0.675943] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.676994] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.678505] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.679586] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.680757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.681990] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.683425] usb usb1: Product: UHCI Host Controller [ 0.684365] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.685520] usb usb1: SerialNumber: 0000:00:01.2 [ 0.686583] hub 1-0:1.0: USB hub found [ 0.687370] hub 1-0:1.0: 2 ports detected [ 0.688282] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.690401] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.691362] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.692399] mousedev: PS/2 mouse device common for all mice [ 0.693684] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.695540] rtc_cmos 00:00: RTC can wake from S4 [ 0.696644] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.697844] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.699051] i2c /dev entries driver [ 0.699802] device-mapper: uevent: version 1.0.3 [ 0.700776] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.702464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.703779] NET: Registered protocol family 10 [ 0.704812] NET: Registered protocol family 17 [ 0.705716] Key type dns_resolver registered [ 0.706654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.707775] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.709591] registered taskstats version 1 [ 0.710449] Loading compiled-in X.509 certificates [ 0.711922] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713834] zswap: loaded using pool lzo/zbud [ 0.715238] Key type trusted registered [ 0.716813] Key type encrypted registered [ 0.717670] AppArmor: AppArmor sha1 policy hashing enabled [ 0.718725] ima: No TPM chip found, activating TPM-bypass! [ 0.719787] evm: HMAC attrs: 0x1 [ 0.720744] Magic number: 14:886:889 [ 0.721624] rtc_cmos 00:00: setting system clock to 2018-08-14 14:53:37 UTC (1534258417) [ 0.723280] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.724463] EDD information not available. [ 0.805723] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.807333] Write protecting the kernel read-only data: 14336k [ 0.819035] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.820862] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.863732] 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 2.06 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.15... Lease of 192.168.120.15 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.21. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: 2018-08-14 14:53:41,957 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.5. Waiting for response... 2018-08-14 14:53:44,685 - 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 498341369 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134819] pid_max: default: 32768 minimum: 301 [ 0.135936] ACPI: Core revision 20150930 [ 0.137489] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139079] Security Framework initialized [ 0.140084] Yama: becoming mindful. [ 0.140961] AppArmor: AppArmor initialized [ 0.141990] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143616] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145189] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146669] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148378] Initializing cgroup subsys io [ 0.149363] Initializing cgroup subsys memory [ 0.150411] Initializing cgroup subsys devices [ 0.151474] Initializing cgroup subsys freezer [ 0.152545] Initializing cgroup subsys net_cls [ 0.153603] Initializing cgroup subsys perf_event [ 0.154717] Initializing cgroup subsys net_prio [ 0.155785] Initializing cgroup subsys hugetlb [ 0.156840] Initializing cgroup subsys pids [ 0.157905] CPU: Physical Processor ID: 0 [ 0.159582] mce: CPU supports 10 MCE banks [ 0.160611] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161834] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172727] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179428] ftrace: allocating 31920 entries in 125 pages [ 0.205542] smpboot: Max logical packages: 1 [ 0.206566] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208227] x2apic enabled [ 0.209183] Switched APIC routing to physical x2apic. [ 0.211148] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212536] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214990] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.217194] KVM setup paravirtual spinlock [ 0.218651] x86: Booted up 1 node, 1 CPUs [ 0.219640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.221316] devtmpfs: initialized [ 0.223179] evm: security.selinux [ 0.224023] evm: security.SMACK64 [ 0.224856] evm: security.SMACK64EXEC [ 0.225762] evm: security.SMACK64TRANSMUTE [ 0.226745] evm: security.SMACK64MMAP [ 0.227648] evm: security.ima [ 0.228426] evm: security.capability [ 0.229400] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231683] pinctrl core: initialized pinctrl subsystem [ 0.233005] RTC time: 14:53:36, date: 08/14/18 [ 0.234152] NET: Registered protocol family 16 [ 0.235319] cpuidle: using governor ladder [ 0.236320] cpuidle: using governor menu [ 0.237278] PCCT header not found. [ 0.238185] ACPI: bus type PCI registered [ 0.239139] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240625] PCI: Using configuration type 1 for base access [ 0.242572] ACPI: Added _OSI(Module Device) [ 0.243588] ACPI: Added _OSI(Processor Device) [ 0.244656] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245732] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248122] ACPI: Interpreter enabled [ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.258192] ACPI: (supports S0 S5) [ 0.259024] ACPI: Using IOAPIC for interrupt routing [ 0.260149] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.263574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266554] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268003] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270692] acpiphp: Slot [3] registered [ 0.271669] acpiphp: Slot [4] registered [ 0.272626] acpiphp: Slot [5] registered [ 0.273584] acpiphp: Slot [6] registered [ 0.274538] acpiphp: Slot [7] registered [ 0.275494] acpiphp: Slot [8] registered [ 0.276451] acpiphp: Slot [9] registered [ 0.277414] acpiphp: Slot [10] registered [ 0.278395] acpiphp: Slot [11] registered [ 0.279375] acpiphp: Slot [12] registered [ 0.280371] acpiphp: Slot [13] registered [ 0.281354] acpiphp: Slot [14] registered [ 0.282327] acpiphp: Slot [15] registered [ 0.293568] acpiphp: Slot [16] registered [ 0.294560] acpiphp: Slot [17] registered [ 0.295548] acpiphp: Slot [18] registered [ 0.296528] acpiphp: Slot [19] registered [ 0.297493] acpiphp: Slot [20] registered [ 0.298446] acpiphp: Slot [21] registered [ 0.299413] acpiphp: Slot [22] registered [ 0.300383] acpiphp: Slot [23] registered [ 0.301346] acpiphp: Slot [24] registered [ 0.302308] acpiphp: Slot [25] registered [ 0.303294] acpiphp: Slot [26] registered [ 0.304268] acpiphp: Slot [27] registered [ 0.305249] acpiphp: Slot [28] registered [ 0.306220] acpiphp: Slot [29] registered [ 0.307194] acpiphp: Slot [30] registered [ 0.308164] acpiphp: Slot [31] registered [ 0.309132] PCI host bridge to bus 0000:00 [ 0.310110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311594] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313101] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.314851] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.316602] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323061] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324670] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326139] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.334713] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.336467] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.385112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.386846] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.388527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391362] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.393028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394510] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395873] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.397188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.399083] vgaarb: loaded [ 0.399802] vgaarb: bridge control possible 0000:00:02.0 [ 0.401167] SCSI subsystem initialized [ 0.402156] ACPI: bus type USB registered [ 0.403151] usbcore: registered new interface driver usbfs [ 0.404418] usbcore: registered new interface driver hub [ 0.405667] usbcore: registered new device driver usb [ 0.406943] PCI: Using ACPI for IRQ routing [ 0.408168] NetLabel: Initializing [ 0.409037] NetLabel: domain hash size = 128 [ 0.410082] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.411246] NetLabel: unlabeled traffic allowed by default [ 0.412589] clocksource: Switched to clocksource kvm-clock [ 0.418265] AppArmor: AppArmor Filesystem Enabled [ 0.419444] pnp: PnP ACPI init [ 0.420490] pnp: PnP ACPI: found 5 devices [ 0.427001] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.428697] NET: Registered protocol family 2 [ 0.429650] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.430912] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.432072] TCP: Hash tables configured (established 4096 bind 4096) [ 0.433241] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.434308] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.435465] NET: Registered protocol family 1 [ 0.436318] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.437403] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.438470] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.452446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.466638] Trying to unpack rootfs image as initramfs... [ 0.516395] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.530453] Scanning for low memory corruption every 60 seconds [ 0.531769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.532927] audit: initializing netlink subsys (disabled) [ 0.533951] audit: type=2000 audit(1534258417.650:1): initialized [ 0.535242] Initialise system trusted keyring [ 0.536160] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.537320] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.539267] zbud: loaded [ 0.539967] VFS: Disk quotas dquot_6.6.0 [ 0.540784] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.542284] fuse init (API version 7.23) [ 0.543174] Key type big_key registered [ 0.543967] Allocating IMA MOK and blacklist keyrings. [ 0.545072] Key type asymmetric registered [ 0.545891] Asymmetric key parser 'x509' registered [ 0.546830] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.548657] io scheduler noop registered [ 0.549445] io scheduler deadline registered (default) [ 0.550420] io scheduler cfq registered [ 0.551242] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.552269] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.553522] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.554959] ACPI: Power Button [PWRF] [ 0.555772] GHES: HEST is not enabled! [ 0.569272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.599808] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.602543] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.626405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.628529] Linux agpgart interface v0.103 [ 0.630542] brd: module loaded [ 0.631733] loop: module loaded [ 0.635937] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.637357] GPT:90111 != 2097151 [ 0.638020] GPT:Alternate GPT header not at the end of the disk. [ 0.639074] GPT:90111 != 2097151 [ 0.639725] GPT: Use GNU Parted to correct GPT errors. [ 0.640668] vda: vda1 vda15 [ 0.642156] scsi host0: ata_piix [ 0.642866] scsi host1: ata_piix [ 0.643552] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644736] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.646143] libphy: Fixed MDIO Bus: probed [ 0.646939] tun: Universal TUN/TAP device driver, 1.6 [ 0.647854] tun: (C) 1999-2004 Max Krasnyansky [ 0.650197] PPP generic driver version 2.4.2 [ 0.651538] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.653392] ehci-pci: EHCI PCI platform driver [ 0.654622] ehci-platform: EHCI generic platform driver [ 0.656017] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.657598] ohci-pci: OHCI PCI platform driver [ 0.658862] ohci-platform: OHCI generic platform driver [ 0.660251] uhci_hcd: USB Universal Host Controller Interface driver [ 0.675943] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.676994] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.678505] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.679586] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.680757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.681990] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.683425] usb usb1: Product: UHCI Host Controller [ 0.684365] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.685520] usb usb1: SerialNumber: 0000:00:01.2 [ 0.686583] hub 1-0:1.0: USB hub found [ 0.687370] hub 1-0:1.0: 2 ports detected [ 0.688282] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.690401] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.691362] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.692399] mousedev: PS/2 mouse device common for all mice [ 0.693684] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.695540] rtc_cmos 00:00: RTC can wake from S4 [ 0.696644] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.697844] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.699051] i2c /dev entries driver [ 0.699802] device-mapper: uevent: version 1.0.3 [ 0.700776] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.702464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.703779] NET: Registered protocol family 10 [ 0.704812] NET: Registered protocol family 17 [ 0.705716] Key type dns_resolver registered [ 0.706654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.707775] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.709591] registered taskstats version 1 [ 0.710449] Loading compiled-in X.509 certificates [ 0.711922] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713834] zswap: loaded using pool lzo/zbud [ 0.715238] Key type trusted registered [ 0.716813] Key type encrypted registered [ 0.717670] AppArmor: AppArmor sha1 policy hashing enabled [ 0.718725] ima: No TPM chip found, activating TPM-bypass! [ 0.719787] evm: HMAC attrs: 0x1 [ 0.720744] Magic number: 14:886:889 [ 0.721624] rtc_cmos 00:00: setting system clock to 2018-08-14 14:53:37 UTC (1534258417) [ 0.723280] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.724463] EDD information not available. [ 0.805723] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.807333] Write protecting the kernel read-only data: 14336k [ 0.819035] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.820862] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.863732] 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 2.06 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.15... Lease of 192.168.120.15 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.21. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrTX7jvK6BwKE21t7d3NN4NgAZzD3YuvrFaGogDjFx10uArYTLeccBcQIikvFpV4+BXjIDuCO61/delVaTstldQoflC3J6JZR7tHRZW8bpZbi/f4axG1mMaZ4oDl8JjcLTKcTOeUChRV/L8uTt41plg/vftaVG8K0l+74V3D/Owq64ujLxDmUUExTnM2S920w/n1fv1LGiKLMurwLG29xWK7fIIiBGJdZpfhOEWzn3YDYata6mTydc7YnixScuDIIqpY0RiTCk03ulRK4udQ0RGHEnswQnHFR4kzajtaZAA90TeP+fx2xTw/Gm+DMGB3RPmw7rlf1o6wi9lsc8Lo6Z root@vping-userdata-vm2-854d3128-268a-475f-837d-6cef27e2206e ssh-dss AAAAB3NzaC1kc3MAAACBAKhzufpmOoep/v0RxX5SVzFGXDuHxkJbMzGTqnSR0hspjNHBseXTUyfWIMk463Y4SyiKiJttIV1yrwbzQCAuAoPTcnQ3GbBIUiQuHCzOrNU56hkLKG+e5jC4QVrfyrQwe6Be4Uy40HV8SuOiumiHjlS1Nhl+yPI7nb+f0jDvxiIdAAAAFQDlXWwjAGL/eMXmBe/roRnzqcfxBQAAAIAksERotpV4Vh1+CqLyV2H26JcAYBr/MAngMMg9CE7yR6BLN8fadhuT7HaX5JcrMid8XAzbQuWUAQJIPMbrWIcJJLgILW42m8zl2QakOrQverELPGt2DWujHWoQkn/EIASjRW/IA37DOI8U1nZAE9bmi1ytl7dAmRfdKxBJTqo7YwAAAIEAi8DsPN97wlHS3UizO123RJSztHlL2oQtX+kq2LiRX/ChhaInuq0u1fx0tzMknr86SH8oLsW5Z30QhfYr23m3OfL+YTgVqzcQ+tPNxmYChbzBYkiKksn5bFYD5q57vtU6len7rZzCWKI8A0BKHtbpO3OzkoUi+HEYAZce9RYA8rQ= root@vping-userdata-vm2-854d3128-268a-475f-837d-6cef27e2206e -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:feb8:b0e/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.15 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-854d3128-268a-475f-837d-6cef27e2206e launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.16 === 2018-08-14 14:53:44,686 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-14 14:53:44,803 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 14:53:44,804 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-14 14:54:02,548 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-08-14 14:54:03,205 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-14 14:54:07,933 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-14 14:54:07.663 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0614845f-ecaf-40e0-b611-8b3b488f16f5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0614845f-ecaf-40e0-b611-8b3b488f16f5 | 2018-08-14T14:54:07 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0614845f-ecaf-40e0-b611-8b3b488f16f5 ~/.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-14 14:54:11,434 - 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-14 14:54:11,435 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-14 14:54:17,405 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-14 14:54:15.861 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-14 14:54:15.994 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-14 14:54:17.215 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2e7267e2-141d-4f11-a94c-835b2fcc925e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2e7267e2-141d-4f11-a94c-835b2fcc925e) as the default verifier for the future CLI operations. 2018-08-14 14:54:20,641 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-08-14 14:54:21,145 - 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-14T14:54:21Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'260c72af-e55b-4b31-9201-3e118810eacf', u'provider:segmentation_id': 73, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_28af353f-467e-436f-b9f4-3869eba37c9f', u'admin_state_up': True, u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T14:54:20Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'090c27fcd58945afbbb8647b774b1514'}) 2018-08-14 14:54:22,174 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-14T14:54:21Z', 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'674451e4-8ae0-44be-8fa4-b0e151d9a78c', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_28af353f-467e-436f-b9f4-3869eba37c9f', u'enable_dhcp': True, u'network_id': u'260c72af-e55b-4b31-9201-3e118810eacf', u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T14:54:21Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'090c27fcd58945afbbb8647b774b1514'}) 2018-08-14 14:54:23,562 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'eb47222e-7704-4d3f-af5b-4f7fabaf3c21', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'988bed51-42ee-4c10-b798-159cd80b4a15', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T14:54:22Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-14T14:54:23Z', u'revision_number': 2, u'routes': [], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'id': u'f9a6d47b-3b8e-4c00-95e1-8179169b979e', u'name': u'tempest_smoke_serial-router_28af353f-467e-436f-b9f4-3869eba37c9f'}) 2018-08-14 14:54:27,640 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/604fa83c-f56b-42f4-965e-b96ab61d1d5e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/604fa83c-f56b-42f4-965e-b96ab61d1d5e/file', 'owner': u'090c27fcd58945afbbb8647b774b1514', 'id': u'604fa83c-f56b-42f4-965e-b96ab61d1d5e', 'size': 12716032, u'self': u'/v2/images/604fa83c-f56b-42f4-965e-b96ab61d1d5e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'090c27fcd58945afbbb8647b774b1514', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/604fa83c-f56b-42f4-965e-b96ab61d1d5e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-14T14:54:27Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-14T14:54:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_28af353f-467e-436f-b9f4-3869eba37c9f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/604fa83c-f56b-42f4-965e-b96ab61d1d5e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_28af353f-467e-436f-b9f4-3869eba37c9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_28af353f-467e-436f-b9f4-3869eba37c9f', 'created': u'2018-08-14T14:54:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-14T14:54:25Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/604fa83c-f56b-42f4-965e-b96ab61d1d5e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_28af353f-467e-436f-b9f4-3869eba37c9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-14 14:54:27,848 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_28af353f-467e-436f-b9f4-3869eba37c9f', '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'090c27fcd58945afbbb8647b774b1514', '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'fb882d41-9555-482e-809f-55a03d7e9cba', 'swap': 0}) 2018-08-14 14:54:29,770 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/e4588d57-3879-4f50-9624-83f1ac826958/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e4588d57-3879-4f50-9624-83f1ac826958/file', 'owner': u'090c27fcd58945afbbb8647b774b1514', 'id': u'e4588d57-3879-4f50-9624-83f1ac826958', 'size': 12716032, u'self': u'/v2/images/e4588d57-3879-4f50-9624-83f1ac826958', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'090c27fcd58945afbbb8647b774b1514', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/e4588d57-3879-4f50-9624-83f1ac826958/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-14T14:54:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-14T14:54:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_28af353f-467e-436f-b9f4-3869eba37c9f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e4588d57-3879-4f50-9624-83f1ac826958', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_28af353f-467e-436f-b9f4-3869eba37c9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_28af353f-467e-436f-b9f4-3869eba37c9f', 'created': u'2018-08-14T14:54:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-14T14:54:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e4588d57-3879-4f50-9624-83f1ac826958', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_28af353f-467e-436f-b9f4-3869eba37c9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-14 14:54:29,846 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_28af353f-467e-436f-b9f4-3869eba37c9f', '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'090c27fcd58945afbbb8647b774b1514', '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'272658ea-d0af-43c9-93c6-7e05bfa5add0', 'swap': 0}) 2018-08-14 14:54:29,869 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_28af353f-467e-436f-b9f4-3869eba37c9f', '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'090c27fcd58945afbbb8647b774b1514', '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'272658ea-d0af-43c9-93c6-7e05bfa5add0', 'swap': 0}) 2018-08-14 14:54:33,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-14 14:54:32.012 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2e7267e2-141d-4f11-a94c-835b2fcc925e) for deployment 'opnfv-rally' (UUID=0614845f-ecaf-40e0-b611-8b3b488f16f5). 2018-08-14 14:54:32.880 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2e7267e2-141d-4f11-a94c-835b2fcc925e) has been successfully configured for deployment 'opnfv-rally' (UUID=0614845f-ecaf-40e0-b611-8b3b488f16f5)! 2018-08-14 14:54:33,061 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-14 14:54:33,062 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-14 14:54:33,064 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-14 14:54:33,068 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-14 14:54:36,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2e7267e2-141d-4f11-a94c-835b2fcc925e/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-08-14 14:54:36,667 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-14 14:54:36,669 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-14 14:54:36,669 - 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-14 14:54:38,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:54:38.817 51 INFO rally.api [-] Starting verification (UUID=281e945e-5ca3-4629-9670-bb3a98f5d3f7) for deployment 'opnfv-rally' (UUID=0614845f-ecaf-40e0-b611-8b3b488f16f5) by verifier 'opnfv-tempest' (UUID=2e7267e2-141d-4f11-a94c-835b2fcc925e). 2018-08-14 14:54:38,819 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 281e945e-5ca3-4629-9670-bb3a98f5d3f7 2018-08-14 14:54:45,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:54:45.616 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.166s] 2018-08-14 14:54:45,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:54:45.673 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-08-14 14:54:52,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:54:52.054 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.379s] 2018-08-14 14:54:55,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:54:55.345 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.290s] 2018-08-14 14:55:08,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:55:08.213 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.843s] 2018-08-14 14:55:24,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:55:24.902 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.261s] 2018-08-14 14:55:59,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:55:59.364 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.063s] 2018-08-14 14:55:59,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:55:59.366 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-14 14:56:28,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:56:28.962 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.083s] 2018-08-14 14:56:28,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:56:28.963 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-14 14:56:57,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:56:57.367 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-08-14 14:56:57,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:56:57.368 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-14 14:58:39,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:58:39.340 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [71.233s] 2018-08-14 14:59:03,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:03.808 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-08-14 14:59:03,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:03.913 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.105s] 2018-08-14 14:59:12,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:12.023 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.645s] 2018-08-14 14:59:12,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:12.033 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-08-14 14:59:13,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:13.510 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-14 14:59:13,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:13.511 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-14 14:59:17,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:17.556 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.393s] 2018-08-14 14:59:24,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:24.193 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.078s] 2018-08-14 14:59:30,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:30.652 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.680s] 2018-08-14 14:59:38,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:38.591 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.426s] 2018-08-14 14:59:47,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:47.744 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.250s] 2018-08-14 14:59:53,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:53.835 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.388s] 2018-08-14 14:59:59,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 14:59:59.961 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-08-14 15:00:07,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:07.553 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.498s] 2018-08-14 15:00:15,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:15.107 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.468s] 2018-08-14 15:00:23,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:23.693 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.771s] 2018-08-14 15:00:26,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:26.540 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-14 15:00:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:28.505 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-08-14 15:00:28,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:28.586 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-08-14 15:00:28,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:28.664 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-08-14 15:00:28,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:28.670 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-08-14 15:00:32,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:32.981 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.763s] 2018-08-14 15:00:35,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:35.393 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.411s] 2018-08-14 15:00:37,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:37.438 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.044s] 2018-08-14 15:00:43,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:43.130 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-14 15:00:50,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:00:50.811 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.681s] 2018-08-14 15:01:04,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:01:04.706 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.329s] 2018-08-14 15:01:07,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:01:07.995 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.287s] 2018-08-14 15:01:19,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:01:19.300 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.732s] 2018-08-14 15:01:23,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:01:23.581 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.280s] 2018-08-14 15:01:32,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:01:32.584 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.002s] 2018-08-14 15:01:41,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:01:41.802 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.815s] 2018-08-14 15:01:45,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:01:45.433 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.631s] 2018-08-14 15:01:51,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:01:51.674 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.241s] 2018-08-14 15:02:09,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:09.750 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.311s] 2018-08-14 15:02:10,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:10.187 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.438s] 2018-08-14 15:02:10,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:10.438 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.250s] 2018-08-14 15:02:10,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:10.520 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.082s] 2018-08-14 15:02:10,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:10.622 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.101s] 2018-08-14 15:02:10,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:10.835 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.212s] 2018-08-14 15:02:25,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:25.732 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.790s] 2018-08-14 15:02:26,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:26.069 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.338s] 2018-08-14 15:02:26,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:26.329 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.259s] 2018-08-14 15:02:26,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:26.529 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.200s] 2018-08-14 15:02:26,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:26.843 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.312s] 2018-08-14 15:02:27,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:27.050 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.208s] 2018-08-14 15:02:40,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:40.231 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.099s] 2018-08-14 15:02:46,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:46.874 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.642s] 2018-08-14 15:02:49,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:49.046 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.172s] 2018-08-14 15:02:49,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:49.100 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.055s] 2018-08-14 15:02:49,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:02:49.190 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.089s] 2018-08-14 15:03:01,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:03:01.244 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.052s] 2018-08-14 15:03:07,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:03:07.317 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.072s] 2018-08-14 15:03:09,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:03:09.202 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.885s] 2018-08-14 15:03:09,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:03:09.418 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.215s] 2018-08-14 15:03:09,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:03:09.466 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.048s] 2018-08-14 15:03:25,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:03:25.014 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.839s] 2018-08-14 15:03:30,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:03:30.424 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.410s] 2018-08-14 15:03:34,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:03:34.796 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.371s] 2018-08-14 15:03:37,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:03:37.621 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.824s] 2018-08-14 15:04:02,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:02.856 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.614s] 2018-08-14 15:04:08,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:08.576 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.720s] 2018-08-14 15:04:13,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:13.030 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.452s] 2018-08-14 15:04:15,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:15.757 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.727s] 2018-08-14 15:04:32,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:32.997 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.813s] 2018-08-14 15:04:35,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:35.123 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.124s] 2018-08-14 15:04:35,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:35.169 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2018-08-14 15:04:39,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:39.894 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.587s] 2018-08-14 15:04:42,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:42.417 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.521s] 2018-08-14 15:04:42,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:42.603 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.188s] 2018-08-14 15:04:47,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:47.228 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.299s] 2018-08-14 15:04:50,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:50.780 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-14 15:04:52,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:52.567 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-08-14 15:04:52,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:52.570 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-08-14 15:04:52,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:52.571 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-08-14 15:04:52,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:52.572 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-08-14 15:04:52,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:52.573 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-08-14 15:04:54,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:04:54.426 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-14 15:05:10,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:05:10.488 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.849s] 2018-08-14 15:05:21,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:05:21.963 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.953s] 2018-08-14 15:05:35,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:05:35.286 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.320s] 2018-08-14 15:05:45,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:05:45.765 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-08-14 15:06:57,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:06:57.003 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [64.172s] 2018-08-14 15:07:32,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:07:32.567 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.455s] 2018-08-14 15:08:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:08:19.473 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.470s] 2018-08-14 15:08:36,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '281e945e-5ca3-4629-9670-bb3a98f5d3f7']'. 2018-08-14 15:08:37,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-14 15:08:37,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 281e945e-5ca3-4629-9670-bb3a98f5d3f7 | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-14 14:54:38 | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-14 15:08:36 | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:58 | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2e7267e2-141d-4f11-a94c-835b2fcc925e) | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-14 15:08:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0614845f-ecaf-40e0-b611-8b3b488f16f5) | 2018-08-14 15:08:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-08-14 15:08:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 815.954 | 2018-08-14 15:08:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-08-14 15:08:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-08-14 15:08:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-14 15:08:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-14 15:08:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-14 15:08:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-14 15:08:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-14 15:08:37,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-08-14 15:08:37,851 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 15:08:37,851 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:17 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-08-14 15:08:46,784 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-14 15:08:47,466 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-14 15:08:47,829 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-14 15:08:48,225 - 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-14T15:08:48Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c01c27e9-381f-404b-907d-4764a9a921a2', u'provider:segmentation_id': 98, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_82472792-5364-49aa-a9e5-90378bf3a606', u'admin_state_up': True, u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T15:08:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'090c27fcd58945afbbb8647b774b1514'}) 2018-08-14 15:08:49,099 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-14T15:08:48Z', 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'06765863-b0c5-48fd-abc9-c01c6bfb9a8c', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_82472792-5364-49aa-a9e5-90378bf3a606', u'enable_dhcp': True, u'network_id': u'c01c27e9-381f-404b-907d-4764a9a921a2', u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T15:08:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'090c27fcd58945afbbb8647b774b1514'}) 2018-08-14 15:08:50,269 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'eb47222e-7704-4d3f-af5b-4f7fabaf3c21', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'988bed51-42ee-4c10-b798-159cd80b4a15', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T15:08:49Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-14T15:08:50Z', u'revision_number': 2, u'routes': [], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'id': u'66a2b1e1-b3a1-49ec-954f-c83d95a69166', u'name': u'rally_sanity-router_82472792-5364-49aa-a9e5-90378bf3a606'}) 2018-08-14 15:08:54,172 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/f6ab0fab-2b8e-47f6-8dae-77610ec4e204/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f6ab0fab-2b8e-47f6-8dae-77610ec4e204/file', 'owner': u'090c27fcd58945afbbb8647b774b1514', 'id': u'f6ab0fab-2b8e-47f6-8dae-77610ec4e204', 'size': 12716032, u'self': u'/v2/images/f6ab0fab-2b8e-47f6-8dae-77610ec4e204', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'090c27fcd58945afbbb8647b774b1514', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/f6ab0fab-2b8e-47f6-8dae-77610ec4e204/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-14T15:08:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-14T15:08:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f6ab0fab-2b8e-47f6-8dae-77610ec4e204', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'created': u'2018-08-14T15:08:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-14T15:08:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f6ab0fab-2b8e-47f6-8dae-77610ec4e204', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-14 15:08:54,388 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606', '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'090c27fcd58945afbbb8647b774b1514', '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'9371134b-f06c-4f6d-9035-6dbdf4db60d3', 'swap': 0}) 2018-08-14 15:08:54,413 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-14 15:08:56,874 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-14 15:08:56.522 122 INFO rally.deployment.engine [-] Deployment 0614845f-ecaf-40e0-b611-8b3b488f16f5 | Starting: Destroy cloud and free allocated resources. 2018-08-14 15:08:56.580 122 INFO rally.deployment.engine [-] Deployment 0614845f-ecaf-40e0-b611-8b3b488f16f5 | Completed: Destroy cloud and free allocated resources. 2018-08-14 15:08:56.620 122 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2e7267e2-141d-4f11-a94c-835b2fcc925e) for deployment 'opnfv-rally'. 2018-08-14 15:08:56.636 122 INFO rally.api [-] Deleting verification (UUID=281e945e-5ca3-4629-9670-bb3a98f5d3f7). 2018-08-14 15:08:56.670 122 INFO rally.api [-] Verification has been successfully deleted! 2018-08-14 15:08:56.671 122 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2e7267e2-141d-4f11-a94c-835b2fcc925e). 2018-08-14 15:08:56.679 122 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-14 15:08:59,227 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-14 15:08:58.965 125 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1ca166fe-e019-4434-9df0-4481815b3eb1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1ca166fe-e019-4434-9df0-4481815b3eb1 | 2018-08-14T15:08:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1ca166fe-e019-4434-9df0-4481815b3eb1 ~/.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-14 15:09:02,557 - 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-14 15:09:02,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-14 15:09:02,682 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_82472792-5364-49aa-a9e5-90378bf3a606', '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'090c27fcd58945afbbb8647b774b1514', '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'f3279465-410a-4b13-ba20-47c3d23ea03e', 'swap': 0}) 2018-08-14 15:09:02,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_82472792-5364-49aa-a9e5-90378bf3a606', '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'090c27fcd58945afbbb8647b774b1514', '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'f3279465-410a-4b13-ba20-47c3d23ea03e', 'swap': 0}) 2018-08-14 15:09:02,706 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-14 15:09:02,706 - 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-14 15:09:02,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-14 15:09:02,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-14 15:09:02,725 - 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': 'c01c27e9-381f-404b-907d-4764a9a921a2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'flavor_name': 'rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606', '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_82472792-5364-49aa-a9e5-90378bf3a606', '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-14 15:10:03,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 083e9865-7691-406a-886a-c38838b157db 2018-08-14 15:10:03,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-14 15:10:03,218 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '083e9865-7691-406a-886a-c38838b157db'] 2018-08-14 15:10:04,237 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 083e9865-7691-406a-886a-c38838b157db -------------------------------------------------------------------------------- Task 083e9865-7691-406a-886a-c38838b157db: 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 083e9865-7691-406a-886a-c38838b157db 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.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | total | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> duration | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.481813 Full duration: 7.233746 -------------------------------------------------------------------------------- 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 083e9865-7691-406a-886a-c38838b157db 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.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.763397 Full duration: 7.53345 -------------------------------------------------------------------------------- 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 083e9865-7691-406a-886a-c38838b157db 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | total | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 100.0% | 1 | | -> duration | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.94417 Full duration: 7.885484 -------------------------------------------------------------------------------- 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 083e9865-7691-406a-886a-c38838b157db 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.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 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.779148 Full duration: 7.512142 -------------------------------------------------------------------------------- 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 083e9865-7691-406a-886a-c38838b157db 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.528 | 0.528 | 0.528 | 0.528 | 0.528 | 0.528 | 100.0% | 1 | | total | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> duration | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.92214 Full duration: 7.854764 -------------------------------------------------------------------------------- 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 083e9865-7691-406a-886a-c38838b157db 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.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> duration | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.670905 Full duration: 7.41197 HINTS: * To plot HTML graphics with this data, run: rally task report 083e9865-7691-406a-886a-c38838b157db --out output.html * To generate a JUnit report, run: rally task export 083e9865-7691-406a-886a-c38838b157db --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 083e9865-7691-406a-886a-c38838b157db --json --out output.json 2018-08-14 15:10:04,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '083e9865-7691-406a-886a-c38838b157db', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-14 15:10:06,491 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 083e9865-7691-406a-886a-c38838b157db --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-14 15:10:06.384 733 INFO rally.api [-] Building 'json' report for the following task(s): '083e9865-7691-406a-886a-c38838b157db'. 2018-08-14 15:10:06.389 733 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:10:06,492 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '083e9865-7691-406a-886a-c38838b157db', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-14 15:10:08,652 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 083e9865-7691-406a-886a-c38838b157db --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-14 15:10:08.525 736 INFO rally.api [-] Building 'html' report for the following task(s): '083e9865-7691-406a-886a-c38838b157db'. 2018-08-14 15:10:08.549 736 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:10:08,658 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-14 15:10:08,658 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-14 15:10:08,658 - 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-14 15:10:08,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-14 15:10:08,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-14 15:10:08,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'c01c27e9-381f-404b-907d-4764a9a921a2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'flavor_name': 'rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606', '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_82472792-5364-49aa-a9e5-90378bf3a606', '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-14 15:11:48,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 120b5dda-46c9-427e-abc1-4d4c02ad5691 2018-08-14 15:11:48,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '120b5dda-46c9-427e-abc1-4d4c02ad5691'] 2018-08-14 15:11:49,699 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 120b5dda-46c9-427e-abc1-4d4c02ad5691 -------------------------------------------------------------------------------- Task 120b5dda-46c9-427e-abc1-4d4c02ad5691: 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 120b5dda-46c9-427e-abc1-4d4c02ad5691 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.966 | 3.966 | 3.966 | 3.966 | 3.966 | 3.966 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | -> glance_v2.upload_data | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 100.0% | 1 | | glance_v2.delete_image | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | total | 5.1 | 5.1 | 5.1 | 5.1 | 5.1 | 5.1 | 100.0% | 1 | | -> duration | 5.1 | 5.1 | 5.1 | 5.1 | 5.1 | 5.1 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.1002 Full duration: 13.958808 -------------------------------------------------------------------------------- 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 120b5dda-46c9-427e-abc1-4d4c02ad5691 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.796 | 3.796 | 3.796 | 3.796 | 3.796 | 3.796 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | -> glance_v2.upload_data | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | glance_v2.list_images | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 3.973 | 3.973 | 3.973 | 3.973 | 3.973 | 3.973 | 100.0% | 1 | | -> duration | 3.973 | 3.973 | 3.973 | 3.973 | 3.973 | 3.973 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.973131 Full duration: 16.143661 -------------------------------------------------------------------------------- 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 120b5dda-46c9-427e-abc1-4d4c02ad5691 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | -> duration | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.333973 Full duration: 8.24186 -------------------------------------------------------------------------------- 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_82472792-5364-49aa-a9e5-90378bf3a606" }, "number_instances": 2, "nics": [ { "net-id": "c01c27e9-381f-404b-907d-4764a9a921a2" } ] }, "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 120b5dda-46c9-427e-abc1-4d4c02ad5691 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.963 | 4.963 | 4.963 | 4.963 | 4.963 | 4.963 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | -> glance_v2.upload_data | 2.062 | 2.062 | 2.062 | 2.062 | 2.062 | 2.062 | 100.0% | 1 | | nova.boot_servers | 13.258 | 13.258 | 13.258 | 13.258 | 13.258 | 13.258 | 100.0% | 1 | | total | 18.221 | 18.221 | 18.221 | 18.221 | 18.221 | 18.221 | 100.0% | 1 | | -> duration | 17.221 | 17.221 | 17.221 | 17.221 | 17.221 | 17.221 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.221111 Full duration: 43.339601 HINTS: * To plot HTML graphics with this data, run: rally task report 120b5dda-46c9-427e-abc1-4d4c02ad5691 --out output.html * To generate a JUnit report, run: rally task export 120b5dda-46c9-427e-abc1-4d4c02ad5691 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 120b5dda-46c9-427e-abc1-4d4c02ad5691 --json --out output.json 2018-08-14 15:11:49,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '120b5dda-46c9-427e-abc1-4d4c02ad5691', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-14 15:11:51,873 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 120b5dda-46c9-427e-abc1-4d4c02ad5691 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-14 15:11:51.766 1289 INFO rally.api [-] Building 'json' report for the following task(s): '120b5dda-46c9-427e-abc1-4d4c02ad5691'. 2018-08-14 15:11:51.771 1289 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:11:51,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '120b5dda-46c9-427e-abc1-4d4c02ad5691', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-14 15:11:53,996 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 120b5dda-46c9-427e-abc1-4d4c02ad5691 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-14 15:11:53.869 1292 INFO rally.api [-] Building 'html' report for the following task(s): '120b5dda-46c9-427e-abc1-4d4c02ad5691'. 2018-08-14 15:11:53.892 1292 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:11:54,002 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-14 15:11:54,002 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-14 15:11:54,003 - 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-14 15:11:54,003 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-14 15:11:54,019 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-14 15:11:54,020 - 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': 'c01c27e9-381f-404b-907d-4764a9a921a2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'flavor_name': 'rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606', '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_82472792-5364-49aa-a9e5-90378bf3a606', '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-14 15:15:16,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e010a672-b2af-487d-a38d-ec9427cbe363 2018-08-14 15:15:16,983 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e010a672-b2af-487d-a38d-ec9427cbe363'] 2018-08-14 15:15:18,093 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e010a672-b2af-487d-a38d-ec9427cbe363 -------------------------------------------------------------------------------- Task e010a672-b2af-487d-a38d-ec9427cbe363: 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 e010a672-b2af-487d-a38d-ec9427cbe363 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.13 | 3.13 | 3.13 | 3.13 | 3.13 | 3.13 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 100.0% | 1 | | total | 5.679 | 5.679 | 5.679 | 5.679 | 5.679 | 5.679 | 100.0% | 1 | | -> duration | 5.679 | 5.679 | 5.679 | 5.679 | 5.679 | 5.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.679134 Full duration: 22.999244 -------------------------------------------------------------------------------- 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 e010a672-b2af-487d-a38d-ec9427cbe363 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.246 | 3.246 | 3.246 | 3.246 | 3.246 | 3.246 | 100.0% | 1 | | cinder_v2.delete_volume | 2.727 | 2.727 | 2.727 | 2.727 | 2.727 | 2.727 | 100.0% | 1 | | total | 5.973 | 5.973 | 5.973 | 5.973 | 5.973 | 5.973 | 100.0% | 1 | | -> duration | 5.973 | 5.973 | 5.973 | 5.973 | 5.973 | 5.973 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.972888 Full duration: 16.543151 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task e010a672-b2af-487d-a38d-ec9427cbe363 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.727 | 8.727 | 8.727 | 8.727 | 8.727 | 8.727 | 100.0% | 1 | | cinder_v2.delete_volume | 2.465 | 2.465 | 2.465 | 2.465 | 2.465 | 2.465 | 100.0% | 1 | | total | 11.193 | 11.193 | 11.193 | 11.193 | 11.193 | 11.193 | 100.0% | 1 | | -> duration | 11.193 | 11.193 | 11.193 | 11.193 | 11.193 | 11.193 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.192578 Full duration: 22.224076 -------------------------------------------------------------------------------- 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 e010a672-b2af-487d-a38d-ec9427cbe363 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.826 | 3.826 | 3.826 | 3.826 | 3.826 | 3.826 | 100.0% | 1 | | cinder_v2.delete_volume | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 100.0% | 1 | | total | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 100.0% | 1 | | -> duration | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.497603 Full duration: 17.19383 -------------------------------------------------------------------------------- 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 e010a672-b2af-487d-a38d-ec9427cbe363 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.31 | 3.31 | 3.31 | 3.31 | 3.31 | 3.31 | 100.0% | 1 | | cinder_v2.extend_volume | 2.502 | 2.502 | 2.502 | 2.502 | 2.502 | 2.502 | 100.0% | 1 | | cinder_v2.delete_volume | 2.475 | 2.475 | 2.475 | 2.475 | 2.475 | 2.475 | 100.0% | 1 | | total | 8.288 | 8.288 | 8.288 | 8.288 | 8.288 | 8.288 | 100.0% | 1 | | -> duration | 8.288 | 8.288 | 8.288 | 8.288 | 8.288 | 8.288 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.288104 Full duration: 18.29011 -------------------------------------------------------------------------------- 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 e010a672-b2af-487d-a38d-ec9427cbe363 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.3 | 3.3 | 3.3 | 3.3 | 3.3 | 3.3 | 100.0% | 1 | | cinder_v2.delete_volume | 2.748 | 2.748 | 2.748 | 2.748 | 2.748 | 2.748 | 100.0% | 1 | | total | 6.048 | 6.048 | 6.048 | 6.048 | 6.048 | 6.048 | 100.0% | 1 | | -> duration | 6.048 | 6.048 | 6.048 | 6.048 | 6.048 | 6.048 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.047718 Full duration: 22.668269 -------------------------------------------------------------------------------- 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 e010a672-b2af-487d-a38d-ec9427cbe363 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.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | cinder_v2.list_qos | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> duration | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770307 Full duration: 12.623288 -------------------------------------------------------------------------------- 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 e010a672-b2af-487d-a38d-ec9427cbe363 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | cinder_v2.set_qos | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> duration | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.79099 Full duration: 12.392804 -------------------------------------------------------------------------------- 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 e010a672-b2af-487d-a38d-ec9427cbe363 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | cinder_v2.list_types | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784661 Full duration: 12.305719 -------------------------------------------------------------------------------- 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 e010a672-b2af-487d-a38d-ec9427cbe363 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.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> duration | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.869141 Full duration: 12.490214 HINTS: * To plot HTML graphics with this data, run: rally task report e010a672-b2af-487d-a38d-ec9427cbe363 --out output.html * To generate a JUnit report, run: rally task export e010a672-b2af-487d-a38d-ec9427cbe363 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e010a672-b2af-487d-a38d-ec9427cbe363 --json --out output.json 2018-08-14 15:15:18,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e010a672-b2af-487d-a38d-ec9427cbe363', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-14 15:15:20,360 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e010a672-b2af-487d-a38d-ec9427cbe363 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-14 15:15:20.248 3081 INFO rally.api [-] Building 'json' report for the following task(s): 'e010a672-b2af-487d-a38d-ec9427cbe363'. 2018-08-14 15:15:20.257 3081 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:15:20,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e010a672-b2af-487d-a38d-ec9427cbe363', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-14 15:15:22,687 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e010a672-b2af-487d-a38d-ec9427cbe363 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-14 15:15:22.552 3084 INFO rally.api [-] Building 'html' report for the following task(s): 'e010a672-b2af-487d-a38d-ec9427cbe363'. 2018-08-14 15:15:22.582 3084 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:15:22,699 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-14 15:15:22,699 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-14 15:15:22,700 - 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-14 15:15:22,700 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-14 15:15:22,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-14 15:15:22,718 - 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': 'c01c27e9-381f-404b-907d-4764a9a921a2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'flavor_name': 'rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606', '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_82472792-5364-49aa-a9e5-90378bf3a606', '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-14 15:16:41,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 95859ac3-f578-457c-83f1-77f24e5c0c4a 2018-08-14 15:16:41,855 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '95859ac3-f578-457c-83f1-77f24e5c0c4a'] 2018-08-14 15:16:42,916 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 95859ac3-f578-457c-83f1-77f24e5c0c4a -------------------------------------------------------------------------------- Task 95859ac3-f578-457c-83f1-77f24e5c0c4a: 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 95859ac3-f578-457c-83f1-77f24e5c0c4a 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.589 | 4.589 | 4.589 | 4.589 | 4.589 | 4.589 | 100.0% | 1 | | heat.update_stack | 3.306 | 3.306 | 3.306 | 3.306 | 3.306 | 3.306 | 100.0% | 1 | | heat.delete_stack | 3.027 | 3.027 | 3.027 | 3.027 | 3.027 | 3.027 | 100.0% | 1 | | total | 10.922 | 10.922 | 10.922 | 10.922 | 10.922 | 10.922 | 100.0% | 1 | | -> duration | 6.922 | 6.922 | 6.922 | 6.922 | 6.922 | 6.922 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.921676 Full duration: 19.100544 -------------------------------------------------------------------------------- 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 95859ac3-f578-457c-83f1-77f24e5c0c4a 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.636 | 4.636 | 4.636 | 4.636 | 4.636 | 4.636 | 100.0% | 1 | | heat.check_stack | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | heat.delete_stack | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | total | 7.492 | 7.492 | 7.492 | 7.492 | 7.492 | 7.492 | 100.0% | 1 | | -> duration | 5.492 | 5.492 | 5.492 | 5.492 | 5.492 | 5.492 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.492307 Full duration: 16.111504 -------------------------------------------------------------------------------- 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 95859ac3-f578-457c-83f1-77f24e5c0c4a 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.678 | 4.678 | 4.678 | 4.678 | 4.678 | 4.678 | 100.0% | 1 | | heat.suspend_stack | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | heat.resume_stack | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | heat.delete_stack | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 100.0% | 1 | | total | 8.66 | 8.66 | 8.66 | 8.66 | 8.66 | 8.66 | 100.0% | 1 | | -> duration | 6.66 | 6.66 | 6.66 | 6.66 | 6.66 | 6.66 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.660221 Full duration: 17.04731 -------------------------------------------------------------------------------- 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 95859ac3-f578-457c-83f1-77f24e5c0c4a 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.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | total | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | -> duration | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.577986 Full duration: 8.025137 HINTS: * To plot HTML graphics with this data, run: rally task report 95859ac3-f578-457c-83f1-77f24e5c0c4a --out output.html * To generate a JUnit report, run: rally task export 95859ac3-f578-457c-83f1-77f24e5c0c4a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 95859ac3-f578-457c-83f1-77f24e5c0c4a --json --out output.json 2018-08-14 15:16:42,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '95859ac3-f578-457c-83f1-77f24e5c0c4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-14 15:16:45,085 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 95859ac3-f578-457c-83f1-77f24e5c0c4a --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-14 15:16:44.978 3817 INFO rally.api [-] Building 'json' report for the following task(s): '95859ac3-f578-457c-83f1-77f24e5c0c4a'. 2018-08-14 15:16:44.982 3817 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:16:45,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '95859ac3-f578-457c-83f1-77f24e5c0c4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-14 15:16:47,381 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 95859ac3-f578-457c-83f1-77f24e5c0c4a --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-14 15:16:47.211 3820 INFO rally.api [-] Building 'html' report for the following task(s): '95859ac3-f578-457c-83f1-77f24e5c0c4a'. 2018-08-14 15:16:47.233 3820 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:16:47,386 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-14 15:16:47,387 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-14 15:16:47,387 - 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-14 15:16:47,387 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-14 15:16:47,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-14 15:16:47,405 - 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': 'c01c27e9-381f-404b-907d-4764a9a921a2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'flavor_name': 'rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606', '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_82472792-5364-49aa-a9e5-90378bf3a606', '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-14 15:20:03,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4c2b81ff-9f17-4552-8e4d-a19331adffec 2018-08-14 15:20:03,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4c2b81ff-9f17-4552-8e4d-a19331adffec'] 2018-08-14 15:20:04,647 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4c2b81ff-9f17-4552-8e4d-a19331adffec -------------------------------------------------------------------------------- Task 4c2b81ff-9f17-4552-8e4d-a19331adffec: 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 4c2b81ff-9f17-4552-8e4d-a19331adffec 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.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.742716 Full duration: 14.664954 -------------------------------------------------------------------------------- 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 4c2b81ff-9f17-4552-8e4d-a19331adffec 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.add_role | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | keystone_v3.list_roles | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.759259 Full duration: 14.840732 -------------------------------------------------------------------------------- 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 4c2b81ff-9f17-4552-8e4d-a19331adffec 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.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | keystone_v3.list_projects | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 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.733359 Full duration: 15.007672 -------------------------------------------------------------------------------- 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 4c2b81ff-9f17-4552-8e4d-a19331adffec 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.429 | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 100.0% | 1 | | keystone_v3.delete_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | -> duration | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.525181 Full duration: 12.464714 -------------------------------------------------------------------------------- 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 4c2b81ff-9f17-4552-8e4d-a19331adffec has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> duration | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.607263 Full duration: 12.949445 -------------------------------------------------------------------------------- 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 4c2b81ff-9f17-4552-8e4d-a19331adffec 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_user | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | -> keystone_v3.add_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_user | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.list_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 100.0% | 1 | | -> duration | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.797179 Full duration: 19.81103 -------------------------------------------------------------------------------- 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 4c2b81ff-9f17-4552-8e4d-a19331adffec has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | keystone_v3.update_project | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.delete_project | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> duration | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.913802 Full duration: 12.472293 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 4c2b81ff-9f17-4552-8e4d-a19331adffec 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.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | total | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> duration | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.802829 Full duration: 14.583054 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 4c2b81ff-9f17-4552-8e4d-a19331adffec 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | total | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> duration | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.661841 Full duration: 14.7128 -------------------------------------------------------------------------------- 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 4c2b81ff-9f17-4552-8e4d-a19331adffec 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.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | keystone_v3.list_users | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 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.915976 Full duration: 14.733284 -------------------------------------------------------------------------------- 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 4c2b81ff-9f17-4552-8e4d-a19331adffec has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | keystone_v3.create_users | 4.852 | 4.852 | 4.852 | 4.852 | 4.852 | 4.852 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.852 | 4.852 | 4.852 | 4.852 | 4.852 | 4.852 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | total | 6.487 | 6.487 | 6.487 | 6.487 | 6.487 | 6.487 | 100.0% | 1 | | -> duration | 6.487 | 6.487 | 6.487 | 6.487 | 6.487 | 6.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.487493 Full duration: 22.809857 HINTS: * To plot HTML graphics with this data, run: rally task report 4c2b81ff-9f17-4552-8e4d-a19331adffec --out output.html * To generate a JUnit report, run: rally task export 4c2b81ff-9f17-4552-8e4d-a19331adffec --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4c2b81ff-9f17-4552-8e4d-a19331adffec --json --out output.json 2018-08-14 15:20:04,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4c2b81ff-9f17-4552-8e4d-a19331adffec', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-14 15:20:06,818 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4c2b81ff-9f17-4552-8e4d-a19331adffec --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-14 15:20:06.715 5735 INFO rally.api [-] Building 'json' report for the following task(s): '4c2b81ff-9f17-4552-8e4d-a19331adffec'. 2018-08-14 15:20:06.725 5735 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:20:06,819 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4c2b81ff-9f17-4552-8e4d-a19331adffec', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-14 15:20:09,255 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4c2b81ff-9f17-4552-8e4d-a19331adffec --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-14 15:20:09.094 5738 INFO rally.api [-] Building 'html' report for the following task(s): '4c2b81ff-9f17-4552-8e4d-a19331adffec'. 2018-08-14 15:20:09.128 5738 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:20:09,260 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-14 15:20:09,260 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-14 15:20:09,261 - 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-14 15:20:09,261 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-14 15:20:09,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-14 15:20:09,268 - 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': 'c01c27e9-381f-404b-907d-4764a9a921a2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'flavor_name': 'rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606', '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_82472792-5364-49aa-a9e5-90378bf3a606', '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-14 15:25:22,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 2018-08-14 15:25:22,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2f28c0f5-1076-44e0-b429-9f5bae3e4f06'] 2018-08-14 15:25:23,965 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 -------------------------------------------------------------------------------- Task 2f28c0f5-1076-44e0-b429-9f5bae3e4f06: 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | neutron.delete_network | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | total | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 100.0% | 1 | | -> duration | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.797316 Full duration: 14.908695 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 100.0% | 1 | | neutron.delete_port | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 2.091 | 2.091 | 2.091 | 2.091 | 2.091 | 2.091 | 100.0% | 1 | | -> duration | 2.091 | 2.091 | 2.091 | 2.091 | 2.091 | 2.091 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.091308 Full duration: 29.707946 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.148 | 1.148 | 1.148 | 1.148 | 1.148 | 1.148 | 100.0% | 1 | | neutron.create_subnet | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | neutron.create_router | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | neutron.add_interface_router | 1.726 | 1.726 | 1.726 | 1.726 | 1.726 | 1.726 | 100.0% | 1 | | neutron.remove_interface_router | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | neutron.delete_router | 0.448 | 0.448 | 0.448 | 0.448 | 0.448 | 0.448 | 100.0% | 1 | | total | 5.592 | 5.592 | 5.592 | 5.592 | 5.592 | 5.592 | 100.0% | 1 | | -> duration | 5.592 | 5.592 | 5.592 | 5.592 | 5.592 | 5.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.591686 Full duration: 41.094063 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | neutron.delete_subnet | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | total | 2.019 | 2.019 | 2.019 | 2.019 | 2.019 | 2.019 | 100.0% | 1 | | -> duration | 2.019 | 2.019 | 2.019 | 2.019 | 2.019 | 2.019 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.019031 Full duration: 28.13868 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | neutron.list_networks | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | -> duration | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.287662 Full duration: 16.463776 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.451 | 1.451 | 1.451 | 1.451 | 1.451 | 1.451 | 100.0% | 1 | | neutron.list_ports | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 100.0% | 1 | | total | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 100.0% | 1 | | -> duration | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.686994 Full duration: 27.81884 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | neutron.create_subnet | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | neutron.create_router | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | neutron.add_interface_router | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 100.0% | 1 | | neutron.list_routers | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 100.0% | 1 | | total | 3.713 | 3.713 | 3.713 | 3.713 | 3.713 | 3.713 | 100.0% | 1 | | -> duration | 3.713 | 3.713 | 3.713 | 3.713 | 3.713 | 3.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.713464 Full duration: 38.468961 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | neutron.create_subnet | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | neutron.list_subnets | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 100.0% | 1 | | -> duration | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.660473 Full duration: 34.110492 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | neutron.delete_security_group | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | -> duration | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.33343 Full duration: 14.410158 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | neutron.create_security_group_rule | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | neutron.delete_security_group | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 100.0% | 1 | | -> duration | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.966096 Full duration: 14.885683 -------------------------------------------------------------------------------- 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 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 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.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | neutron.create_router | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 100.0% | 1 | | neutron.add_gateway_router | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | neutron.remove_gateway_router | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | total | 3.889 | 3.889 | 3.889 | 3.889 | 3.889 | 3.889 | 100.0% | 1 | | -> duration | 3.889 | 3.889 | 3.889 | 3.889 | 3.889 | 3.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.888887 Full duration: 24.379239 HINTS: * To plot HTML graphics with this data, run: rally task report 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 --out output.html * To generate a JUnit report, run: rally task export 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 --json --out output.json 2018-08-14 15:25:23,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2f28c0f5-1076-44e0-b429-9f5bae3e4f06', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-14 15:25:26,368 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-14 15:25:26.206 9033 INFO rally.api [-] Building 'json' report for the following task(s): '2f28c0f5-1076-44e0-b429-9f5bae3e4f06'. 2018-08-14 15:25:26.217 9033 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:25:26,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2f28c0f5-1076-44e0-b429-9f5bae3e4f06', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-14 15:25:28,670 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2f28c0f5-1076-44e0-b429-9f5bae3e4f06 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-14 15:25:28.536 9036 INFO rally.api [-] Building 'html' report for the following task(s): '2f28c0f5-1076-44e0-b429-9f5bae3e4f06'. 2018-08-14 15:25:28.568 9036 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:25:28,684 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-14 15:25:28,685 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-14 15:25:28,685 - 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-14 15:25:28,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-14 15:25:28,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-14 15:25:28,702 - 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': 'c01c27e9-381f-404b-907d-4764a9a921a2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'flavor_name': 'rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606', '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_82472792-5364-49aa-a9e5-90378bf3a606', '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-14 15:32:12,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6a2c99a7-bcee-4c66-b35a-237cfb88b50b 2018-08-14 15:32:12,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6a2c99a7-bcee-4c66-b35a-237cfb88b50b'] 2018-08-14 15:32:13,522 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6a2c99a7-bcee-4c66-b35a-237cfb88b50b -------------------------------------------------------------------------------- Task 6a2c99a7-bcee-4c66-b35a-237cfb88b50b: 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_82472792-5364-49aa-a9e5-90378bf3a606" }, "image": { "name": "rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606" }, "block_migration": false, "nics": [ { "net-id": "c01c27e9-381f-404b-907d-4764a9a921a2" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6a2c99a7-bcee-4c66-b35a-237cfb88b50b 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.095 | 9.095 | 9.095 | 9.095 | 9.095 | 9.095 | 100.0% | 1 | | nova.find_host_to_migrate | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 100.0% | 1 | | nova.live_migrate | 14.092 | 14.092 | 14.092 | 14.092 | 14.092 | 14.092 | 100.0% | 1 | | nova.delete_server | 2.951 | 2.951 | 2.951 | 2.951 | 2.951 | 2.951 | 100.0% | 1 | | total | 27.401 | 27.401 | 27.401 | 27.401 | 27.401 | 27.401 | 100.0% | 1 | | -> duration | 26.401 | 26.401 | 26.401 | 26.401 | 26.401 | 26.401 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.40065 Full duration: 36.591157 -------------------------------------------------------------------------------- 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_82472792-5364-49aa-a9e5-90378bf3a606" }, "image": { "name": "rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "c01c27e9-381f-404b-907d-4764a9a921a2" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6a2c99a7-bcee-4c66-b35a-237cfb88b50b 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.411 | 9.411 | 9.411 | 9.411 | 9.411 | 9.411 | 100.0% | 1 | | cinder_v2.create_volume | 2.909 | 2.909 | 2.909 | 2.909 | 2.909 | 2.909 | 100.0% | 1 | | nova.attach_volume | 4.251 | 4.251 | 4.251 | 4.251 | 4.251 | 4.251 | 100.0% | 1 | | nova.find_host_to_migrate | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 100.0% | 1 | | nova.live_migrate | 13.314 | 13.314 | 13.314 | 13.314 | 13.314 | 13.314 | 100.0% | 1 | | nova.detach_volume | 3.837 | 3.837 | 3.837 | 3.837 | 3.837 | 3.837 | 100.0% | 1 | | cinder_v2.delete_volume | 2.322 | 2.322 | 2.322 | 2.322 | 2.322 | 2.322 | 100.0% | 1 | | nova.delete_server | 2.96 | 2.96 | 2.96 | 2.96 | 2.96 | 2.96 | 100.0% | 1 | | total | 40.383 | 40.383 | 40.383 | 40.383 | 40.383 | 40.383 | 100.0% | 1 | | -> duration | 39.383 | 39.383 | 39.383 | 39.383 | 39.383 | 39.383 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.382618 Full duration: 52.25381 -------------------------------------------------------------------------------- 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_82472792-5364-49aa-a9e5-90378bf3a606" }, "image": { "name": "rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "c01c27e9-381f-404b-907d-4764a9a921a2" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6a2c99a7-bcee-4c66-b35a-237cfb88b50b 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.551 | 8.551 | 8.551 | 8.551 | 8.551 | 8.551 | 100.0% | 1 | | nova.boot_server | 9.339 | 9.339 | 9.339 | 9.339 | 9.339 | 9.339 | 100.0% | 1 | | nova.find_host_to_migrate | 1.401 | 1.401 | 1.401 | 1.401 | 1.401 | 1.401 | 100.0% | 1 | | nova.live_migrate | 16.631 | 16.631 | 16.631 | 16.631 | 16.631 | 16.631 | 100.0% | 1 | | nova.delete_server | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 100.0% | 1 | | total | 41.516 | 41.516 | 41.516 | 41.516 | 41.516 | 41.516 | 100.0% | 1 | | -> duration | 40.516 | 40.516 | 40.516 | 40.516 | 40.516 | 40.516 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.516015 Full duration: 53.193116 -------------------------------------------------------------------------------- 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_82472792-5364-49aa-a9e5-90378bf3a606" }, "image": { "name": "rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606" }, "server_kwargs": { "nics": [ { "net-id": "c01c27e9-381f-404b-907d-4764a9a921a2" } ] } }, "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 6a2c99a7-bcee-4c66-b35a-237cfb88b50b 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | nova.boot_server | 8.798 | 8.798 | 8.798 | 8.798 | 8.798 | 8.798 | 100.0% | 1 | | nova.delete_server | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 100.0% | 1 | | nova.delete_keypair | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 100.0% | 1 | | total | 12.311 | 12.311 | 12.311 | 12.311 | 12.311 | 12.311 | 100.0% | 1 | | -> duration | 11.311 | 11.311 | 11.311 | 11.311 | 11.311 | 11.311 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.310592 Full duration: 36.097057 -------------------------------------------------------------------------------- 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_82472792-5364-49aa-a9e5-90378bf3a606" }, "image": { "name": "rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606" }, "volume_size": 5, "nics": [ { "net-id": "c01c27e9-381f-404b-907d-4764a9a921a2" } ] }, "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 6a2c99a7-bcee-4c66-b35a-237cfb88b50b 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.734 | 8.734 | 8.734 | 8.734 | 8.734 | 8.734 | 100.0% | 1 | | nova.boot_server | 6.961 | 6.961 | 6.961 | 6.961 | 6.961 | 6.961 | 100.0% | 1 | | nova.delete_server | 3.038 | 3.038 | 3.038 | 3.038 | 3.038 | 3.038 | 100.0% | 1 | | total | 18.734 | 18.734 | 18.734 | 18.734 | 18.734 | 18.734 | 100.0% | 1 | | -> duration | 17.734 | 17.734 | 17.734 | 17.734 | 17.734 | 17.734 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.73356 Full duration: 45.135167 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606" }, "image": { "name": "rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606" }, "force_delete": false, "nics": [ { "net-id": "c01c27e9-381f-404b-907d-4764a9a921a2" } ] }, "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 6a2c99a7-bcee-4c66-b35a-237cfb88b50b 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 | 6.444 | 6.444 | 6.444 | 6.444 | 6.444 | 6.444 | 100.0% | 1 | | nova.pause_server | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 100.0% | 1 | | nova.unpause_server | 3.046 | 3.046 | 3.046 | 3.046 | 3.046 | 3.046 | 100.0% | 1 | | nova.delete_server | 2.9 | 2.9 | 2.9 | 2.9 | 2.9 | 2.9 | 100.0% | 1 | | total | 15.036 | 15.036 | 15.036 | 15.036 | 15.036 | 15.036 | 100.0% | 1 | | -> duration | 10.036 | 10.036 | 10.036 | 10.036 | 10.036 | 10.036 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.036021 Full duration: 38.866711 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606" }, "image": { "name": "rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606" }, "nics": [ { "net-id": "c01c27e9-381f-404b-907d-4764a9a921a2" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6a2c99a7-bcee-4c66-b35a-237cfb88b50b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.967 | 8.967 | 8.967 | 8.967 | 8.967 | 8.967 | 100.0% | 1 | | nova.migrate | 34.697 | 34.697 | 34.697 | 34.697 | 34.697 | 34.697 | 100.0% | 1 | | nova.resize_confirm | 3.535 | 3.535 | 3.535 | 3.535 | 3.535 | 3.535 | 100.0% | 1 | | nova.delete_server | 3.132 | 3.132 | 3.132 | 3.132 | 3.132 | 3.132 | 100.0% | 1 | | total | 50.332 | 50.332 | 50.332 | 50.332 | 50.332 | 50.332 | 100.0% | 1 | | -> duration | 49.332 | 49.332 | 49.332 | 49.332 | 49.332 | 49.332 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 49.331737 Full duration: 59.396762 -------------------------------------------------------------------------------- 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_82472792-5364-49aa-a9e5-90378bf3a606" }, "image": { "name": "rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 6a2c99a7-bcee-4c66-b35a-237cfb88b50b 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.994 | 9.994 | 9.994 | 9.994 | 9.994 | 9.994 | 100.0% | 1 | | nova.list_interfaces | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | total | 10.245 | 10.245 | 10.245 | 10.245 | 10.245 | 10.245 | 100.0% | 1 | | -> duration | 9.245 | 9.245 | 9.245 | 9.245 | 9.245 | 9.245 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.244881 Full duration: 38.339808 -------------------------------------------------------------------------------- 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 6a2c99a7-bcee-4c66-b35a-237cfb88b50b 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | nova.delete_server_group | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762694 Full duration: 9.071772 HINTS: * To plot HTML graphics with this data, run: rally task report 6a2c99a7-bcee-4c66-b35a-237cfb88b50b --out output.html * To generate a JUnit report, run: rally task export 6a2c99a7-bcee-4c66-b35a-237cfb88b50b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6a2c99a7-bcee-4c66-b35a-237cfb88b50b --json --out output.json 2018-08-14 15:32:13,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6a2c99a7-bcee-4c66-b35a-237cfb88b50b', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-14 15:32:15,809 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6a2c99a7-bcee-4c66-b35a-237cfb88b50b --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-14 15:32:15.693 10679 INFO rally.api [-] Building 'json' report for the following task(s): '6a2c99a7-bcee-4c66-b35a-237cfb88b50b'. 2018-08-14 15:32:15.702 10679 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:32:15,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6a2c99a7-bcee-4c66-b35a-237cfb88b50b', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-14 15:32:18,093 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6a2c99a7-bcee-4c66-b35a-237cfb88b50b --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-14 15:32:17.956 10682 INFO rally.api [-] Building 'html' report for the following task(s): '6a2c99a7-bcee-4c66-b35a-237cfb88b50b'. 2018-08-14 15:32:17.987 10682 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:32:18,098 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-08-14 15:32:18,098 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-14 15:32:18,099 - 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-14 15:32:18,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-14 15:32:18,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-14 15:32:18,106 - 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': 'c01c27e9-381f-404b-907d-4764a9a921a2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_82472792-5364-49aa-a9e5-90378bf3a606', 'flavor_name': 'rally_sanity-flavor_82472792-5364-49aa-a9e5-90378bf3a606', '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_82472792-5364-49aa-a9e5-90378bf3a606', '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-14 15:33:10,995 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : edf96212-367b-462c-9066-08859cff6c77 2018-08-14 15:33:10,996 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'edf96212-367b-462c-9066-08859cff6c77'] 2018-08-14 15:33:12,043 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid edf96212-367b-462c-9066-08859cff6c77 -------------------------------------------------------------------------------- Task edf96212-367b-462c-9066-08859cff6c77: 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 edf96212-367b-462c-9066-08859cff6c77 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.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | quotas.delete_quotas | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.886127 Full duration: 8.721482 -------------------------------------------------------------------------------- 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 edf96212-367b-462c-9066-08859cff6c77 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | total | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> duration | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7191 Full duration: 8.179498 -------------------------------------------------------------------------------- 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 edf96212-367b-462c-9066-08859cff6c77 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.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> duration | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699386 Full duration: 8.273236 -------------------------------------------------------------------------------- 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 edf96212-367b-462c-9066-08859cff6c77 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.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | total | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | -> duration | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.084034 Full duration: 8.762346 HINTS: * To plot HTML graphics with this data, run: rally task report edf96212-367b-462c-9066-08859cff6c77 --out output.html * To generate a JUnit report, run: rally task export edf96212-367b-462c-9066-08859cff6c77 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report edf96212-367b-462c-9066-08859cff6c77 --json --out output.json 2018-08-14 15:33:12,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'edf96212-367b-462c-9066-08859cff6c77', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-14 15:33:14,253 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid edf96212-367b-462c-9066-08859cff6c77 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-14 15:33:14.102 11195 INFO rally.api [-] Building 'json' report for the following task(s): 'edf96212-367b-462c-9066-08859cff6c77'. 2018-08-14 15:33:14.106 11195 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:33:14,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'edf96212-367b-462c-9066-08859cff6c77', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-14 15:33:16,646 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid edf96212-367b-462c-9066-08859cff6c77 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-14 15:33:16.477 11198 INFO rally.api [-] Building 'html' report for the following task(s): 'edf96212-367b-462c-9066-08859cff6c77'. 2018-08-14 15:33:16.499 11198 INFO rally.api [-] The report has been successfully built. 2018-08-14 15:33:16,651 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-14 15:33:16,654 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:00 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:44 | 11 | 100.00% | | nova | 06:08 | 9 | 100.00% | | quotas | 00:33 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:13 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-08-14 15:33:16,655 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-08-14 15:33:16,780 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 15:33:16,781 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:29 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-14 15:33:25,879 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-14 15:33:26,561 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-14 15:33:28,976 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-14 15:33:28.662 11201 INFO rally.deployment.engine [-] Deployment 1ca166fe-e019-4434-9df0-4481815b3eb1 | Starting: Destroy cloud and free allocated resources. 2018-08-14 15:33:28.746 11201 INFO rally.deployment.engine [-] Deployment 1ca166fe-e019-4434-9df0-4481815b3eb1 | Completed: Destroy cloud and free allocated resources. 2018-08-14 15:33:28.766 11201 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2e7267e2-141d-4f11-a94c-835b2fcc925e). 2018-08-14 15:33:28.771 11201 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-14 15:33:31,468 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-14 15:33:31.175 11204 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=88f4458d-a2fa-4989-9978-868b66c54922) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 88f4458d-a2fa-4989-9978-868b66c54922 | 2018-08-14T15:33:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 88f4458d-a2fa-4989-9978-868b66c54922 ~/.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-14 15:33:34,885 - 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-14 15:33:34,886 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-14 15:33:37,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-14 15:33:36.991 11210 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2e7267e2-141d-4f11-a94c-835b2fcc925e). 2018-08-14 15:33:37.111 11210 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-14 15:33:40,646 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-14 15:33:39.261 11213 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-14 15:33:39.399 11213 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-14 15:33:40.500 11213 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7cd2b7a9-4b70-43f1-9659-b6c4afe89229) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7cd2b7a9-4b70-43f1-9659-b6c4afe89229) as the default verifier for the future CLI operations. 2018-08-14 15:33:43,640 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-14 15:33:44,052 - 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-14T15:33:43Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'37b95352-9696-4c2c-9644-ce1a58e6fc0f', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_c02d491f-66eb-4294-9c43-081f082bf581', u'admin_state_up': True, u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T15:33:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'090c27fcd58945afbbb8647b774b1514'}) 2018-08-14 15:33:45,045 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-14T15:33:44Z', 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'1f59dd05-ff68-408c-8140-a104024a9d63', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_c02d491f-66eb-4294-9c43-081f082bf581', u'enable_dhcp': True, u'network_id': u'37b95352-9696-4c2c-9644-ce1a58e6fc0f', u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T15:33:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'090c27fcd58945afbbb8647b774b1514'}) 2018-08-14 15:33:46,411 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'eb47222e-7704-4d3f-af5b-4f7fabaf3c21', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'988bed51-42ee-4c10-b798-159cd80b4a15', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T15:33:45Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-14T15:33:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'id': u'ac4da87b-52fe-44fb-b1b9-e000831801c2', u'name': u'refstack_defcore-router_c02d491f-66eb-4294-9c43-081f082bf581'}) 2018-08-14 15:33:50,065 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/0ff839d6-c881-4e5b-9dc2-1074d240bd50/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0ff839d6-c881-4e5b-9dc2-1074d240bd50/file', 'owner': u'090c27fcd58945afbbb8647b774b1514', 'id': u'0ff839d6-c881-4e5b-9dc2-1074d240bd50', 'size': 12716032, u'self': u'/v2/images/0ff839d6-c881-4e5b-9dc2-1074d240bd50', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'090c27fcd58945afbbb8647b774b1514', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/0ff839d6-c881-4e5b-9dc2-1074d240bd50/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-14T15:33:49Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-14T15:33:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_c02d491f-66eb-4294-9c43-081f082bf581', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/0ff839d6-c881-4e5b-9dc2-1074d240bd50', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_c02d491f-66eb-4294-9c43-081f082bf581', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_c02d491f-66eb-4294-9c43-081f082bf581', 'created': u'2018-08-14T15:33:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-14T15:33:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/0ff839d6-c881-4e5b-9dc2-1074d240bd50', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_c02d491f-66eb-4294-9c43-081f082bf581', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-14 15:33:50,281 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_c02d491f-66eb-4294-9c43-081f082bf581', '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'090c27fcd58945afbbb8647b774b1514', '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'919e23c3-1757-4124-9478-884e6b6224ea', 'swap': 0}) 2018-08-14 15:33:52,557 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/5ab07e80-9681-493d-a5d1-b2309251bcf3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5ab07e80-9681-493d-a5d1-b2309251bcf3/file', 'owner': u'090c27fcd58945afbbb8647b774b1514', 'id': u'5ab07e80-9681-493d-a5d1-b2309251bcf3', 'size': 12716032, u'self': u'/v2/images/5ab07e80-9681-493d-a5d1-b2309251bcf3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'090c27fcd58945afbbb8647b774b1514', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/5ab07e80-9681-493d-a5d1-b2309251bcf3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-14T15:33:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-14T15:33:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c02d491f-66eb-4294-9c43-081f082bf581', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5ab07e80-9681-493d-a5d1-b2309251bcf3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c02d491f-66eb-4294-9c43-081f082bf581', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_c02d491f-66eb-4294-9c43-081f082bf581', 'created': u'2018-08-14T15:33:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-14T15:33:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5ab07e80-9681-493d-a5d1-b2309251bcf3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c02d491f-66eb-4294-9c43-081f082bf581', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-14 15:33:52,610 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c02d491f-66eb-4294-9c43-081f082bf581', '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'090c27fcd58945afbbb8647b774b1514', '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'043d2148-cf30-4e13-9bb8-27706f1ade72', 'swap': 0}) 2018-08-14 15:33:52,636 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c02d491f-66eb-4294-9c43-081f082bf581', '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'090c27fcd58945afbbb8647b774b1514', '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'043d2148-cf30-4e13-9bb8-27706f1ade72', 'swap': 0}) 2018-08-14 15:33:55,845 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-14 15:33:54.694 11232 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7cd2b7a9-4b70-43f1-9659-b6c4afe89229) for deployment 'opnfv-rally' (UUID=88f4458d-a2fa-4989-9978-868b66c54922). 2018-08-14 15:33:55.678 11232 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7cd2b7a9-4b70-43f1-9659-b6c4afe89229) has been successfully configured for deployment 'opnfv-rally' (UUID=88f4458d-a2fa-4989-9978-868b66c54922)! 2018-08-14 15:33:55,845 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-14 15:33:55,846 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-14 15:33:55,848 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-14 15:33:58,423 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-14 15:33:58,424 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-14 15:33:58,424 - 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-14 15:34:00,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:00.449 11244 INFO rally.api [-] Starting verification (UUID=355f1536-38d2-4e0f-b54b-10b6e7c8a72d) for deployment 'opnfv-rally' (UUID=88f4458d-a2fa-4989-9978-868b66c54922) by verifier 'opnfv-tempest' (UUID=7cd2b7a9-4b70-43f1-9659-b6c4afe89229). 2018-08-14 15:34:00,450 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 355f1536-38d2-4e0f-b54b-10b6e7c8a72d 2018-08-14 15:34:09,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:09.518 11244 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-08-14 15:34:09,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:09.729 11244 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.258s] 2018-08-14 15:34:10,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:10.194 11244 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.748s] 2018-08-14 15:34:10,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:10.210 11244 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.787s] 2018-08-14 15:34:10,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:10.215 11244 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.021s] 2018-08-14 15:34:13,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:13.081 11244 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.869s] 2018-08-14 15:34:13,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:13.945 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.154s] 2018-08-14 15:34:14,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:14.539 11244 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.192s] 2018-08-14 15:34:18,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:18.493 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.546s] 2018-08-14 15:34:20,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:20.370 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.876s] 2018-08-14 15:34:20,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:20.567 11244 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.574s] 2018-08-14 15:34:22,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:22.225 11244 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.203s] 2018-08-14 15:34:22,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:22.417 11244 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.192s] 2018-08-14 15:34:22,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:22.686 11244 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.118s] 2018-08-14 15:34:23,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:23.871 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.500s] 2018-08-14 15:34:27,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:27.078 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.205s] 2018-08-14 15:34:27,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:27.634 11244 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.089s] 2018-08-14 15:34:28,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:28.213 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.020s] 2018-08-14 15:34:31,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:31.704 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.490s] 2018-08-14 15:34:32,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:32.996 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [23.412s] 2018-08-14 15:34:33,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:33.330 11244 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.693s] 2018-08-14 15:34:35,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:35.235 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [8.156s] 2018-08-14 15:34:37,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:37.914 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.678s] 2018-08-14 15:34:38,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:38.635 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.721s] 2018-08-14 15:34:38,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:38.793 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.157s] 2018-08-14 15:34:38,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:38.845 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.051s] 2018-08-14 15:34:38,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:38.863 11244 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-08-14 15:34:44,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:44.387 11244 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-08-14 15:34:44,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:44.398 11244 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-08-14 15:34:44,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:44.439 11244 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [29.890s] 2018-08-14 15:34:44,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:44.535 11244 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.136s] 2018-08-14 15:34:44,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:44.546 11244 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-14 15:34:44,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:44.557 11244 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-14 15:34:44,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:44.592 11244 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-08-14 15:34:44,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:44.661 11244 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2018-08-14 15:34:44,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:44.742 11244 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.080s] 2018-08-14 15:34:45,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:45.012 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.680s] 2018-08-14 15:34:45,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:45.179 11244 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.436s] 2018-08-14 15:34:45,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:45.192 11244 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-08-14 15:34:45,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:45.261 11244 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.068s] 2018-08-14 15:34:45,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:45.679 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.665s] 2018-08-14 15:34:46,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:46.081 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.402s] 2018-08-14 15:34:46,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:46.512 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.429s] 2018-08-14 15:34:47,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:47.032 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.520s] 2018-08-14 15:34:47,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:47.101 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.067s] 2018-08-14 15:34:47,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:47.182 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.080s] 2018-08-14 15:34:47,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:47.250 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-08-14 15:34:47,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:47.332 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.082s] 2018-08-14 15:34:47,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:47.400 11244 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-14 15:34:47,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:47.534 11244 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.134s] 2018-08-14 15:34:49,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:49.792 11244 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.001s] 2018-08-14 15:34:59,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:59.463 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.046s] 2018-08-14 15:34:59,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:59.559 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.604s] 2018-08-14 15:34:59,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:59.650 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.186s] 2018-08-14 15:34:59,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:34:59.838 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.188s] 2018-08-14 15:35:00,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:00.576 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.736s] 2018-08-14 15:35:01,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:01.003 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.426s] 2018-08-14 15:35:01,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:01.116 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.556s] 2018-08-14 15:35:01,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:01.555 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.552s] 2018-08-14 15:35:01,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:01.593 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-08-14 15:35:01,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:01.648 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.054s] 2018-08-14 15:35:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:01.699 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.050s] 2018-08-14 15:35:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:01.910 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.211s] 2018-08-14 15:35:01,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:01.963 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.052s] 2018-08-14 15:35:02,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:02.476 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.511s] 2018-08-14 15:35:02,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:02.574 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.097s] 2018-08-14 15:35:02,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:02.635 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.061s] 2018-08-14 15:35:02,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:02.675 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.558s] 2018-08-14 15:35:02,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:02.849 11244 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.215s] 2018-08-14 15:35:04,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:04.490 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.813s] 2018-08-14 15:35:04,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:04.595 11244 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.236s] 2018-08-14 15:35:05,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:05.304 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.376s] 2018-08-14 15:35:06,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:06.244 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.753s] 2018-08-14 15:35:07,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:07.734 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.489s] 2018-08-14 15:35:08,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:08.561 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.827s] 2018-08-14 15:35:09,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:09.422 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.861s] 2018-08-14 15:35:09,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:09.879 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.455s] 2018-08-14 15:35:11,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:11.160 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.279s] 2018-08-14 15:35:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:11.797 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.637s] 2018-08-14 15:35:12,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:12.603 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.805s] 2018-08-14 15:35:13,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:13.184 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.581s] 2018-08-14 15:35:13,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:13.401 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.097s] 2018-08-14 15:35:14,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:14.504 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.318s] 2018-08-14 15:35:14,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:14.759 11244 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.163s] 2018-08-14 15:35:14,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:14.770 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.267s] 2018-08-14 15:35:15,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:15.323 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.551s] 2018-08-14 15:35:15,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:15.614 11244 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.166s] 2018-08-14 15:35:15,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:15.907 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.576s] 2018-08-14 15:35:15,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:15.908 11244 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [48.279s] 2018-08-14 15:35:16,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:16.350 11244 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.449s] 2018-08-14 15:35:16,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:16.966 11244 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [32.522s] 2018-08-14 15:35:17,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:17.088 11244 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.329s] 2018-08-14 15:35:17,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:17.146 11244 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-08-14 15:35:17,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:17.345 11244 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.199s] 2018-08-14 15:35:17,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:17.509 11244 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.611s] 2018-08-14 15:35:17,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:17.548 11244 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.201s] 2018-08-14 15:35:17,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:17.745 11244 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.197s] 2018-08-14 15:35:18,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:18.174 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.771s] 2018-08-14 15:35:23,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:23.859 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.685s] 2018-08-14 15:35:29,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:29.618 11244 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.653s] 2018-08-14 15:35:29,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:29.628 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.769s] 2018-08-14 15:35:33,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:33.787 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.158s] 2018-08-14 15:35:36,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:36.654 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.866s] 2018-08-14 15:35:44,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:44.404 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.749s] 2018-08-14 15:35:48,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:48.522 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.117s] 2018-08-14 15:35:48,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:48.777 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.255s] 2018-08-14 15:35:49,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:49.014 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.236s] 2018-08-14 15:35:49,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:49.157 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.142s] 2018-08-14 15:35:49,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:49.374 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.217s] 2018-08-14 15:35:49,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:49.503 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.129s] 2018-08-14 15:35:49,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:49.758 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.254s] 2018-08-14 15:35:49,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:49.814 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.055s] 2018-08-14 15:35:49,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:49.870 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.055s] 2018-08-14 15:35:53,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:53.811 11244 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [68.050s] 2018-08-14 15:35:57,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:35:57.302 11244 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.430s] 2018-08-14 15:36:10,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:10.947 11244 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.168s] 2018-08-14 15:36:16,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:16.724 11244 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.777s] 2018-08-14 15:36:29,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:29.943 11244 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [60.309s] 2018-08-14 15:36:34,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:34.737 11244 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.329s] 2018-08-14 15:36:35,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:35.102 11244 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.365s] 2018-08-14 15:36:48,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:48.525 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-08-14 15:36:48,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:48.534 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.009s] 2018-08-14 15:36:48,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:48.580 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.045s] 2018-08-14 15:36:48,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:48.758 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.178s] 2018-08-14 15:36:48,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:48.932 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.173s] 2018-08-14 15:36:49,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:49.342 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.408s] 2018-08-14 15:36:49,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:49.676 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.334s] 2018-08-14 15:36:49,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:49.876 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.199s] 2018-08-14 15:36:50,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:50.135 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.258s] 2018-08-14 15:36:50,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:36:50.335 11244 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.199s] 2018-08-14 15:37:55,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:37:55.364 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.279s] 2018-08-14 15:37:55,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:37:55.426 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-08-14 15:37:55,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:37:55.954 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.527s] 2018-08-14 15:38:24,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:38:24.459 11244 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [247.975s] 2018-08-14 15:38:51,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:38:51.122 11244 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.178s] 2018-08-14 15:38:51,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:38:51.182 11244 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-08-14 15:38:51,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:38:51.858 11244 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.675s] 2018-08-14 15:38:56,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:38:56.085 11244 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.618s] 2018-08-14 15:39:02,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:02.238 11244 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.419s] 2018-08-14 15:39:10,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:10.767 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.151s] 2018-08-14 15:39:10,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:10.933 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.165s] 2018-08-14 15:39:10,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:10.967 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.034s] 2018-08-14 15:39:11,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:11.125 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.155s] 2018-08-14 15:39:11,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:11.137 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-08-14 15:39:11,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:11.399 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.261s] 2018-08-14 15:39:11,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:11.626 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.226s] 2018-08-14 15:39:11,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:11.802 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.176s] 2018-08-14 15:39:11,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:11.966 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.164s] 2018-08-14 15:39:12,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.001 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2018-08-14 15:39:12,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.155 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.153s] 2018-08-14 15:39:12,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.202 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.046s] 2018-08-14 15:39:12,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.247 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2018-08-14 15:39:12,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.429 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.181s] 2018-08-14 15:39:12,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.466 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.037s] 2018-08-14 15:39:12,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.477 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-08-14 15:39:12,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.653 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.176s] 2018-08-14 15:39:12,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.689 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.035s] 2018-08-14 15:39:12,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.724 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-08-14 15:39:12,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:12.759 11244 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.035s] 2018-08-14 15:39:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:33.994 11244 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [31.751s] 2018-08-14 15:39:54,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:39:54.092 11244 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [20.098s] 2018-08-14 15:40:14,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:40:14.370 11244 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.901s] 2018-08-14 15:40:23,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:40:23.917 11244 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.545s] 2018-08-14 15:40:36,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:40:36.656 11244 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.737s] 2018-08-14 15:41:03,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:03.382 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.415s] 2018-08-14 15:41:03,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:03.383 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-08-14 15:41:24,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:24.369 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.397s] 2018-08-14 15:41:24,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:24.586 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.216s] 2018-08-14 15:41:24,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:24.782 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.195s] 2018-08-14 15:41:25,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:25.143 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.360s] 2018-08-14 15:41:25,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:25.748 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.604s] 2018-08-14 15:41:26,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:26.139 11244 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.391s] 2018-08-14 15:41:35,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:35.029 11244 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.545s] 2018-08-14 15:41:36,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:36.555 11244 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.526s] 2018-08-14 15:41:40,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:40.207 11244 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.646s] 2018-08-14 15:41:41,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:41.134 11244 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.931s] 2018-08-14 15:41:43,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:43.131 11244 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.995s] 2018-08-14 15:41:44,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:44.246 11244 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.115s] 2018-08-14 15:41:45,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:45.889 11244 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.640s] 2018-08-14 15:41:45,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:45.960 11244 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.075s] 2018-08-14 15:41:59,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:59.352 11244 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.483s] 2018-08-14 15:41:59,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:41:59.353 11244 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-14 15:42:13,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:42:13.257 11244 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.165s] 2018-08-14 15:42:16,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '355f1536-38d2-4e0f-b54b-10b6e7c8a72d']'. 2018-08-14 15:42:17,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-14 15:42:17,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-14 15:42:17,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-14 15:42:17,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 355f1536-38d2-4e0f-b54b-10b6e7c8a72d | 2018-08-14 15:42:17,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-14 15:42:17,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-14 15:34:00 | 2018-08-14 15:42:17,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-14 15:42:16 | 2018-08-14 15:42:17,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:16 | 2018-08-14 15:42:17,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-14 15:42:17,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-14 15:42:17,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7cd2b7a9-4b70-43f1-9659-b6c4afe89229) | 2018-08-14 15:42:17,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-14 15:42:17,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 88f4458d-a2fa-4989-9978-868b66c54922) | 2018-08-14 15:42:17,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 183 | 2018-08-14 15:42:17,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 486.233 | 2018-08-14 15:42:17,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 177 | 2018-08-14 15:42:17,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-14 15:42:17,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-14 15:42:17,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-14 15:42:17,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 6 | 2018-08-14 15:42:17,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-14 15:42:17,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-14 15:42:17,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 96.7213114754% 2018-08-14 15:42:17,845 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 15:42:17,846 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:34 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-14 15:42:30,123 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-14 15:42:30,183 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-14 15:42:30,867 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-14 15:42:33,315 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-14 15:42:32.976 11336 INFO rally.deployment.engine [-] Deployment 88f4458d-a2fa-4989-9978-868b66c54922 | Starting: Destroy cloud and free allocated resources. 2018-08-14 15:42:33.048 11336 INFO rally.deployment.engine [-] Deployment 88f4458d-a2fa-4989-9978-868b66c54922 | Completed: Destroy cloud and free allocated resources. 2018-08-14 15:42:33.068 11336 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=7cd2b7a9-4b70-43f1-9659-b6c4afe89229) for deployment 'opnfv-rally'. 2018-08-14 15:42:33.079 11336 INFO rally.api [-] Deleting verification (UUID=355f1536-38d2-4e0f-b54b-10b6e7c8a72d). 2018-08-14 15:42:33.111 11336 INFO rally.api [-] Verification has been successfully deleted! 2018-08-14 15:42:33.111 11336 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7cd2b7a9-4b70-43f1-9659-b6c4afe89229). 2018-08-14 15:42:33.121 11336 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-14 15:42:35,713 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-14 15:42:35.431 11339 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e0adc034-2891-4ed9-bd34-836579304e69) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e0adc034-2891-4ed9-bd34-836579304e69 | 2018-08-14T15:42:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e0adc034-2891-4ed9-bd34-836579304e69 ~/.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-14 15:42:39,205 - 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-14 15:42:39,205 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-14 15:42:41,760 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-14 15:42:41.453 11345 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=7cd2b7a9-4b70-43f1-9659-b6c4afe89229). 2018-08-14 15:42:41.587 11345 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-14 15:42:45,274 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-14 15:42:43.771 11348 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-14 15:42:43.923 11348 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-14 15:42:45.102 11348 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3) as the default verifier for the future CLI operations. 2018-08-14 15:42:48,157 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-14 15:42:48,566 - 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-14T15:42:48Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'be202f5a-80ee-4823-ac96-6ebf5cf0674a', u'provider:segmentation_id': 37, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_cc6d751d-b121-446c-b505-b29314c2f936', u'admin_state_up': True, u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T15:42:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'090c27fcd58945afbbb8647b774b1514'}) 2018-08-14 15:42:49,563 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-14T15:42:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'7217a29b-2d51-44ee-ba43-d3508580cd33', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_cc6d751d-b121-446c-b505-b29314c2f936', u'enable_dhcp': True, u'network_id': u'be202f5a-80ee-4823-ac96-6ebf5cf0674a', u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T15:42:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'090c27fcd58945afbbb8647b774b1514'}) 2018-08-14 15:42:50,866 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'eb47222e-7704-4d3f-af5b-4f7fabaf3c21', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'988bed51-42ee-4c10-b798-159cd80b4a15', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'created_at': u'2018-08-14T15:42:49Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-14T15:42:50Z', u'revision_number': 2, u'routes': [], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'id': u'5981c69f-aa07-4079-904a-8fc1c673f9f4', u'name': u'patrole-router_cc6d751d-b121-446c-b505-b29314c2f936'}) 2018-08-14 15:42:55,295 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/d1c88c60-0eed-43fd-af0d-ebb6cbc15583/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d1c88c60-0eed-43fd-af0d-ebb6cbc15583/file', 'owner': u'090c27fcd58945afbbb8647b774b1514', 'id': u'd1c88c60-0eed-43fd-af0d-ebb6cbc15583', 'size': 12716032, u'self': u'/v2/images/d1c88c60-0eed-43fd-af0d-ebb6cbc15583', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'090c27fcd58945afbbb8647b774b1514', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/d1c88c60-0eed-43fd-af0d-ebb6cbc15583/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-14T15:42:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-14T15:42:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_cc6d751d-b121-446c-b505-b29314c2f936', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d1c88c60-0eed-43fd-af0d-ebb6cbc15583', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_cc6d751d-b121-446c-b505-b29314c2f936', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_cc6d751d-b121-446c-b505-b29314c2f936', 'created': u'2018-08-14T15:42:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-14T15:42:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d1c88c60-0eed-43fd-af0d-ebb6cbc15583', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_cc6d751d-b121-446c-b505-b29314c2f936', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-14 15:42:55,486 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_cc6d751d-b121-446c-b505-b29314c2f936', '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'090c27fcd58945afbbb8647b774b1514', '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'3ab82c5b-f136-47c3-b1ac-b0424dc676f8', 'swap': 0}) 2018-08-14 15:42:58,649 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/c49d8542-9852-495d-ab0b-ff4701fd7080/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c49d8542-9852-495d-ab0b-ff4701fd7080/file', 'owner': u'090c27fcd58945afbbb8647b774b1514', 'id': u'c49d8542-9852-495d-ab0b-ff4701fd7080', 'size': 12716032, u'self': u'/v2/images/c49d8542-9852-495d-ab0b-ff4701fd7080', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'090c27fcd58945afbbb8647b774b1514', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fb69e31f-12ff-4534-ad36-e1d08f18600a/images/c49d8542-9852-495d-ab0b-ff4701fd7080/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-14T15:42:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-14T15:42:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_cc6d751d-b121-446c-b505-b29314c2f936', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c49d8542-9852-495d-ab0b-ff4701fd7080', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_cc6d751d-b121-446c-b505-b29314c2f936', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_cc6d751d-b121-446c-b505-b29314c2f936', 'created': u'2018-08-14T15:42:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-14T15:42:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c49d8542-9852-495d-ab0b-ff4701fd7080', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_cc6d751d-b121-446c-b505-b29314c2f936', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-14 15:42:58,705 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_cc6d751d-b121-446c-b505-b29314c2f936', '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'090c27fcd58945afbbb8647b774b1514', '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'5f580be7-5da4-4f01-96e7-148725f79f8c', 'swap': 0}) 2018-08-14 15:42:58,727 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_cc6d751d-b121-446c-b505-b29314c2f936', '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'090c27fcd58945afbbb8647b774b1514', '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'5f580be7-5da4-4f01-96e7-148725f79f8c', 'swap': 0}) 2018-08-14 15:43:01,830 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-14 15:43:00.781 11367 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3) for deployment 'opnfv-rally' (UUID=e0adc034-2891-4ed9-bd34-836579304e69). 2018-08-14 15:43:01.661 11367 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3) has been successfully configured for deployment 'opnfv-rally' (UUID=e0adc034-2891-4ed9-bd34-836579304e69)! 2018-08-14 15:43:01,831 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-14 15:43:01,831 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-14 15:43:01,834 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-14 15:43:01,843 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-14 15:43:05,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3/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-14 15:43:05,162 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-14 15:43:05,163 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-14 15:43:05,163 - 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-14 15:43:07,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-14 15:43:07.255 11376 INFO rally.api [-] Starting verification (UUID=2cc1c8f9-57d4-4a9a-bdfc-39060cd39f8e) for deployment 'opnfv-rally' (UUID=e0adc034-2891-4ed9-bd34-836579304e69) by verifier 'opnfv-tempest' (UUID=9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3). 2018-08-14 15:43:07,256 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2cc1c8f9-57d4-4a9a-bdfc-39060cd39f8e 2018-08-14 15:45:47,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2cc1c8f9-57d4-4a9a-bdfc-39060cd39f8e']'. 2018-08-14 15:45:48,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-14 15:45:48,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-14 15:45:48,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-14 15:45:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2cc1c8f9-57d4-4a9a-bdfc-39060cd39f8e | 2018-08-14 15:45:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-14 15:45:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-14 15:43:07 | 2018-08-14 15:45:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-14 15:45:47 | 2018-08-14 15:45:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-08-14 15:45:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-14 15:45:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-14 15:45:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3) | 2018-08-14 15:45:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-14 15:45:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e0adc034-2891-4ed9-bd34-836579304e69) | 2018-08-14 15:45:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-08-14 15:45:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.197 | 2018-08-14 15:45:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-14 15:45:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-08-14 15:45:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-14 15:45:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-14 15:45:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-14 15:45:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-14 15:45:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-14 15:45:49,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-14 15:45:49,234 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 15:45:49,235 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-14 15:45:59,437 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-14 15:45:59,538 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-14 15:46:20,058 - 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-14 15:46:20,089 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-14 15:46:20,208 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-14 15:46:20,311 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 15:46:20,312 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-14 15:46:20,368 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-14 15:46:21,416 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-14 15:46:21,417 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-08-14 16:27:18,887 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 16:27:18,888 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:57 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-08-14 16:27:18,894 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-08-14 16:27:18,945 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-14 16:27:19,586 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-14 16:27:22,285 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-14 16:27:21.885 11468 INFO rally.deployment.engine [-] Deployment e0adc034-2891-4ed9-bd34-836579304e69 | Starting: Destroy cloud and free allocated resources. 2018-08-14 16:27:21.957 11468 INFO rally.deployment.engine [-] Deployment e0adc034-2891-4ed9-bd34-836579304e69 | Completed: Destroy cloud and free allocated resources. 2018-08-14 16:27:22.001 11468 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3) for deployment 'opnfv-rally'. 2018-08-14 16:27:22.027 11468 INFO rally.api [-] Deleting verification (UUID=2cc1c8f9-57d4-4a9a-bdfc-39060cd39f8e). 2018-08-14 16:27:22.063 11468 INFO rally.api [-] Verification has been successfully deleted! 2018-08-14 16:27:22.063 11468 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3). 2018-08-14 16:27:22.075 11468 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-14 16:27:24,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-14 16:27:24.527 11471 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9762b942-0a20-4d13-90ae-c401025fd141) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9762b942-0a20-4d13-90ae-c401025fd141 | 2018-08-14T16:27:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9762b942-0a20-4d13-90ae-c401025fd141 ~/.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-14 16:27:28,076 - 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-14 16:27:28,076 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-14 16:27:30,499 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-14 16:27:30.194 11477 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9d30bc7a-0de5-49a4-9cdd-c3521b1f75f3). 2018-08-14 16:27:30.328 11477 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-14 16:27:34,057 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-14 16:27:32.656 11480 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-14 16:27:32.796 11480 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-14 16:27:33.862 11480 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=46ff69ab-a781-4e1f-9202-6542230ad7fc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=46ff69ab-a781-4e1f-9202-6542230ad7fc) as the default verifier for the future CLI operations. 2018-08-14 16:27:36,961 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-14 16:27:39,272 - functest.core.tenantnetwork - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 227, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 218, 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_01872284-b637-497f-bc19-f1a554249a99. (409) Client Error for url: http://172.30.9.30:9696/v2.0/routers.json No more IP addresses available on network eb47222e-7704-4d3f-af5b-4f7fabaf3c21. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-08-14 16:27:39,277 - 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-14 16:27:39,278 - 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-14 16:27:39,393 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 16:27:39,394 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:02 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-14 16:27:43,003 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-08-14 16:27:43,004 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:38 | PASS | | vping_userdata | functest | smoke | 00:34 | PASS | | tempest_smoke_serial | functest | smoke | 14:17 | PASS | | rally_sanity | functest | smoke | 24:29 | PASS | | refstack_defcore | functest | smoke | 08:34 | FAIL | | patrole | functest | smoke | 03:01 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 40:57 | FAIL | | neutron_trunk | functest | smoke | 00:02 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-08-14 16:27:43,015 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-14 16:28:13,376 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-268 | | 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-14 16:28:13,378 - 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=BkdktpC86VyRaytt64ZYm4f8X export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.3 export OS_REGION_NAME=regionOne 2018-08-14 16:28:13,378 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-14 16:28:13,379 - 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-14 16:28:13,391 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-14 16:28:13,403 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-14 16:32:38,971 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-14 16:32:39,102 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 16:32:39,102 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:26 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-08-14 16:32:39,134 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-14 16:32:39,712 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-14 16:32:40,442 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-14 16:32:42,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-14 16:32:43,070 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-14 16:32:43,070 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-14 16:32:43,119 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-14 16:32:43,279 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-14 16:33:11,648 - 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-14 16:33:11,649 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-14 16:33:11,649 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-14 16:33:11,707 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-14 16:33:40,704 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-08-14 16:33:40,705 - 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-14 16:33:40,705 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-14 16:33:40,706 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-14 16:33:40,706 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-14 16:33:40,783 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-14 16:33:40,793 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 16:33:41,359 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-14 16:33:44,582 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-14 16:33:45,000 - sdnvpn.lib.openstack_utils - DEBUG - Network 'a87e8363-a301-4375-820d-4444cbb42f06' created successfully 2018-08-14 16:33:45,000 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-14 16:33:45,591 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '2bd22e9a-d9d3-43f7-8bd6-6d00c74c48f9' created successfully 2018-08-14 16:33:45,592 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-14 16:33:45,888 - sdnvpn.lib.openstack_utils - DEBUG - Router 'e1ddfffa-b3de-4b28-a6ec-e0f4b7060a26' created successfully 2018-08-14 16:33:45,888 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-14 16:33:47,558 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-14 16:33:47,559 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-14 16:33:49,683 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-14 16:33:50,635 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-14 16:33:50,874 - sdnvpn.lib.openstack_utils - DEBUG - Network '3ed573c8-478d-4256-8632-192ffdd19ab1' created successfully 2018-08-14 16:33:50,874 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-14 16:33:51,497 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '94936431-07dd-471d-be11-17b84580cfa5' created successfully 2018-08-14 16:33:51,497 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-14 16:33:51,497 - sdnvpn.lib.openstack_utils - DEBUG - Router 'e1ddfffa-b3de-4b28-a6ec-e0f4b7060a26' created successfully 2018-08-14 16:33:51,498 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-14 16:33:53,549 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-14 16:33:53,549 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-14 16:33:54,548 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-14 16:33:54,614 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-14 16:33:55,015 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=9754d221-53c0-40ef-a39a-edac017cbb66 created successfully. 2018-08-14 16:33:55,016 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-14 16:33:55,016 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-14 16:33:55,325 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-14 16:33:55,325 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-14 16:33:55,510 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-14 16:33:55,966 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-14 16:35:14,494 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-14 16:35:50,492 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.205 -c 10' 2018-08-14 16:36:09,504 - functest.utils.functest_utils - ERROR - The command 'ping 172.30.9.205 -c 10' failed. 2018-08-14 16:36:22,145 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-08-14 16:36:22,145 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'FAIL', '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.205': 'FAIL'}]} 2018-08-14 16:36:22,145 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-14 16:36:22,146 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-14 16:36:22,146 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-14 16:36:22,227 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-14 16:36:35,996 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-08-14 16:36:35,997 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-08-14 16:36:36,054 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-08-14 16:36:36,105 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-08-14 16:36:36,160 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-08-14 16:36:36,794 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-08-14 16:36:36,838 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.21 2018-08-14 16:36:44,654 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-08-14 16:36:44,709 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-08-14 16:36:44,710 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-08-14 16:36:56,305 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 16:36:56,941 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-14 16:36:56,996 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=0f70f1c5-1631-4e50-a073-6b19c4c127a1 created successfully. 2018-08-14 16:36:58,003 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-14 16:36:58,933 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-14 16:37:00,711 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-08-14 16:37:01,580 - sdnvpn.lib.openstack_utils - DEBUG - Network '2279ac9f-25ed-4438-8841-5b188854da16' created successfully 2018-08-14 16:37:01,581 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-14 16:37:02,203 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'a6bc052b-2d30-431b-9f5f-11d57aa9949e' created successfully 2018-08-14 16:37:02,203 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-14 16:37:02,919 - sdnvpn.lib.openstack_utils - DEBUG - Router '24b45c15-0cd6-443c-8e15-8f9041d2e487' created successfully 2018-08-14 16:37:02,920 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-14 16:37:04,717 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-14 16:37:04,717 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-14 16:37:06,450 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-14 16:37:07,707 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-08-14 16:37:08,479 - sdnvpn.lib.openstack_utils - DEBUG - Network '8912a8a0-ffba-4ba3-8bbd-5333073077f4' created successfully 2018-08-14 16:37:08,479 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-14 16:37:09,504 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '2c1e5ea5-0ff8-4b83-a855-227b3ebb17a7' created successfully 2018-08-14 16:37:09,504 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-14 16:37:09,704 - sdnvpn.lib.openstack_utils - DEBUG - Router '37f7e6de-1906-47c8-9389-f7ddecf91f94' created successfully 2018-08-14 16:37:09,704 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-14 16:37:11,254 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-14 16:37:11,254 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-14 16:37:13,499 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-14 16:37:14,107 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-14 16:40:41,583 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-08-14 16:40:41,584 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2018-08-14 16:40:41,584 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-14 16:40:41,584 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-14 16:40:41,584 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-14 16:40:41,666 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-14 16:40:41,675 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 16:40:41,676 - 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-14 16:40:42,626 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-14 16:40:47,671 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-14 16:41:29,088 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-641173', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'route_targets': [u'55:55'], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'type': u'l3', u'id': u'5df6b16d-8b09-4cef-9f20-9bf433c6e8bb'}} 2018-08-14 16:41:54,934 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-14 16:42:27,423 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-162462', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'route_targets': [u'88:88'], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'type': u'l3', u'id': u'55e9bbdd-6466-461f-84db-c2bcea238a91'}} 2018-08-14 16:42:31,020 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-14 16:43:13,488 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-08-14 16:43:13,488 - 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-14 16:43:13,488 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-14 16:43:13,489 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-14 16:43:13,489 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-14 16:43:13,568 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-14 16:43:13,576 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 16:43:14,579 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-14 16:43:20,073 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-14 16:44:28,413 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-732238', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'route_targets': [], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'type': u'l3', u'id': u'13b663da-e5b5-4fa9-bb02-8654472c8ca3'}} 2018-08-14 16:45:07,532 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-14 16:46:10,605 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-732238', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'route_targets': [], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'type': u'l3', u'id': u'61fa93a4-3f13-40e7-a859-87969897065f'}} 2018-08-14 16:46:13,835 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-14 16:46:58,570 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-08-14 16:46:58,570 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-08-14 16:46:58,571 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-14 16:46:58,571 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-14 16:46:58,571 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-14 16:46:58,644 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-14 16:46:58,658 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 16:47:13,861 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-14 16:47:18,509 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-14 16:48:35,273 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-08-14 16:50:06,185 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-08-14 16:51:36,918 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-08-14 16:52:09,647 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '76e6495d-6f4a-471c-acf0-bb9c5744753f')]: Unable to complete operation on subnet 76e6495d-6f4a-471c-acf0-bb9c5744753f: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-9e52abc1-feb9-47eb-b909-ee16e4866312'] 2018-08-14 16:52:09,648 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-08-14 16:52:09,648 - 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 263, actual flow count 287': 'PASS'}, {'OVS groups are programmed after resync expected group count 35, actual group count 35': 'PASS'}, {'OVS flows are programmed after resync expected flow count 263, actual flow count 287': 'PASS'}, {'OVS groups are programmed after resync expected group count 35, actual group count 35': 'PASS'}]} 2018-08-14 16:52:09,648 - 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-14 16:52:09,649 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-14 16:52:09,649 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-14 16:52:09,724 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-14 16:52:09,732 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 16:52:24,716 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-14 16:52:28,526 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-14 16:53:46,623 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-14 16:54:18,613 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '12bc138b-8e59-4cb5-9d90-dd46436bd614')]: Unable to complete operation on subnet 12bc138b-8e59-4cb5-9d90-dd46436bd614: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-b69033f3-4ff3-45c3-8227-6bf378d47039'] 2018-08-14 16:54:18,756 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-14 16:54:49,035 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-08-14 16:54:49,036 - 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': 'PASS', 'details': [{'New OVS group added': 'PASS'}, {'Group was deleted from ovs': 'PASS'}]} 2018-08-14 16:54:49,036 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-14 16:54:49,037 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-14 16:54:49,037 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-14 16:54:49,114 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-14 16:54:49,124 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 16:54:49,721 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-14 16:54:52,900 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-14 16:54:53,148 - sdnvpn.lib.openstack_utils - DEBUG - Network '985bb638-d321-43a2-a996-b362550efc02' created successfully 2018-08-14 16:54:53,148 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-14 16:54:53,847 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd38f9ebb-e72f-45ee-996a-86aaac38c533' created successfully 2018-08-14 16:54:53,847 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-14 16:54:54,288 - sdnvpn.lib.openstack_utils - DEBUG - Router 'd99ec951-fab3-4b61-9319-8293d7b5c0ad' created successfully 2018-08-14 16:54:54,288 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-14 16:54:55,737 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-14 16:54:55,738 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-14 16:54:57,214 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-14 16:54:58,405 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-14 16:56:03,007 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-678870', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'route_targets': [], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'type': u'l3', u'id': u'87545eca-907e-4c6c-9efa-2f102c0a0a58'}} 2018-08-14 16:56:41,016 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-14 16:57:44,518 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-678870', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'route_targets': [], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'type': u'l3', u'id': u'dd053b57-c201-4756-938b-77f953f3a1a6'}} 2018-08-14 16:57:48,276 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-14 16:58:18,307 - 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-14 16:58:31,252 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-08-14 16:58:31,252 - 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-14 16:58:31,253 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-14 16:58:31,253 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-14 16:58:31,253 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-14 16:58:31,333 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-14 16:58:31,333 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-14 16:58:35,918 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-14 16:58:35.576 156 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ab3e2486-b933-4669-a551-51f15373e78a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ab3e2486-b933-4669-a551-51f15373e78a | 2018-08-14T16:58:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ab3e2486-b933-4669-a551-51f15373e78a ~/.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-14 16:58:39,185 - 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-14 16:58:39,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-14 16:58:45,126 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-14 16:58:43.569 165 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-14 16:58:43.753 165 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-14 16:58:44.938 165 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4fbc9d16-6e93-495f-8fbf-ed30a8ab9e71) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4fbc9d16-6e93-495f-8fbf-ed30a8ab9e71) as the default verifier for the future CLI operations. 2018-08-14 16:58:51,559 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-14 16:58:50.013 184 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4fbc9d16-6e93-495f-8fbf-ed30a8ab9e71) for deployment 'opnfv-rally' (UUID=ab3e2486-b933-4669-a551-51f15373e78a). 2018-08-14 16:58:51.401 184 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4fbc9d16-6e93-495f-8fbf-ed30a8ab9e71) has been successfully configured for deployment 'opnfv-rally' (UUID=ab3e2486-b933-4669-a551-51f15373e78a)! 2018-08-14 16:58:51,560 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-14 16:58:51,565 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 16:58:52,101 - 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-14 17:02:54,847 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-14 17:02:54,848 - 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': ' 228.0000 ', 'failed': ' 2', 'tests': ['networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [4.206502s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.552896s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [1.174874s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [4.908266s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.301531s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.022917s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.494599s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.384129s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [2.111938s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.603974s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [2.103365s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.706841s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [2.439413s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.511815s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.728840s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.602643s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [171.991961s] ... FAILED'], 'num_tests': ' 17 '}} 2018-08-14 17:02:54,848 - 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-14 17:02:54,848 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-14 17:02:54,848 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-14 17:02:54,924 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-14 17:02:54,934 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 17:02:55,483 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-14 17:02:59,524 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-14 17:06:31,431 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-08-14 17:06:31,431 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-1 ,Ping failure from instance sdnvpn-10-3': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-08-14 17:06:31,431 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-14 17:06:31,432 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-14 17:06:31,432 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-14 17:06:31,514 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-14 17:06:31,515 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-08-14 17:06:31,525 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-14 17:06:32,081 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-14 17:06:46,210 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-14 17:06:46,269 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=2b436d25-0652-4aa3-aa8e-a3d73e9d5011 created successfully. 2018-08-14 17:06:47,456 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-14 17:06:47,863 - sdnvpn.lib.openstack_utils - DEBUG - Network 'fe0195e6-3f7a-473c-b2f8-94024dd5c603' created successfully 2018-08-14 17:06:47,863 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-14 17:06:48,641 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '54967d2b-6134-416c-9d06-fe949db76e4e' created successfully 2018-08-14 17:06:48,641 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-14 17:06:48,854 - sdnvpn.lib.openstack_utils - DEBUG - Router 'c9db0f8c-dce3-4176-8664-45e2d83e3011' created successfully 2018-08-14 17:06:48,854 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-14 17:06:50,490 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-14 17:06:50,491 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-14 17:06:52,110 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-14 17:06:52,334 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-14 17:09:34,843 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-14 17:09:52,908 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-295394', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'090c27fcd58945afbbb8647b774b1514', u'route_targets': [], u'project_id': u'090c27fcd58945afbbb8647b774b1514', u'type': u'l3', u'id': u'b4fe1732-1fdd-4ce3-bb1b-95a00f1bb3a3'}} 2018-08-14 17:09:54,834 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-14 17:10:27,018 - 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-14 17:10:39,857 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-08-14 17:10:39,857 - 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-14 17:10:39,857 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-14 17:10:40,280 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-14 17:10:54,025 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-14 17:11:00,903 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-14 17:11:00,917 - 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-14 17:11:06,141 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-14 17:11:06,156 - 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-14 17:11:10,346 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-14 17:11:10,362 - 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-14 17:11:10,840 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-14 17:11:10,857 - 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-14 17:11:11,139 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-14 17:11:11,154 - 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-14 17:11:11,182 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-14 17:11:12,904 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-14 17:11:12,904 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 38:33 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-14 17:11:12,909 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-14 17:11:12,910 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:26 | PASS | | bgpvpn | sdnvpn | features | 38:33 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-14 17:11:12,915 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-14 17:11:51,925 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-268 | | 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-14 17:11:51,931 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=BkdktpC86VyRaytt64ZYm4f8X export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.3 export OS_REGION_NAME=regionOne 2018-08-14 17:11:51,931 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-14 17:11:51,931 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-14 17:11:51,932 - 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-14 17:11:51,935 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-14 17:12:03,314 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-268 | | 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-14 17:12:03,320 - 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=BkdktpC86VyRaytt64ZYm4f8X export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.3 export OS_REGION_NAME=regionOne 2018-08-14 17:12:03,320 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-14 17:12:03,321 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-14 17:12:03,322 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-08-14 17:12:03,323 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK