2018-05-26 17:28:55,869 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-156 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-26 17:28:55,872 - 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=mMMuTuBTyrsyeXRHaZmqTyP7j export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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 OS_REGION_NAME=regionOne 2018-05-26 17:28:55,872 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-26 17:28:55,872 - 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-05-26 17:28:55,873 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-26 17:28:55,873 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-26 17:28:57,884 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-26 17:29:06,492 - 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 8.597s OK 2018-05-26 17:29:06,608 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 17:29:06,609 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-26 17:29:06,612 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-26 17:29:09,633 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-26 17:38:24,702 - 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 555.016s OK 2018-05-26 17:38:24,824 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 17:38:24,825 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-26 17:38:24,829 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-26 17:38:25,530 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-26 17:39:00,842 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 35.311s OK 2018-05-26 17:39:01,036 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 17:39:01,036 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-26 17:39:01,040 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 09:15 | PASS | | snaps_health_check | functest | healthcheck | 00:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-26 17:39:01,043 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-26 17:39:42,171 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-156 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-26 17:39:42,173 - 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=mMMuTuBTyrsyeXRHaZmqTyP7j export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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 OS_REGION_NAME=regionOne 2018-05-26 17:39:42,173 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-26 17:39:42,174 - 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 snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-05-26 17:39:42,175 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-26 17:39:42,175 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-26 17:39:43,682 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'5854f9ad-e56c-4207-8d84-c79777d91a22'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-26T16:59:27Z', u'is_default': False, u'revision_number': 5, u'port_security_enabled': True, u'mtu': 1500, u'id': u'988d007d-2a85-4b13-9342-31efd7ed4b30', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-05-26T16:59:22Z', u'provider:network_type': u'flat', u'tenant_id': u'0bd4062f5c3f4b4899b19b10e99c042b', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0bd4062f5c3f4b4899b19b10e99c042b'}) 2018-05-26 17:39:44,063 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-26 17:39:44,063 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-26 17:39:44,501 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-26 17:39:44,502 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-26 17:39:44,996 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-26 17:39:44,996 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-26 17:39:44' 2018-05-26 17:39:44,996 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--257ce73d-a9fd-4283-a65b-c6b60951b331' 2018-05-26 17:39:44,996 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-26 17:39:46,279 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--257ce73d-a9fd-4283-a65b-c6b60951b331', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T17:39:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/5498991d-abe3-4354-baf4-cb0494767025/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5498991d-abe3-4354-baf4-cb0494767025', u'size': None, u'name': u'functest-vping--257ce73d-a9fd-4283-a65b-c6b60951b331', u'checksum': None, u'self': u'/v2/images/5498991d-abe3-4354-baf4-cb0494767025', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T17:39:45Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 17:39:46,279 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-257ce73d-a9fd-4283-a65b-c6b60951b331' 2018-05-26 17:39:46,551 - functest.opnfv_tests.openstack.vping.vping_ssh - 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-05-26T17:39:46Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bc97b80b-d062-4f1c-99f3-3060ee807477', u'provider:segmentation_id': 45, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping-net-257ce73d-a9fd-4283-a65b-c6b60951b331', u'created_at': u'2018-05-26T17:39:46Z', u'mtu': 1450, u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 17:39:46,994 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T17:39:46Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'38089b53-29c2-470a-bb71-a4f41f52fc02', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-257ce73d-a9fd-4283-a65b-c6b60951b331', u'enable_dhcp': True, u'network_id': u'bc97b80b-d062-4f1c-99f3-3060ee807477', u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'created_at': u'2018-05-26T17:39:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 17:39:46,994 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-257ce73d-a9fd-4283-a65b-c6b60951b331' 2018-05-26 17:39:48,140 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T17:39:47Z', u'revision_number': 3, u'ha': False, u'id': u'eb2717f0-2730-4083-988c-e4aa5caeef62', u'external_gateway_info': {u'network_id': u'988d007d-2a85-4b13-9342-31efd7ed4b30', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5854f9ad-e56c-4207-8d84-c79777d91a22', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-257ce73d-a9fd-4283-a65b-c6b60951b331', u'admin_state_up': True, u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'created_at': u'2018-05-26T17:39:47Z', u'flavor_id': None, u'routes': [], u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 17:39:49,648 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-257ce73d-a9fd-4283-a65b-c6b60951b331' 2018-05-26 17:39:49,834 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-257ce73d-a9fd-4283-a65b-c6b60951b331', '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'36d592502d0e461c8dcd124c64e47d3f', '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'4344d9e9-45d2-4746-9817-60afe7e19b5b', 'swap': 0}) 2018-05-26 17:39:50,218 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-257ce73d-a9fd-4283-a65b-c6b60951b331' 2018-05-26 17:39:59,008 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-257ce73d-a9fd-4283-a65b-c6b60951b331': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:19:05:d3', u'version': 4, u'addr': u'192.168.130.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5498991d-abe3-4354-baf4-cb0494767025'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-26T17:32:21.000000', 'flavor': Munch({u'id': u'4344d9e9-45d2-4746-9817-60afe7e19b5b'}), 'az': u'nova', 'id': u'999b3591-5daf-474f-8fc5-9357cb4006b9', 'security_groups': [Munch({u'name': u'vping-sg-257ce73d-a9fd-4283-a65b-c6b60951b331'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'81ab6999dedb4fbd8c2be7c27a707a80', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'36d592502d0e461c8dcd124c64e47d3f', 'name': 'admin', '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-05-26T17:32:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-26T17:39:57Z', 'hostId': u'675033a70f3d485d4ed5b005135f72bd3a0f0fef6851b8eaf1318b72', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.7', 'cloud': 'envvars', 'host_id': u'675033a70f3d485d4ed5b005135f72bd3a0f0fef6851b8eaf1318b72', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', 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-EXT-SRV-ATTR:instance_name': u'instance-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-26T17:32:21.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'36d592502d0e461c8dcd124c64e47d3f', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-257ce73d-a9fd-4283-a65b-c6b60951b331', 'adminPass': u'rUNv4bz4FsF4', 'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', 'region': 'regionOne', 'created': u'2018-05-26T17:39:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-26 17:40:00,669 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 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 490619112 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.146681] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148705] pid_max: default: 32768 minimum: 301 [ 0.149817] ACPI: Core revision 20150930 [ 0.151369] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153035] Security Framework initialized [ 0.154036] Yama: becoming mindful. [ 0.154883] AppArmor: AppArmor initialized [ 0.155841] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157407] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.159052] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160652] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162489] Initializing cgroup subsys io [ 0.163505] Initializing cgroup subsys memory [ 0.164560] Initializing cgroup subsys devices [ 0.165688] Initializing cgroup subsys freezer [ 0.166791] Initializing cgroup subsys net_cls [ 0.167918] Initializing cgroup subsys perf_event [ 0.169103] Initializing cgroup subsys net_prio [ 0.170235] Initializing cgroup subsys hugetlb [ 0.171324] Initializing cgroup subsys pids [ 0.172406] CPU: Physical Processor ID: 0 [ 0.174125] mce: CPU supports 10 MCE banks [ 0.175216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.176508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.187867] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.194456] ftrace: allocating 31920 entries in 125 pages [ 0.220846] smpboot: Max logical packages: 1 [ 0.221741] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223144] x2apic enabled [ 0.223971] Switched APIC routing to physical x2apic. [ 0.225742] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.226897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.228949] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.230822] KVM setup paravirtual spinlock [ 0.232152] x86: Booted up 1 node, 1 CPUs [ 0.232981] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.234395] devtmpfs: initialized [ 0.236130] evm: security.selinux [ 0.236899] evm: security.SMACK64 [ 0.237613] evm: security.SMACK64EXEC [ 0.238394] evm: security.SMACK64TRANSMUTE [ 0.239223] evm: security.SMACK64MMAP [ 0.239992] evm: security.ima [ 0.240644] evm: security.capability [ 0.241473] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.243392] pinctrl core: initialized pinctrl subsystem [ 0.244553] RTC time: 17:32:21, date: 05/26/18 [ 0.245513] NET: Registered protocol family 16 [ 0.246505] cpuidle: using governor ladder [ 0.247331] cpuidle: using governor menu [ 0.248159] PCCT header not found. [ 0.248953] ACPI: bus type PCI registered [ 0.249773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.251060] PCI: Using configuration type 1 for base access [ 0.252852] ACPI: Added _OSI(Module Device) [ 0.253713] ACPI: Added _OSI(Processor Device) [ 0.254629] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.255548] ACPI: Added _OSI(Processor Aggregator Device) [ 0.257746] ACPI: Interpreter enabled [ 0.258568] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.260486] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.262362] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.264257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.266157] ACPI: (supports S0 S5) [ 0.266890] ACPI: Using IOAPIC for interrupt routing [ 0.267971] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.271132] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.272336] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.273617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.274849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.277088] acpiphp: Slot [3] registered [ 0.277931] acpiphp: Slot [4] registered [ 0.278734] acpiphp: Slot [5] registered [ 0.279542] acpiphp: Slot [6] registered [ 0.280346] acpiphp: Slot [7] registered [ 0.281145] acpiphp: Slot [8] registered [ 0.281954] acpiphp: Slot [9] registered [ 0.282760] acpiphp: Slot [10] registered [ 0.283587] acpiphp: Slot [11] registered [ 0.284404] acpiphp: Slot [12] registered [ 0.285220] acpiphp: Slot [13] registered [ 0.286030] acpiphp: Slot [14] registered [ 0.286851] acpiphp: Slot [15] registered [ 0.297691] acpiphp: Slot [16] registered [ 0.298511] acpiphp: Slot [17] registered [ 0.299321] acpiphp: Slot [18] registered [ 0.300145] acpiphp: Slot [19] registered [ 0.300961] acpiphp: Slot [20] registered [ 0.301783] acpiphp: Slot [21] registered [ 0.302607] acpiphp: Slot [22] registered [ 0.303421] acpiphp: Slot [23] registered [ 0.304239] acpiphp: Slot [24] registered [ 0.305053] acpiphp: Slot [25] registered [ 0.305873] acpiphp: Slot [26] registered [ 0.306696] acpiphp: Slot [27] registered [ 0.307512] acpiphp: Slot [28] registered [ 0.308328] acpiphp: Slot [29] registered [ 0.309138] acpiphp: Slot [30] registered [ 0.309959] acpiphp: Slot [31] registered [ 0.310773] PCI host bridge to bus 0000:00 [ 0.311591] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.312815] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.314042] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.315528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.316995] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323400] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324700] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325877] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333735] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.335188] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.381229] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.383051] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.384828] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.386586] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.388317] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.390206] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.391633] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.393016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.395021] vgaarb: loaded [ 0.395789] vgaarb: bridge control possible 0000:00:02.0 [ 0.397234] SCSI subsystem initialized [ 0.398273] ACPI: bus type USB registered [ 0.399333] usbcore: registered new interface driver usbfs [ 0.400688] usbcore: registered new interface driver hub [ 0.402002] usbcore: registered new device driver usb [ 0.403359] PCI: Using ACPI for IRQ routing [ 0.404624] NetLabel: Initializing [ 0.405546] NetLabel: domain hash size = 128 [ 0.406647] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.407887] NetLabel: unlabeled traffic allowed by default [ 0.409306] clocksource: Switched to clocksource kvm-clock [ 0.415028] AppArmor: AppArmor Filesystem Enabled [ 0.416263] pnp: PnP ACPI init [ 0.417361] pnp: PnP ACPI: found 5 devices [ 0.423971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.426190] NET: Registered protocol family 2 [ 0.427405] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.429084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.430638] TCP: Hash tables configured (established 4096 bind 4096) [ 0.432169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.433594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.435112] NET: Registered protocol family 1 [ 0.436230] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.437674] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.439076] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.453448] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.468036] Trying to unpack rootfs image as initramfs... [ 0.518295] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.532912] Scanning for low memory corruption every 60 seconds [ 0.534583] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.536092] audit: initializing netlink subsys (disabled) [ 0.537446] audit: type=2000 audit(1527355942.642:1): initialized [ 0.539106] Initialise system trusted keyring [ 0.540297] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.541841] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.544173] zbud: loaded [ 0.545023] VFS: Disk quotas dquot_6.6.0 [ 0.546085] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.547996] fuse init (API version 7.23) [ 0.549110] Key type big_key registered [ 0.550149] Allocating IMA MOK and blacklist keyrings. [ 0.551581] Key type asymmetric registered [ 0.552664] Asymmetric key parser 'x509' registered [ 0.553919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.555840] io scheduler noop registered [ 0.556870] io scheduler deadline registered (default) [ 0.558175] io scheduler cfq registered [ 0.559249] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.560627] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.562305] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.564208] ACPI: Power Button [PWRF] [ 0.565672] GHES: HEST is not enabled! [ 0.581451] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.611443] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.614364] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.638442] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.641011] Linux agpgart interface v0.103 [ 0.643223] brd: module loaded [ 0.644449] loop: module loaded [ 0.649412] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.650842] GPT:90111 != 2097151 [ 0.651505] GPT:Alternate GPT header not at the end of the disk. [ 0.652573] GPT:90111 != 2097151 [ 0.653234] GPT: Use GNU Parted to correct GPT errors. [ 0.654183] vda: vda1 vda15 [ 0.655611] scsi host0: ata_piix [ 0.656337] scsi host1: ata_piix [ 0.657026] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.658224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.659635] libphy: Fixed MDIO Bus: probed [ 0.660448] tun: Universal TUN/TAP device driver, 1.6 [ 0.661390] tun: (C) 1999-2004 Max Krasnyansky [ 0.663485] PPP generic driver version 2.4.2 [ 0.664538] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.665942] ehci-pci: EHCI PCI platform driver [ 0.666830] ehci-platform: EHCI generic platform driver [ 0.667826] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.668955] ohci-pci: OHCI PCI platform driver [ 0.669832] ohci-platform: OHCI generic platform driver [ 0.670827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.685230] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.686232] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.687683] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.688702] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.689824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.691043] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.692463] usb usb1: Product: UHCI Host Controller [ 0.693401] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.694546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.695542] hub 1-0:1.0: USB hub found [ 0.696313] hub 1-0:1.0: 2 ports detected [ 0.697212] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.699328] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.700292] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.701333] mousedev: PS/2 mouse device common for all mice [ 0.703060] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.704891] rtc_cmos 00:00: RTC can wake from S4 [ 0.705993] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.707177] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.708374] i2c /dev entries driver [ 0.709126] device-mapper: uevent: version 1.0.3 [ 0.710073] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.711699] ledtrig-cpu: registered to indicate activity on CPUs [ 0.712994] NET: Registered protocol family 10 [ 0.713999] NET: Registered protocol family 17 [ 0.714885] Key type dns_resolver registered [ 0.715816] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.716911] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.718677] registered taskstats version 1 [ 0.719517] Loading compiled-in X.509 certificates [ 0.720952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.722814] zswap: loaded using pool lzo/zbud [ 0.724663] Key type trusted registered [ 0.726247] Key type encrypted registered [ 0.727064] AppArmor: AppArmor sha1 policy hashing enabled [ 0.728081] ima: No TPM chip found, activating TPM-bypass! [ 0.729109] evm: HMAC attrs: 0x1 [ 0.730046] Magic number: 2:230:543 [ 0.730893] rtc_cmos 00:00: setting system clock to 2018-05-26 17:32:22 UTC (1527355942) [ 0.732509] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.733638] EDD information not available. [ 0.818289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.819841] Write protecting the kernel read-only data: 14336k [ 0.831628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.833449] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 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.876792] 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.05 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.130.7... Lease of 192.168.130.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.21. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK 2018-05-26 17:40:00,670 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-257ce73d-a9fd-4283-a65b-c6b60951b331' 2018-05-26 17:40:00,893 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcup/PMKly3iN9LpHmwFVyeu+iE4sc1lptYuzTfj+f/Fcn3IZt7RSg98gzt3deiiLBSVFctOHdhHGaOMKo1y3QhYcg2mZzahuI439Ubz6Ib0ZEZ0hDZVftHtod4OTGmJ80OvCVUDjl0uoPrjO8D6JRsKx7MzU/Zvqlupcqb+cSueAHDiLRWEy5qH5mQ5SS/paiCBHqeYdWrvlEq7ztgkGxuaq/EtPPbKCVuefMgdVIEsjYtyRx0mTD/IHSipqlTe0pcXIKQb+Ns0t4l2IwssRZj0uaL/dNHYdKOSNg4Ou42NceKnOhv4JCo2K9MHqHQ58jm9emrKcocJDi6g68tZMX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA3LqfzzCpct4jfS6R5sBVcnrvohOLHNZabWLs034/n/xXJ9yG\nbe0UoPfIM7d3XooiwUlRXLTh3YRxmjjCqNct0IWHINpmc2obiON/VG8+iG9GRGdI\nQ2VX7R7aHeDkxpifNDrwlVA45dLqD64zvA+iUbCsezM1P2b6pbqXKm/nErngBw4i\n0VhMuah+ZkOUkv6WoggR6nmHVq75RKu87YJBsbmqvxLTz2yglbnnzIHVSBLI2Lck\ncdJkw/yB0oqapU3tKXFyCkG/jbNLeJdiMLLEWY9Lmi/3TR2HSjkjYODruNjXHipz\nob+CQqNivTB6h0OfI5vXpqynKHCQ4uoOvLWTFwIDAQABAoIBAArFWJMFrt8aE+VB\n5oC6FfFWKmdgSMOJejQoRaI0YOpvp9kcG7s1fHI2ZSCQ7VRBrVx9NWkusm7azahW\n6LjQdz3bpjJmNeWf4eQWJdp66zRBKc6gs5gGU/oQLViT5tYCEJK95YuDtKMSXbWS\nLJgaszMFSgVhBFIptkVsC4BYoY/6Rs8YMLzuK5pDg6n34p4s5vKzxH7ONWygCyU8\nQfWF7u7NI46F2wWguGvIKPQXirSsf2Lyba3OW99b9SxLxMnJ3PAaAUJBQ8NQftJj\ndLDKlzC/9mMjCSsGf+8HYBmPAIglrCbk0hCW3zpc8Kql2SWrLvOlwlSLZ7z2yFhY\nRMKNR8ECgYEA73IMRSddT+rPckjWEdCnNmCFdTvA6foEjj4kpzWuWuyGmr5aiCq+\nLbWltvehAPWTt52fUe9W3I3f7CiVTZSQ1pEoXr5tLKtMpkUfKL9BqwkwHRwkhWaP\nKNpoDttQ+EgJ2NfmomtVcO8fL3bMwJ2FwFYH9zyv5tRH1HKoCHiw/rECgYEA6/1Q\nAhO73Y3B/6snBRNj7xjJmcE8hMzHQSMSwa7e6W7mWI4io2ti4KnrJXG8lTm+n0i3\nZFeSnLoMNjlVHTsc7hemTgg56mmqMlarXroGUEf0TciykKKKSiROByidtlm84MVO\nd5qP3azWusCqL8kOB+Hae4bTlTt2R6Kj6tKp8EcCgYAZ+h+GqRygfPMAjRJcYGyj\no5kW/OKS/8Law7cqRNKjnqGDzD76Itj7EIfn77mR5xKdiwYr13FvAB1Y+5YnEoUc\nIidlD/e8LuFj8H/O5eDz8006+0CjEFtbrUY4xmZkaTxYQCQPXuGoHOkfNx5Dj1Nh\naHP4yKa0vjcEv2Ond6CMIQKBgD+Gv0Tv3wCzKmgSwLxDDgHNIGf9drchEPpd4Ky2\n0FbyfZuVF4n6XHGyDBTWWzeohcIHJych09vQ0Xy/TkRCJ3WIdEJJQJ3zt9c5MYSc\nexqdZAyUXE1HFAcFYuPWcS4nVgsD0i2sM9IuttcrCiU28En66H+cOdTQXvTFuW57\nKzf9AoGBAL4i5AtaXQ6WLdzJASCOpBKT3XzgdLKSfLvpxyC0yXMOg0e/k79BBVA4\nYF+RW5Ax1SuUq0NJYYGpnM9YMczJYGR3lkbxtKd1no9eu+HJ1dpmX16IUafezODk\n3vYIUoUtEG/XeEeqsMZ3+1p6/eo6nCjQspY0BtPH1KQ3kUwa9f6f\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'81ab6999dedb4fbd8c2be7c27a707a80', 'name': u'vping-keypair-257ce73d-a9fd-4283-a65b-c6b60951b331', 'created_at': '2018-05-26T17:40:00.893064', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'36d592502d0e461c8dcd124c64e47d3f', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'67:9a:42:45:74:08:9d:fd:de:24:d8:3c:9d:a9:96:bc', 'type': 'ssh', 'id': u'vping-keypair-257ce73d-a9fd-4283-a65b-c6b60951b331'}) 2018-05-26 17:40:00,893 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA3LqfzzCpct4jfS6R5sBVcnrvohOLHNZabWLs034/n/xXJ9yG be0UoPfIM7d3XooiwUlRXLTh3YRxmjjCqNct0IWHINpmc2obiON/VG8+iG9GRGdI Q2VX7R7aHeDkxpifNDrwlVA45dLqD64zvA+iUbCsezM1P2b6pbqXKm/nErngBw4i 0VhMuah+ZkOUkv6WoggR6nmHVq75RKu87YJBsbmqvxLTz2yglbnnzIHVSBLI2Lck cdJkw/yB0oqapU3tKXFyCkG/jbNLeJdiMLLEWY9Lmi/3TR2HSjkjYODruNjXHipz ob+CQqNivTB6h0OfI5vXpqynKHCQ4uoOvLWTFwIDAQABAoIBAArFWJMFrt8aE+VB 5oC6FfFWKmdgSMOJejQoRaI0YOpvp9kcG7s1fHI2ZSCQ7VRBrVx9NWkusm7azahW 6LjQdz3bpjJmNeWf4eQWJdp66zRBKc6gs5gGU/oQLViT5tYCEJK95YuDtKMSXbWS LJgaszMFSgVhBFIptkVsC4BYoY/6Rs8YMLzuK5pDg6n34p4s5vKzxH7ONWygCyU8 QfWF7u7NI46F2wWguGvIKPQXirSsf2Lyba3OW99b9SxLxMnJ3PAaAUJBQ8NQftJj dLDKlzC/9mMjCSsGf+8HYBmPAIglrCbk0hCW3zpc8Kql2SWrLvOlwlSLZ7z2yFhY RMKNR8ECgYEA73IMRSddT+rPckjWEdCnNmCFdTvA6foEjj4kpzWuWuyGmr5aiCq+ LbWltvehAPWTt52fUe9W3I3f7CiVTZSQ1pEoXr5tLKtMpkUfKL9BqwkwHRwkhWaP KNpoDttQ+EgJ2NfmomtVcO8fL3bMwJ2FwFYH9zyv5tRH1HKoCHiw/rECgYEA6/1Q AhO73Y3B/6snBRNj7xjJmcE8hMzHQSMSwa7e6W7mWI4io2ti4KnrJXG8lTm+n0i3 ZFeSnLoMNjlVHTsc7hemTgg56mmqMlarXroGUEf0TciykKKKSiROByidtlm84MVO d5qP3azWusCqL8kOB+Hae4bTlTt2R6Kj6tKp8EcCgYAZ+h+GqRygfPMAjRJcYGyj o5kW/OKS/8Law7cqRNKjnqGDzD76Itj7EIfn77mR5xKdiwYr13FvAB1Y+5YnEoUc IidlD/e8LuFj8H/O5eDz8006+0CjEFtbrUY4xmZkaTxYQCQPXuGoHOkfNx5Dj1Nh aHP4yKa0vjcEv2Ond6CMIQKBgD+Gv0Tv3wCzKmgSwLxDDgHNIGf9drchEPpd4Ky2 0FbyfZuVF4n6XHGyDBTWWzeohcIHJych09vQ0Xy/TkRCJ3WIdEJJQJ3zt9c5MYSc exqdZAyUXE1HFAcFYuPWcS4nVgsD0i2sM9IuttcrCiU28En66H+cOdTQXvTFuW57 Kzf9AoGBAL4i5AtaXQ6WLdzJASCOpBKT3XzgdLKSfLvpxyC0yXMOg0e/k79BBVA4 YF+RW5Ax1SuUq0NJYYGpnM9YMczJYGR3lkbxtKd1no9eu+HJ1dpmX16IUafezODk 3vYIUoUtEG/XeEeqsMZ3+1p6/eo6nCjQspY0BtPH1KQ3kUwa9f6f -----END RSA PRIVATE KEY----- 2018-05-26 17:40:01,479 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--257ce73d-a9fd-4283-a65b-c6b60951b331' 2018-05-26 17:40:14,122 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-257ce73d-a9fd-4283-a65b-c6b60951b331': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:96:7d:3a', u'version': 4, u'addr': u'192.168.130.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5498991d-abe3-4354-baf4-cb0494767025'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-26T17:32:44.000000', 'flavor': Munch({u'id': u'4344d9e9-45d2-4746-9817-60afe7e19b5b'}), 'az': u'nova', 'id': u'2e7775e7-1cf7-43d8-b680-bc13e7ffa28e', 'security_groups': [Munch({u'name': u'vping-sg-257ce73d-a9fd-4283-a65b-c6b60951b331'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'81ab6999dedb4fbd8c2be7c27a707a80', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'36d592502d0e461c8dcd124c64e47d3f', 'name': 'admin', '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-05-26T17:32:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-26T17:40:11Z', 'hostId': u'c90977ffde01e409fbfe73310d8d0931ade587e77c2de1392637bc31', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-257ce73d-a9fd-4283-a65b-c6b60951b331', 'public_v6': '', 'private_v4': u'192.168.130.5', 'cloud': 'envvars', 'host_id': u'c90977ffde01e409fbfe73310d8d0931ade587e77c2de1392637bc31', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', 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-EXT-SRV-ATTR:instance_name': u'instance-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-26T17:32:44.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'36d592502d0e461c8dcd124c64e47d3f', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-ssh--257ce73d-a9fd-4283-a65b-c6b60951b331', 'adminPass': u'HFi3GxPP7P5G', 'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', 'region': 'regionOne', 'created': u'2018-05-26T17:40:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-26 17:40:15,850 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'DOWN', 'router_id': u'eb2717f0-2730-4083-988c-e4aa5caeef62', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', 'created_at': u'2018-05-26T17:40:15Z', 'attached': True, 'updated_at': u'2018-05-26T17:40:15Z', 'id': u'324d70c2-66b5-4c46-af0a-b32eb58b47af', 'floating_network_id': u'988d007d-2a85-4b13-9342-31efd7ed4b30', 'fixed_ip_address': u'192.168.130.5', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'36d592502d0e461c8dcd124c64e47d3f', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'eb2717f0-2730-4083-988c-e4aa5caeef62', 'project_id': u'36d592502d0e461c8dcd124c64e47d3f', 'port_id': u'35d91664-d05a-4d95-9281-2b2c61957f0a', 'port': u'35d91664-d05a-4d95-9281-2b2c61957f0a', 'network': u'988d007d-2a85-4b13-9342-31efd7ed4b30'}) 2018-05-26 17:40:17,537 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2 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 472103890 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.131134] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132739] pid_max: default: 32768 minimum: 301 [ 0.133607] ACPI: Core revision 20150930 [ 0.134963] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136227] Security Framework initialized [ 0.137018] Yama: becoming mindful. [ 0.137726] AppArmor: AppArmor initialized [ 0.138572] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139863] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141097] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142266] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143613] Initializing cgroup subsys io [ 0.144403] Initializing cgroup subsys memory [ 0.145233] Initializing cgroup subsys devices [ 0.146075] Initializing cgroup subsys freezer [ 0.146925] Initializing cgroup subsys net_cls [ 0.147783] Initializing cgroup subsys perf_event [ 0.148665] Initializing cgroup subsys net_prio [ 0.149519] Initializing cgroup subsys hugetlb [ 0.150373] Initializing cgroup subsys pids [ 0.151221] CPU: Physical Processor ID: 0 [ 0.152712] mce: CPU supports 10 MCE banks [ 0.153533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154512] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165146] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171533] ftrace: allocating 31920 entries in 125 pages [ 0.197334] smpboot: Max logical packages: 1 [ 0.198193] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199511] x2apic enabled [ 0.200302] Switched APIC routing to physical x2apic. [ 0.202025] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203115] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205048] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206783] KVM setup paravirtual spinlock [ 0.208050] x86: Booted up 1 node, 1 CPUs [ 0.208842] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210198] devtmpfs: initialized [ 0.211900] evm: security.selinux [ 0.212584] evm: security.SMACK64 [ 0.213256] evm: security.SMACK64EXEC [ 0.213986] evm: security.SMACK64TRANSMUTE [ 0.214781] evm: security.SMACK64MMAP [ 0.215504] evm: security.ima [ 0.216131] evm: security.capability [ 0.216918] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218709] pinctrl core: initialized pinctrl subsystem [ 0.219771] RTC time: 17:32:44, date: 05/26/18 [ 0.220710] NET: Registered protocol family 16 [ 0.221658] cpuidle: using governor ladder [ 0.222452] cpuidle: using governor menu [ 0.223214] PCCT header not found. [ 0.223942] ACPI: bus type PCI registered [ 0.224727] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225937] PCI: Using configuration type 1 for base access [ 0.227659] ACPI: Added _OSI(Module Device) [ 0.228475] ACPI: Added _OSI(Processor Device) [ 0.229313] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230187] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232295] ACPI: Interpreter enabled [ 0.233039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238390] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240167] ACPI: (supports S0 S5) [ 0.240851] ACPI: Using IOAPIC for interrupt routing [ 0.241764] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247394] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251437] acpiphp: Slot [3] registered [ 0.252347] acpiphp: Slot [4] registered [ 0.253135] acpiphp: Slot [5] registered [ 0.253915] acpiphp: Slot [6] registered [ 0.254693] acpiphp: Slot [7] registered [ 0.255466] acpiphp: Slot [8] registered [ 0.256239] acpiphp: Slot [9] registered [ 0.257016] acpiphp: Slot [10] registered [ 0.257818] acpiphp: Slot [11] registered [ 0.258617] acpiphp: Slot [12] registered [ 0.259403] acpiphp: Slot [13] registered [ 0.260185] acpiphp: Slot [14] registered [ 0.260973] acpiphp: Slot [15] registered [ 0.271811] acpiphp: Slot [16] registered [ 0.272608] acpiphp: Slot [17] registered [ 0.273400] acpiphp: Slot [18] registered [ 0.274186] acpiphp: Slot [19] registered [ 0.274974] acpiphp: Slot [20] registered [ 0.275767] acpiphp: Slot [21] registered [ 0.276560] acpiphp: Slot [22] registered [ 0.277346] acpiphp: Slot [23] registered [ 0.278138] acpiphp: Slot [24] registered [ 0.278927] acpiphp: Slot [25] registered [ 0.279714] acpiphp: Slot [26] registered [ 0.280501] acpiphp: Slot [27] registered [ 0.281293] acpiphp: Slot [28] registered [ 0.282085] acpiphp: Slot [29] registered [ 0.282874] acpiphp: Slot [30] registered [ 0.283662] acpiphp: Slot [31] registered [ 0.284447] PCI host bridge to bus 0000:00 [ 0.285230] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286407] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288977] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290378] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296627] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297906] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299039] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300263] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306598] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307984] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354466] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355855] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357239] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358593] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.359807] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360928] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363679] vgaarb: loaded [ 0.364275] vgaarb: bridge control possible 0000:00:02.0 [ 0.365410] SCSI subsystem initialized [ 0.366207] ACPI: bus type USB registered [ 0.367003] usbcore: registered new interface driver usbfs [ 0.368002] usbcore: registered new interface driver hub [ 0.368980] usbcore: registered new device driver usb [ 0.370013] PCI: Using ACPI for IRQ routing [ 0.371012] NetLabel: Initializing [ 0.371713] NetLabel: domain hash size = 128 [ 0.372540] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373459] NetLabel: unlabeled traffic allowed by default [ 0.374525] clocksource: Switched to clocksource kvm-clock [ 0.379922] AppArmor: AppArmor Filesystem Enabled [ 0.380853] pnp: PnP ACPI init [ 0.381742] pnp: PnP ACPI: found 5 devices [ 0.388095] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389754] NET: Registered protocol family 2 [ 0.390685] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.391915] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.393054] TCP: Hash tables configured (established 4096 bind 4096) [ 0.394189] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395277] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396415] NET: Registered protocol family 1 [ 0.397254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398334] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399382] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.413532] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.427789] Trying to unpack rootfs image as initramfs... [ 0.478433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492747] Scanning for low memory corruption every 60 seconds [ 0.494022] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495142] audit: initializing netlink subsys (disabled) [ 0.496145] audit: type=2000 audit(1527355965.260:1): initialized [ 0.497421] Initialise system trusted keyring [ 0.498344] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501417] zbud: loaded [ 0.502100] VFS: Disk quotas dquot_6.6.0 [ 0.502910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504389] fuse init (API version 7.23) [ 0.505282] Key type big_key registered [ 0.506064] Allocating IMA MOK and blacklist keyrings. [ 0.507143] Key type asymmetric registered [ 0.507948] Asymmetric key parser 'x509' registered [ 0.508871] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.510678] io scheduler noop registered [ 0.511455] io scheduler deadline registered (default) [ 0.512415] io scheduler cfq registered [ 0.513221] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514236] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.515486] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.516901] ACPI: Power Button [PWRF] [ 0.517712] GHES: HEST is not enabled! [ 0.531752] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559959] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586051] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588920] Linux agpgart interface v0.103 [ 0.591257] brd: module loaded [ 0.592422] loop: module loaded [ 0.598879] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600355] GPT:90111 != 2097151 [ 0.601017] GPT:Alternate GPT header not at the end of the disk. [ 0.602076] GPT:90111 != 2097151 [ 0.602742] GPT: Use GNU Parted to correct GPT errors. [ 0.603687] vda: vda1 vda15 [ 0.605450] scsi host0: ata_piix [ 0.606175] scsi host1: ata_piix [ 0.606878] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.608064] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609473] libphy: Fixed MDIO Bus: probed [ 0.610271] tun: Universal TUN/TAP device driver, 1.6 [ 0.611204] tun: (C) 1999-2004 Max Krasnyansky [ 0.613462] PPP generic driver version 2.4.2 [ 0.614513] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616139] ehci-pci: EHCI PCI platform driver [ 0.617168] ehci-platform: EHCI generic platform driver [ 0.618311] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619634] ohci-pci: OHCI PCI platform driver [ 0.620645] ohci-platform: OHCI generic platform driver [ 0.621812] uhci_hcd: USB Universal Host Controller Interface driver [ 0.636431] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.637618] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.639314] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.640479] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.641771] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.643229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.644907] usb usb1: Product: UHCI Host Controller [ 0.646041] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.647227] usb usb1: SerialNumber: 0000:00:01.2 [ 0.648157] hub 1-0:1.0: USB hub found [ 0.648903] hub 1-0:1.0: 2 ports detected [ 0.649770] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.651826] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.652741] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.653740] mousedev: PS/2 mouse device common for all mice [ 0.654983] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.656758] rtc_cmos 00:00: RTC can wake from S4 [ 0.657807] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.658975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.660114] i2c /dev entries driver [ 0.660840] device-mapper: uevent: version 1.0.3 [ 0.661740] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.663307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.664558] NET: Registered protocol family 10 [ 0.665519] NET: Registered protocol family 17 [ 0.666376] Key type dns_resolver registered [ 0.667278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.668332] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.670016] registered taskstats version 1 [ 0.670826] Loading compiled-in X.509 certificates [ 0.672233] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.674003] zswap: loaded using pool lzo/zbud [ 0.675322] Key type trusted registered [ 0.676836] Key type encrypted registered [ 0.677642] AppArmor: AppArmor sha1 policy hashing enabled [ 0.678636] ima: No TPM chip found, activating TPM-bypass! [ 0.679641] evm: HMAC attrs: 0x1 [ 0.680543] Magic number: 2:230:543 [ 0.681362] rtc_cmos 00:00: setting system clock to 2018-05-26 17:32:45 UTC (1527355965) [ 0.682905] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683977] EDD information not available. [ 0.767541] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769047] Write protecting the kernel read-only data: 14336k [ 0.780588] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.782336] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.18 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.383434] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.5... Lease of 192.168.130.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.32. iid=i-0000000c failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAnYA7lPXCUb8cAP1apq1CuMFhlLuHfxqLmsNeZyjYJXwiD3L4bGMKsjpvluTLj47uPtcQ/bEEICpe0PsCy1LVIEjEDuJi3VpbZ8p4BWxpaEdA4Ladg//ml/al/rP+RH2i9RfwCzZafL8jD/wHAiFMTiF5FWV2C/pXOHIIvlikEkDF6+JAb1RPQEECtSnrF9g5Fdp6qTaMI6JDK08iVyLjhmEATwQrZcBdVGTnCe/coQ7pCHtpBdCeYSTKiLDNObqeg5KpF9Pj742iscAquzBqpYAdinZreFuSdek16Dl5fyx7VSlCoYSetXbhE0TID5RYZ/mB4BV0+MELDUcPVK1p root@opnfv-vping-2-ssh--257ce73d-a9fd-4283-a65b-c6b60951b331 ssh-dss AAAAB3NzaC1kc3MAAACBAINDXCrWpIoIDN1YKKi2gNVK2UGVsS5gQxLXNSa9wP68UNH5WJzI/P9dUd2GsiNBlMyHgNyI2qZQbyg15x29LgBgvqQOMRKCe2i24MtakOBXyOK+TtgpUFpR9rAK5AUR19vN86rxV8Nxt8xd4xNYEOxmHkHUYq9tuNgHabW8Ip2tAAAAFQDQEDTuQRNIuUgi1JFOmjDMzIjIdQAAAIBg5SJ6o9lj+Epd651DDkPetxthoDYfRkm9oqTnuav9FbkyKhgtSyMyfULlKKd+4zHK7dORDNjjFbK+JZgmv8DHgsFn4F1DNFncIZaI9YZ7/hzSQIaqwWwXGi3Wh/2Q7avB3QX1tFl5Px990rpVtmgFIlqTTEXpL3nOLKmjDBpZOwAAAIAK6e9V3NFBThRs/bitI1yQClhOKjK/gxdmmo587oq2DT29lxy18yi5n5yrmasksClJqHVZ/c1//Abjy+Di5jQ/F83KeCa0omsTQYAvF64LvfGecoIpJvdLG1ZZWutyxeZeBVtDAudhu+OEMerKLyY2vN85tmoSSnmcdNukq+EVfA== root@opnfv-vping-2-ssh--257ce73d-a9fd-4283-a65b-c6b60951b331 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.5,24,fe80::f816:3eff:fe96:7d3a/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.5 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-0000000c name: N/A availability-zone: nova local-hostname: opnfv-vping-2-ssh--257ce73d-a9fd-4283-a65b-c6b60951b331 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-ssh--257ce73d-a9fd-4283-a65b-c6b60951b331 login: 2018-05-26 17:40:17,538 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-26 17:40:19,242 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-26 17:40:19,247 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-26 17:40:19,250 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-26 17:40:19,250 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-26 17:40:19,757 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 17:40:19,757 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:34 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-26 17:40:53,166 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-26 17:40:53,854 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'5854f9ad-e56c-4207-8d84-c79777d91a22'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-26T16:59:27Z', u'is_default': False, u'revision_number': 5, u'port_security_enabled': True, u'mtu': 1500, u'id': u'988d007d-2a85-4b13-9342-31efd7ed4b30', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-05-26T16:59:22Z', u'provider:network_type': u'flat', u'tenant_id': u'0bd4062f5c3f4b4899b19b10e99c042b', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0bd4062f5c3f4b4899b19b10e99c042b'}) 2018-05-26 17:40:53,855 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-26 17:40:53,855 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-26 17:40:53' 2018-05-26 17:40:53,855 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--335c7668-ebc0-4e7a-9d0a-4af41356ec58' 2018-05-26 17:40:53,855 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-26 17:40:55,611 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--335c7668-ebc0-4e7a-9d0a-4af41356ec58', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T17:40:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/c04971df-8bdb-439e-9de8-d3631ad6c9ca/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c04971df-8bdb-439e-9de8-d3631ad6c9ca', u'size': None, u'name': u'functest-vping--335c7668-ebc0-4e7a-9d0a-4af41356ec58', u'checksum': None, u'self': u'/v2/images/c04971df-8bdb-439e-9de8-d3631ad6c9ca', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T17:40:54Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 17:40:55,612 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-335c7668-ebc0-4e7a-9d0a-4af41356ec58' 2018-05-26 17:40:55,865 - functest.opnfv_tests.openstack.vping.vping_userdata - 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-05-26T17:40:55Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'77756222-d670-4cf6-80fe-442e2bc1cee3', u'provider:segmentation_id': 22, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping-net-335c7668-ebc0-4e7a-9d0a-4af41356ec58', u'created_at': u'2018-05-26T17:40:55Z', u'mtu': 1450, u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 17:40:56,296 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T17:40:56Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'41c82c81-65a0-4df3-b0b3-c30649401204', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-335c7668-ebc0-4e7a-9d0a-4af41356ec58', u'enable_dhcp': True, u'network_id': u'77756222-d670-4cf6-80fe-442e2bc1cee3', u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'created_at': u'2018-05-26T17:40:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 17:40:56,296 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-335c7668-ebc0-4e7a-9d0a-4af41356ec58' 2018-05-26 17:40:57,400 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T17:40:57Z', u'revision_number': 3, u'ha': False, u'id': u'c503919b-b4d5-4cd9-b6c7-b24719704457', u'external_gateway_info': {u'network_id': u'988d007d-2a85-4b13-9342-31efd7ed4b30', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5854f9ad-e56c-4207-8d84-c79777d91a22', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-335c7668-ebc0-4e7a-9d0a-4af41356ec58', u'admin_state_up': True, u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'created_at': u'2018-05-26T17:40:56Z', u'flavor_id': None, u'routes': [], u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 17:40:58,951 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-335c7668-ebc0-4e7a-9d0a-4af41356ec58' 2018-05-26 17:40:59,137 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-335c7668-ebc0-4e7a-9d0a-4af41356ec58', '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'36d592502d0e461c8dcd124c64e47d3f', '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'37712099-3218-49b8-b74d-8c1e81879dfd', 'swap': 0}) 2018-05-26 17:40:59,580 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-335c7668-ebc0-4e7a-9d0a-4af41356ec58' 2018-05-26 17:41:08,803 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-335c7668-ebc0-4e7a-9d0a-4af41356ec58': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:31:07:cf', u'version': 4, u'addr': u'192.168.130.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c04971df-8bdb-439e-9de8-d3631ad6c9ca'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-26T17:33:31.000000', 'flavor': Munch({u'id': u'37712099-3218-49b8-b74d-8c1e81879dfd'}), 'az': u'nova', 'id': u'ba721a5d-f3b4-4bdf-92f1-9762ab6252b7', 'security_groups': [Munch({u'name': u'vping-sg-335c7668-ebc0-4e7a-9d0a-4af41356ec58'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'81ab6999dedb4fbd8c2be7c27a707a80', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'36d592502d0e461c8dcd124c64e47d3f', 'name': 'admin', '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-05-26T17:33:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-26T17:41:07Z', 'hostId': u'675033a70f3d485d4ed5b005135f72bd3a0f0fef6851b8eaf1318b72', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.3', 'cloud': 'envvars', 'host_id': u'675033a70f3d485d4ed5b005135f72bd3a0f0fef6851b8eaf1318b72', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', 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-EXT-SRV-ATTR:instance_name': u'instance-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-26T17:33:31.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'36d592502d0e461c8dcd124c64e47d3f', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-335c7668-ebc0-4e7a-9d0a-4af41356ec58', 'adminPass': u'P2zu5DgyRXMG', 'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', 'region': 'regionOne', 'created': u'2018-05-26T17:41:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-26 17:41:10,437 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 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 492922655 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.139026] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140710] pid_max: default: 32768 minimum: 301 [ 0.141614] ACPI: Core revision 20150930 [ 0.142998] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144331] Security Framework initialized [ 0.145160] Yama: becoming mindful. [ 0.145884] AppArmor: AppArmor initialized [ 0.146771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149438] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152095] Initializing cgroup subsys io [ 0.152934] Initializing cgroup subsys memory [ 0.153825] Initializing cgroup subsys devices [ 0.154728] Initializing cgroup subsys freezer [ 0.155611] Initializing cgroup subsys net_cls [ 0.156499] Initializing cgroup subsys perf_event [ 0.157428] Initializing cgroup subsys net_prio [ 0.158338] Initializing cgroup subsys hugetlb [ 0.159221] Initializing cgroup subsys pids [ 0.160104] CPU: Physical Processor ID: 0 [ 0.161604] mce: CPU supports 10 MCE banks [ 0.162479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163497] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174288] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180537] ftrace: allocating 31920 entries in 125 pages [ 0.206170] smpboot: Max logical packages: 1 [ 0.207010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208365] x2apic enabled [ 0.209177] Switched APIC routing to physical x2apic. [ 0.210934] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212076] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214099] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215926] KVM setup paravirtual spinlock [ 0.217234] x86: Booted up 1 node, 1 CPUs [ 0.218045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219450] devtmpfs: initialized [ 0.221144] evm: security.selinux [ 0.221857] evm: security.SMACK64 [ 0.222604] evm: security.SMACK64EXEC [ 0.223398] evm: security.SMACK64TRANSMUTE [ 0.224223] evm: security.SMACK64MMAP [ 0.224982] evm: security.ima [ 0.225637] evm: security.capability [ 0.226470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228370] pinctrl core: initialized pinctrl subsystem [ 0.229502] RTC time: 17:33:32, date: 05/26/18 [ 0.230471] NET: Registered protocol family 16 [ 0.231452] cpuidle: using governor ladder [ 0.232331] cpuidle: using governor menu [ 0.233145] PCCT header not found. [ 0.233898] ACPI: bus type PCI registered [ 0.234718] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235987] PCI: Using configuration type 1 for base access [ 0.237780] ACPI: Added _OSI(Module Device) [ 0.238663] ACPI: Added _OSI(Processor Device) [ 0.239536] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240459] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242593] ACPI: Interpreter enabled [ 0.243389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250965] ACPI: (supports S0 S5) [ 0.251685] ACPI: Using IOAPIC for interrupt routing [ 0.252770] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255860] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257034] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261770] acpiphp: Slot [3] registered [ 0.262584] acpiphp: Slot [4] registered [ 0.263426] acpiphp: Slot [5] registered [ 0.264251] acpiphp: Slot [6] registered [ 0.265069] acpiphp: Slot [7] registered [ 0.265883] acpiphp: Slot [8] registered [ 0.266698] acpiphp: Slot [9] registered [ 0.267521] acpiphp: Slot [10] registered [ 0.268340] acpiphp: Slot [11] registered [ 0.269159] acpiphp: Slot [12] registered [ 0.269983] acpiphp: Slot [13] registered [ 0.270804] acpiphp: Slot [14] registered [ 0.271631] acpiphp: Slot [15] registered [ 0.282442] acpiphp: Slot [16] registered [ 0.283268] acpiphp: Slot [17] registered [ 0.284091] acpiphp: Slot [18] registered [ 0.284918] acpiphp: Slot [19] registered [ 0.285746] acpiphp: Slot [20] registered [ 0.286579] acpiphp: Slot [21] registered [ 0.287405] acpiphp: Slot [22] registered [ 0.288232] acpiphp: Slot [23] registered [ 0.289066] acpiphp: Slot [24] registered [ 0.289913] acpiphp: Slot [25] registered [ 0.290745] acpiphp: Slot [26] registered [ 0.291571] acpiphp: Slot [27] registered [ 0.292394] acpiphp: Slot [28] registered [ 0.293222] acpiphp: Slot [29] registered [ 0.294037] acpiphp: Slot [30] registered [ 0.294898] acpiphp: Slot [31] registered [ 0.295744] PCI host bridge to bus 0000:00 [ 0.296555] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297759] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298983] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300452] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301928] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309447] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310640] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311932] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318184] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319636] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364699] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366230] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367679] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369159] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370598] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371887] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373086] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374335] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375926] vgaarb: loaded [ 0.376553] vgaarb: bridge control possible 0000:00:02.0 [ 0.377712] SCSI subsystem initialized [ 0.378548] ACPI: bus type USB registered [ 0.379376] usbcore: registered new interface driver usbfs [ 0.380424] usbcore: registered new interface driver hub [ 0.381448] usbcore: registered new device driver usb [ 0.382544] PCI: Using ACPI for IRQ routing [ 0.383583] NetLabel: Initializing [ 0.384305] NetLabel: domain hash size = 128 [ 0.385167] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386133] NetLabel: unlabeled traffic allowed by default [ 0.387248] clocksource: Switched to clocksource kvm-clock [ 0.392756] AppArmor: AppArmor Filesystem Enabled [ 0.393767] pnp: PnP ACPI init [ 0.394709] pnp: PnP ACPI: found 5 devices [ 0.401134] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402847] NET: Registered protocol family 2 [ 0.403814] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406262] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407588] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408760] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410032] NET: Registered protocol family 1 [ 0.410952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412134] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413286] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427393] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441755] Trying to unpack rootfs image as initramfs... [ 0.491667] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505975] Scanning for low memory corruption every 60 seconds [ 0.507427] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508678] audit: initializing netlink subsys (disabled) [ 0.509803] audit: type=2000 audit(1527356012.626:1): initialized [ 0.511216] Initialise system trusted keyring [ 0.512198] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.513437] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.515460] zbud: loaded [ 0.516184] VFS: Disk quotas dquot_6.6.0 [ 0.517038] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.518613] fuse init (API version 7.23) [ 0.519550] Key type big_key registered [ 0.520436] Allocating IMA MOK and blacklist keyrings. [ 0.521945] Key type asymmetric registered [ 0.522818] Asymmetric key parser 'x509' registered [ 0.523828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525364] io scheduler noop registered [ 0.526194] io scheduler deadline registered (default) [ 0.527263] io scheduler cfq registered [ 0.528132] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.529223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.530603] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.532157] ACPI: Power Button [PWRF] [ 0.533022] GHES: HEST is not enabled! [ 0.546383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.574154] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601971] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604741] Linux agpgart interface v0.103 [ 0.606863] brd: module loaded [ 0.608077] loop: module loaded [ 0.613330] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.614851] GPT:90111 != 2097151 [ 0.615566] GPT:Alternate GPT header not at the end of the disk. [ 0.616719] GPT:90111 != 2097151 [ 0.617433] GPT: Use GNU Parted to correct GPT errors. [ 0.618448] vda: vda1 vda15 [ 0.620229] scsi host0: ata_piix [ 0.621007] scsi host1: ata_piix [ 0.621765] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.623041] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624553] libphy: Fixed MDIO Bus: probed [ 0.625408] tun: Universal TUN/TAP device driver, 1.6 [ 0.626404] tun: (C) 1999-2004 Max Krasnyansky [ 0.628774] PPP generic driver version 2.4.2 [ 0.629975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.631242] ehci-pci: EHCI PCI platform driver [ 0.632165] ehci-platform: EHCI generic platform driver [ 0.633206] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.634382] ohci-pci: OHCI PCI platform driver [ 0.635300] ohci-platform: OHCI generic platform driver [ 0.636344] uhci_hcd: USB Universal Host Controller Interface driver [ 0.650879] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.651920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.653428] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.654484] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.655657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.656929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.658385] usb usb1: Product: UHCI Host Controller [ 0.659351] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.660583] usb usb1: SerialNumber: 0000:00:01.2 [ 0.661586] hub 1-0:1.0: USB hub found [ 0.662398] hub 1-0:1.0: 2 ports detected [ 0.663346] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665500] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666495] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667570] mousedev: PS/2 mouse device common for all mice [ 0.668862] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670753] rtc_cmos 00:00: RTC can wake from S4 [ 0.671894] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674344] i2c /dev entries driver [ 0.675132] device-mapper: uevent: version 1.0.3 [ 0.676101] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677795] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679101] NET: Registered protocol family 10 [ 0.680116] NET: Registered protocol family 17 [ 0.681010] Key type dns_resolver registered [ 0.681976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.683102] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684912] registered taskstats version 1 [ 0.685766] Loading compiled-in X.509 certificates [ 0.687245] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.689178] zswap: loaded using pool lzo/zbud [ 0.690567] Key type trusted registered [ 0.692169] Key type encrypted registered [ 0.693011] AppArmor: AppArmor sha1 policy hashing enabled [ 0.694062] ima: No TPM chip found, activating TPM-bypass! [ 0.695120] evm: HMAC attrs: 0x1 [ 0.696091] Magic number: 2:780:593 [ 0.696957] rtc_cmos 00:00: setting system clock to 2018-05-26 17:33:32 UTC (1527356012) [ 0.698605] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699762] EDD information not available. [ 0.784246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785870] Write protecting the kernel read-only data: 14336k [ 0.797788] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799638] 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.843690] 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.49 info: container: none Starting logging: OK 2018-05-26 17:41:10,437 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--335c7668-ebc0-4e7a-9d0a-4af41356ec58' 2018-05-26 17:41:20,797 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-335c7668-ebc0-4e7a-9d0a-4af41356ec58': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9a:4b:74', u'version': 4, u'addr': u'192.168.130.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c04971df-8bdb-439e-9de8-d3631ad6c9ca'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-26T17:33:52.000000', 'flavor': Munch({u'id': u'37712099-3218-49b8-b74d-8c1e81879dfd'}), 'az': u'nova', 'id': u'dfb3afd9-242b-4eb9-8902-641c3acead80', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'81ab6999dedb4fbd8c2be7c27a707a80', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'36d592502d0e461c8dcd124c64e47d3f', 'name': 'admin', '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-05-26T17:33:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-26T17:41:19Z', 'hostId': u'c90977ffde01e409fbfe73310d8d0931ade587e77c2de1392637bc31', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.11', 'cloud': 'envvars', 'host_id': u'c90977ffde01e409fbfe73310d8d0931ade587e77c2de1392637bc31', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', 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-EXT-SRV-ATTR:instance_name': u'instance-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-26T17:33:52.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'36d592502d0e461c8dcd124c64e47d3f', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-userdata--335c7668-ebc0-4e7a-9d0a-4af41356ec58', 'adminPass': u'K6BpTjTwQpq2', 'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', 'region': 'regionOne', 'created': u'2018-05-26T17:41:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-26 17:41:22,344 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2 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 492922655 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.139026] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140710] pid_max: default: 32768 minimum: 301 [ 0.141614] ACPI: Core revision 20150930 [ 0.142998] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144331] Security Framework initialized [ 0.145160] Yama: becoming mindful. [ 0.145884] AppArmor: AppArmor initialized [ 0.146771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149438] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152095] Initializing cgroup subsys io [ 0.152934] Initializing cgroup subsys memory [ 0.153825] Initializing cgroup subsys devices [ 0.154728] Initializing cgroup subsys freezer [ 0.155611] Initializing cgroup subsys net_cls [ 0.156499] Initializing cgroup subsys perf_event [ 0.157428] Initializing cgroup subsys net_prio [ 0.158338] Initializing cgroup subsys hugetlb [ 0.159221] Initializing cgroup subsys pids [ 0.160104] CPU: Physical Processor ID: 0 [ 0.161604] mce: CPU supports 10 MCE banks [ 0.162479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163497] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174288] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180537] ftrace: allocating 31920 entries in 125 pages [ 0.206170] smpboot: Max logical packages: 1 [ 0.207010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208365] x2apic enabled [ 0.209177] Switched APIC routing to physical x2apic. [ 0.210934] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212076] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214099] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215926] KVM setup paravirtual spinlock [ 0.217234] x86: Booted up 1 node, 1 CPUs [ 0.218045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219450] devtmpfs: initialized [ 0.221144] evm: security.selinux [ 0.221857] evm: security.SMACK64 [ 0.222604] evm: security.SMACK64EXEC [ 0.223398] evm: security.SMACK64TRANSMUTE [ 0.224223] evm: security.SMACK64MMAP [ 0.224982] evm: security.ima [ 0.225637] evm: security.capability [ 0.226470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228370] pinctrl core: initialized pinctrl subsystem [ 0.229502] RTC time: 17:33:32, date: 05/26/18 [ 0.230471] NET: Registered protocol family 16 [ 0.231452] cpuidle: using governor ladder [ 0.232331] cpuidle: using governor menu [ 0.233145] PCCT header not found. [ 0.233898] ACPI: bus type PCI registered [ 0.234718] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235987] PCI: Using configuration type 1 for base access [ 0.237780] ACPI: Added _OSI(Module Device) [ 0.238663] ACPI: Added _OSI(Processor Device) [ 0.239536] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240459] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242593] ACPI: Interpreter enabled [ 0.243389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250965] ACPI: (supports S0 S5) [ 0.251685] ACPI: Using IOAPIC for interrupt routing [ 0.252770] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255860] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257034] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261770] acpiphp: Slot [3] registered [ 0.262584] acpiphp: Slot [4] registered [ 0.263426] acpiphp: Slot [5] registered [ 0.264251] acpiphp: Slot [6] registered [ 0.265069] acpiphp: Slot [7] registered [ 0.265883] acpiphp: Slot [8] registered [ 0.266698] acpiphp: Slot [9] registered [ 0.267521] acpiphp: Slot [10] registered [ 0.268340] acpiphp: Slot [11] registered [ 0.269159] acpiphp: Slot [12] registered [ 0.269983] acpiphp: Slot [13] registered [ 0.270804] acpiphp: Slot [14] registered [ 0.271631] acpiphp: Slot [15] registered [ 0.282442] acpiphp: Slot [16] registered [ 0.283268] acpiphp: Slot [17] registered [ 0.284091] acpiphp: Slot [18] registered [ 0.284918] acpiphp: Slot [19] registered [ 0.285746] acpiphp: Slot [20] registered [ 0.286579] acpiphp: Slot [21] registered [ 0.287405] acpiphp: Slot [22] registered [ 0.288232] acpiphp: Slot [23] registered [ 0.289066] acpiphp: Slot [24] registered [ 0.289913] acpiphp: Slot [25] registered [ 0.290745] acpiphp: Slot [26] registered [ 0.291571] acpiphp: Slot [27] registered [ 0.292394] acpiphp: Slot [28] registered [ 0.293222] acpiphp: Slot [29] registered [ 0.294037] acpiphp: Slot [30] registered [ 0.294898] acpiphp: Slot [31] registered [ 0.295744] PCI host bridge to bus 0000:00 [ 0.296555] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297759] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298983] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300452] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301928] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309447] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310640] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311932] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318184] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319636] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364699] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366230] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367679] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369159] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370598] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371887] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373086] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374335] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375926] vgaarb: loaded [ 0.376553] vgaarb: bridge control possible 0000:00:02.0 [ 0.377712] SCSI subsystem initialized [ 0.378548] ACPI: bus type USB registered [ 0.379376] usbcore: registered new interface driver usbfs [ 0.380424] usbcore: registered new interface driver hub [ 0.381448] usbcore: registered new device driver usb [ 0.382544] PCI: Using ACPI for IRQ routing [ 0.383583] NetLabel: Initializing [ 0.384305] NetLabel: domain hash size = 128 [ 0.385167] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386133] NetLabel: unlabeled traffic allowed by default [ 0.387248] clocksource: Switched to clocksource kvm-clock [ 0.392756] AppArmor: AppArmor Filesystem Enabled [ 0.393767] pnp: PnP ACPI init [ 0.394709] pnp: PnP ACPI: found 5 devices [ 0.401134] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402847] NET: Registered protocol family 2 [ 0.403814] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406262] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407588] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408760] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410032] NET: Registered protocol family 1 [ 0.410952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412134] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413286] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427393] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441755] Trying to unpack rootfs image as initramfs... [ 0.491667] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505975] Scanning for low memory corruption every 60 seconds [ 0.507427] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508678] audit: initializing netlink subsys (disabled) [ 0.509803] audit: type=2000 audit(1527356012.626:1): initialized [ 0.511216] Initialise system trusted keyring [ 0.512198] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.513437] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.515460] zbud: loaded [ 0.516184] VFS: Disk quotas dquot_6.6.0 [ 0.517038] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.518613] fuse init (API version 7.23) [ 0.519550] Key type big_key registered [ 0.520436] Allocating IMA MOK and blacklist keyrings. [ 0.521945] Key type asymmetric registered [ 0.522818] Asymmetric key parser 'x509' registered [ 0.523828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525364] io scheduler noop registered [ 0.526194] io scheduler deadline registered (default) [ 0.527263] io scheduler cfq registered [ 0.528132] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.529223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.530603] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.532157] ACPI: Power Button [PWRF] [ 0.533022] GHES: HEST is not enabled! [ 0.546383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.574154] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601971] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604741] Linux agpgart interface v0.103 [ 0.606863] brd: module loaded [ 0.608077] loop: module loaded [ 0.613330] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.614851] GPT:90111 != 2097151 [ 0.615566] GPT:Alternate GPT header not at the end of the disk. [ 0.616719] GPT:90111 != 2097151 [ 0.617433] GPT: Use GNU Parted to correct GPT errors. [ 0.618448] vda: vda1 vda15 [ 0.620229] scsi host0: ata_piix [ 0.621007] scsi host1: ata_piix [ 0.621765] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.623041] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624553] libphy: Fixed MDIO Bus: probed [ 0.625408] tun: Universal TUN/TAP device driver, 1.6 [ 0.626404] tun: (C) 1999-2004 Max Krasnyansky [ 0.628774] PPP generic driver version 2.4.2 [ 0.629975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.631242] ehci-pci: EHCI PCI platform driver [ 0.632165] ehci-platform: EHCI generic platform driver [ 0.633206] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.634382] ohci-pci: OHCI PCI platform driver [ 0.635300] ohci-platform: OHCI generic platform driver [ 0.636344] uhci_hcd: USB Universal Host Controller Interface driver [ 0.650879] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.651920] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.653428] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.654484] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.655657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.656929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.658385] usb usb1: Product: UHCI Host Controller [ 0.659351] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.660583] usb usb1: SerialNumber: 0000:00:01.2 [ 0.661586] hub 1-0:1.0: USB hub found [ 0.662398] hub 1-0:1.0: 2 ports detected [ 0.663346] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665500] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666495] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667570] mousedev: PS/2 mouse device common for all mice [ 0.668862] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670753] rtc_cmos 00:00: RTC can wake from S4 [ 0.671894] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674344] i2c /dev entries driver [ 0.675132] device-mapper: uevent: version 1.0.3 [ 0.676101] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677795] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679101] NET: Registered protocol family 10 [ 0.680116] NET: Registered protocol family 17 [ 0.681010] Key type dns_resolver registered [ 0.681976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.683102] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684912] registered taskstats version 1 [ 0.685766] Loading compiled-in X.509 certificates [ 0.687245] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.689178] zswap: loaded using pool lzo/zbud [ 0.690567] Key type trusted registered [ 0.692169] Key type encrypted registered [ 0.693011] AppArmor: AppArmor sha1 policy hashing enabled [ 0.694062] ima: No TPM chip found, activating TPM-bypass! [ 0.695120] evm: HMAC attrs: 0x1 [ 0.696091] Magic number: 2:780:593 [ 0.696957] rtc_cmos 00:00: setting system clock to 2018-05-26 17:33:32 UTC (1527356012) [ 0.698605] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699762] EDD information not available. [ 0.784246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785870] Write protecting the kernel read-only data: 14336k [ 0.797788] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799638] 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.843690] 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.49 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.130.3... Lease of 192.168.130.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.64. iid=i-0000000d failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC7GyB+SQ62+gEIHtkuZXKtTuoT135pOikopwzr5PktWpRAGbdqfCOIfX+J4nZd6eWmBUjpaItg9qoxPSkp8diAG2V/JpvgzcvJNNgoybtP1yvxp5yMkkTXQS4wIK9qHdZq+FrvQlqQr7IvjI2iygKGbQyivy7Kmz7seC6S2pVBhrd1KhzTWg+E3C3Nc/Vw0MjqnqQZCMN7bizELW61J3kmN8BC3wewBgWkIFiMfUml7Cc98PczIZ+dJ4wTm196bwQkNiw3aao2vO/UPTt7PGsgkPDVu1OdcbvEC5lYrmITk3GWk4hAdBXS7vmb3dssajqdtrAfiIMgjdtWN9c4aC+d root@opnfv-vping-1-335c7668-ebc0-4e7a-9d0a-4af41356ec58 ssh-dss AAAAB3NzaC1kc3MAAACBAPQmACV11HQ+2O0MQbJJyJdyd7HG4aAvdyuZFpMdoq3xC+L/z8jmD5bMAXzaZZkzux5mU1vOHRZgO/rPVdY5ljQarEXwdB6Li5j//gsiH34y+ru1+wE2YJGZmowdfUrE7oE3AkpsHqRmrMn7Vw+X2K6LE4oTvTh5NtQbyOBAz5m7AAAAFQCKknv98aaz78MGM3HtgzpTObntGQAAAIEAlwwEdWGILDLVCbSdp9A373011vKa2JnK3DruGE83Fo2AJQUhvdjfKdF4GmvZVLXsDfOnW/CGLCLowFvPtVx/vdG5K8//2PXcK8MJhv47Vco2bLHMNf5EwlrVQytseU0800Nnmwl64HT/X+bAEYneui+nvmrgsqZJmTnzQMPd1V0AAACBAMJQLV7ceKEzAhGQBCc9yTerHXK5v7H1Hwly/om3tTFDtFSIBTcKJP7u/CTkNk4k3P4wx828qYiZGWu5ehTlKUL2mFINtNH9S0LLBr52Z1xSX8gdGynoL0eeAjGH0qk2GY0R1f2lrxWwFvrf1U8anyGBrRt9RRzDKmluXuFg+qlP root@opnfv-vping-1-335c7668-ebc0-4e7a-9d0a-4af41356ec58 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.3,24,fe80::f816:3eff:fe31:7cf/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.3 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-0000000d name: N/A availability-zone: nova local-hostname: opnfv-vping-1-335c7668-ebc0-4e7a-9d0a-4af41356ec58 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.35 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-335c7668-ebc0-4e7a-9d0a-4af41356ec58 login: /dev/root resized successfully [took 6.02s] 2018-05-26 17:41:22,345 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-26 17:41:22,345 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-26 17:41:24,661 - 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 537049690 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.146278] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.147882] pid_max: default: 32768 minimum: 301 [ 0.148754] ACPI: Core revision 20150930 [ 0.150131] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151405] Security Framework initialized [ 0.152200] Yama: becoming mindful. [ 0.152914] AppArmor: AppArmor initialized [ 0.153763] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.155051] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157454] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158816] Initializing cgroup subsys io [ 0.159606] Initializing cgroup subsys memory [ 0.160436] Initializing cgroup subsys devices [ 0.161283] Initializing cgroup subsys freezer [ 0.162132] Initializing cgroup subsys net_cls [ 0.162977] Initializing cgroup subsys perf_event [ 0.163866] Initializing cgroup subsys net_prio [ 0.164722] Initializing cgroup subsys hugetlb [ 0.165573] Initializing cgroup subsys pids [ 0.166423] CPU: Physical Processor ID: 0 [ 0.167906] mce: CPU supports 10 MCE banks [ 0.168730] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180646] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187246] ftrace: allocating 31920 entries in 125 pages [ 0.214393] smpboot: Max logical packages: 1 [ 0.215233] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216546] x2apic enabled [ 0.217336] Switched APIC routing to physical x2apic. [ 0.219067] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222095] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.223835] KVM setup paravirtual spinlock [ 0.225152] x86: Booted up 1 node, 1 CPUs [ 0.225935] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227286] devtmpfs: initialized [ 0.228996] evm: security.selinux [ 0.229676] evm: security.SMACK64 [ 0.230344] evm: security.SMACK64EXEC [ 0.231067] evm: security.SMACK64TRANSMUTE [ 0.231852] evm: security.SMACK64MMAP [ 0.232571] evm: security.ima [ 0.233194] evm: security.capability [ 0.233982] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235787] pinctrl core: initialized pinctrl subsystem [ 0.236856] RTC time: 17:33:52, date: 05/26/18 [ 0.237801] NET: Registered protocol family 16 [ 0.238758] cpuidle: using governor ladder [ 0.239555] cpuidle: using governor menu [ 0.240317] PCCT header not found. [ 0.241047] ACPI: bus type PCI registered [ 0.241832] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243040] PCI: Using configuration type 1 for base access [ 0.244786] ACPI: Added _OSI(Module Device) [ 0.245603] ACPI: Added _OSI(Processor Device) [ 0.246447] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247324] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249446] ACPI: Interpreter enabled [ 0.250197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253777] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255568] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257348] ACPI: (supports S0 S5) [ 0.258035] ACPI: Using IOAPIC for interrupt routing [ 0.259065] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262142] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264453] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265612] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267774] acpiphp: Slot [3] registered [ 0.268556] acpiphp: Slot [4] registered [ 0.269332] acpiphp: Slot [5] registered [ 0.270114] acpiphp: Slot [6] registered [ 0.270890] acpiphp: Slot [7] registered [ 0.271671] acpiphp: Slot [8] registered [ 0.272446] acpiphp: Slot [9] registered [ 0.273222] acpiphp: Slot [10] registered [ 0.274010] acpiphp: Slot [11] registered [ 0.274799] acpiphp: Slot [12] registered [ 0.275598] acpiphp: Slot [13] registered [ 0.276397] acpiphp: Slot [14] registered [ 0.277187] acpiphp: Slot [15] registered [ 0.287905] acpiphp: Slot [16] registered [ 0.288700] acpiphp: Slot [17] registered [ 0.289486] acpiphp: Slot [18] registered [ 0.290274] acpiphp: Slot [19] registered [ 0.291061] acpiphp: Slot [20] registered [ 0.291850] acpiphp: Slot [21] registered [ 0.292644] acpiphp: Slot [22] registered [ 0.293428] acpiphp: Slot [23] registered [ 0.294218] acpiphp: Slot [24] registered [ 0.295007] acpiphp: Slot [25] registered [ 0.295791] acpiphp: Slot [26] registered [ 0.296577] acpiphp: Slot [27] registered [ 0.297369] acpiphp: Slot [28] registered [ 0.298162] acpiphp: Slot [29] registered [ 0.298949] acpiphp: Slot [30] registered [ 0.299738] acpiphp: Slot [31] registered [ 0.300520] PCI host bridge to bus 0000:00 [ 0.301305] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302480] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305059] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306462] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315006] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.370053] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.371510] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.372896] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.374284] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375641] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376877] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378029] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379073] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.380578] vgaarb: loaded [ 0.381161] vgaarb: bridge control possible 0000:00:02.0 [ 0.382288] SCSI subsystem initialized [ 0.383094] ACPI: bus type USB registered [ 0.383888] usbcore: registered new interface driver usbfs [ 0.384887] usbcore: registered new interface driver hub [ 0.385865] usbcore: registered new device driver usb [ 0.386909] PCI: Using ACPI for IRQ routing [ 0.387925] NetLabel: Initializing [ 0.388623] NetLabel: domain hash size = 128 [ 0.389449] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390371] NetLabel: unlabeled traffic allowed by default [ 0.391450] clocksource: Switched to clocksource kvm-clock [ 0.397127] AppArmor: AppArmor Filesystem Enabled [ 0.398083] pnp: PnP ACPI init [ 0.398995] pnp: PnP ACPI: found 5 devices [ 0.405359] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407022] NET: Registered protocol family 2 [ 0.407973] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.409202] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.410330] TCP: Hash tables configured (established 4096 bind 4096) [ 0.411445] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.412488] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.413627] NET: Registered protocol family 1 [ 0.414467] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.415537] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.416584] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.430583] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444697] Trying to unpack rootfs image as initramfs... [ 0.494688] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508731] Scanning for low memory corruption every 60 seconds [ 0.510215] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.511594] audit: initializing netlink subsys (disabled) [ 0.512810] audit: type=2000 audit(1527356032.859:1): initialized [ 0.514347] Initialise system trusted keyring [ 0.515444] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.516861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519047] zbud: loaded [ 0.519865] VFS: Disk quotas dquot_6.6.0 [ 0.520799] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.522503] fuse init (API version 7.23) [ 0.523566] Key type big_key registered [ 0.524475] Allocating IMA MOK and blacklist keyrings. [ 0.525729] Key type asymmetric registered [ 0.526671] Asymmetric key parser 'x509' registered [ 0.527776] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529831] io scheduler noop registered [ 0.530745] io scheduler deadline registered (default) [ 0.531895] io scheduler cfq registered [ 0.532845] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534082] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535562] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537234] ACPI: Power Button [PWRF] [ 0.538207] GHES: HEST is not enabled! [ 0.551901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.586276] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.590007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.613484] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.616253] Linux agpgart interface v0.103 [ 0.618390] brd: module loaded [ 0.619687] loop: module loaded [ 0.624872] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626311] GPT:90111 != 2097151 [ 0.626981] GPT:Alternate GPT header not at the end of the disk. [ 0.628062] GPT:90111 != 2097151 [ 0.628733] GPT: Use GNU Parted to correct GPT errors. [ 0.629681] vda: vda1 vda15 [ 0.631402] scsi host0: ata_piix [ 0.632156] scsi host1: ata_piix [ 0.632860] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634059] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.635495] libphy: Fixed MDIO Bus: probed [ 0.636312] tun: Universal TUN/TAP device driver, 1.6 [ 0.637326] tun: (C) 1999-2004 Max Krasnyansky [ 0.639930] PPP generic driver version 2.4.2 [ 0.641424] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.643204] ehci-pci: EHCI PCI platform driver [ 0.644470] ehci-platform: EHCI generic platform driver [ 0.646081] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647654] ohci-pci: OHCI PCI platform driver [ 0.648831] ohci-platform: OHCI generic platform driver [ 0.650226] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665531] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.668455] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669603] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670870] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672287] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673904] usb usb1: Product: UHCI Host Controller [ 0.674949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676268] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677383] hub 1-0:1.0: USB hub found [ 0.678264] hub 1-0:1.0: 2 ports detected [ 0.679299] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681646] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.682751] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683949] mousedev: PS/2 mouse device common for all mice [ 0.685378] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687496] rtc_cmos 00:00: RTC can wake from S4 [ 0.688735] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690091] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.691531] i2c /dev entries driver [ 0.692389] device-mapper: uevent: version 1.0.3 [ 0.693308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.694894] ledtrig-cpu: registered to indicate activity on CPUs [ 0.696175] NET: Registered protocol family 10 [ 0.697159] NET: Registered protocol family 17 [ 0.698025] Key type dns_resolver registered [ 0.698939] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.700014] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.701723] registered taskstats version 1 [ 0.702533] Loading compiled-in X.509 certificates [ 0.703967] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.705775] zswap: loaded using pool lzo/zbud [ 0.707135] Key type trusted registered [ 0.708671] Key type encrypted registered [ 0.709482] AppArmor: AppArmor sha1 policy hashing enabled [ 0.710479] ima: No TPM chip found, activating TPM-bypass! [ 0.711498] evm: HMAC attrs: 0x1 [ 0.712827] Magic number: 2:780:593 [ 0.713666] rtc_cmos 00:00: setting system clock to 2018-05-26 17:33:53 UTC (1527356033) [ 0.715219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.716307] EDD information not available. [ 0.792453] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.793952] Write protecting the kernel read-only data: 14336k [ 0.805605] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.807370] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.61 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.827771] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.11... Lease of 192.168.130.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.75. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSbwT4b4BXABIupP9RPoMdRMGsoY8AWF0MXOamvlyExJHA+fNsEcGxVtZU7EqM3DnRF95EZahnr432g/1SYm/4z7TcXyuibhsomgbFmZH4yxZtY6QKfExOyMUAuWNB7OYodx/jyUNh16UKVzTBqAjnbSJDaGLvU1PeNB0dVw/C8YDvbLUNNXkQH5mjEZxImWvteQdXXY+ZDz8+8j9HWl5L1BsxBgswBoWK2zN9poj5Ir+nnWw+vQDXaskS2kMTcj1R1ILe+bJQajNwxOjb+TYgE5jiY4Qjio1A1WHxofphlEmHXJXjkenOQFsoL96NJGQTqe2IsmdmsNqKRqt0eYEV root@opnfv-vping-2-userdata--335c7668-ebc0-4e7a-9d0a-4af41356ec58 ssh-dss AAAAB3NzaC1kc3MAAACBAIWV0gL7c+G8FedRRKiA77H8X8DepTTJ8cTqKd+OzR+w5V4rRpHwcEpcoiLXGNLUO3FlKjq5F7xehaA+giVDTj6dyyU5rjWyH0qW3Ad4BUMbswKwFs6UmuuI4mI9L+TwKL2BqgeQNigQgsrgtkc66myaDyHb28X8gR8J3YShpitxAAAAFQDP1c0dcYCCIPEsgFTPpjQpeAV3XwAAAIAOOtySktic3DuTatx9KczidNUnuniSbuAo1+Xi2K8InL4L9UbHxTU2ZQzLT+66oWBtsAE+8YktT6XQV3gZUDxBpbKRz6rGCw1nTm+XMmHvTVMeM0hxblm8Eg3E3Xe4zyqjLc5Jj2Z39BKRZ0wemx1STvtVLhRKhdfUAgT5V4CkPgAAAIBZa+iCrJhqnj93z1kFgS0rAlVfhkteLCP4E2dTm1x5OAJEajMl4PgzfsJlEw5QP0RpkQi+rM65XxnpCS2cVQVw52vI9VR+ndvKivFlG0O9nK/lyi9+tAVa1LRcipmJucYgi2spdEbKl5RC87QRPYYjdN9F1Qv4uawVhTFzxic5XA== root@opnfv-vping-2-userdata--335c7668-ebc0-4e7a-9d0a-4af41356ec58 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.11,24,fe80::f816:3eff:fe9a:4b74/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.11 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-0000000e name: N/A availability-zone: nova local-hostname: opnfv-vping-2-userdata--335c7668-ebc0-4e7a-9d0a-4af41356ec58 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--335c7668-ebc0-4e7a-9d0a-4af41356ec58 login: 2018-05-26 17:41:24,661 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-26 17:41:24,765 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 17:41:24,765 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:31 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-26 17:41:37,486 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-26 17:41:37,572 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-26 17:41:37,572 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-26 17:41:37,572 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-26 17:41:42,674 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-26 17:41:42.353 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2767bc0b-6f4e-4d47-82c5-35f6d43000d4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2767bc0b-6f4e-4d47-82c5-35f6d43000d4 | 2018-05-26T17:41:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2767bc0b-6f4e-4d47-82c5-35f6d43000d4 ~/.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-05-26 17:41:46,007 - 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__ | 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-05-26 17:41:46,007 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-26 17:41:51,968 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-26 17:41:50.545 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-26 17:41:50.698 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-26 17:41:51.769 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=de9a57ff-befb-4023-9e67-a37e7c0165f5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=de9a57ff-befb-4023-9e67-a37e7c0165f5) as the default verifier for the future CLI operations. 2018-05-26 17:41:54,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-664a7829-7ded-4613-9229-fc812e0ec939' 2018-05-26 17:41:55,778 - functest.opnfv_tests.openstack.tempest.tempest - 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-05-26T17:41:55Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'79b7d6a7-cb42-4dec-8cb6-5b467fd68d3c', u'provider:segmentation_id': 72, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tempest-net-664a7829-7ded-4613-9229-fc812e0ec939', u'created_at': u'2018-05-26T17:41:55Z', u'mtu': 1450, u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 17:41:56,227 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T17:41:55Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'2ea02e63-2540-41c5-bb6f-49e011c8e402', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-664a7829-7ded-4613-9229-fc812e0ec939', u'enable_dhcp': True, u'network_id': u'79b7d6a7-cb42-4dec-8cb6-5b467fd68d3c', u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'created_at': u'2018-05-26T17:41:55Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 17:41:56,227 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-26 17:41:56,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-664a7829-7ded-4613-9229-fc812e0ec939' 2018-05-26 17:41:58,403 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-664a7829-7ded-4613-9229-fc812e0ec939', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T17:41:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/371983cd-2781-4546-ba5f-41cb8e469bb3/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'371983cd-2781-4546-ba5f-41cb8e469bb3', u'size': None, u'name': u'Cirros-0.4.0-664a7829-7ded-4613-9229-fc812e0ec939', u'checksum': None, u'self': u'/v2/images/371983cd-2781-4546-ba5f-41cb8e469bb3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T17:41:56Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 17:41:58,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-664a7829-7ded-4613-9229-fc812e0ec939' 2018-05-26 17:41:59,474 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-664a7829-7ded-4613-9229-fc812e0ec939', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T17:41:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/67113c75-fe23-4c5c-9e20-9da79ae5e31a/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'67113c75-fe23-4c5c-9e20-9da79ae5e31a', u'size': None, u'name': u'Cirros-0.4.0-1-664a7829-7ded-4613-9229-fc812e0ec939', u'checksum': None, u'self': u'/v2/images/67113c75-fe23-4c5c-9e20-9da79ae5e31a', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T17:41:58Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 17:41:59,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-26 17:41:59,725 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-664a7829-7ded-4613-9229-fc812e0ec939', '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'36d592502d0e461c8dcd124c64e47d3f', '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'853d98a5-72ed-41ed-9413-ac7264fa8628', 'swap': 0}) 2018-05-26 17:41:59,794 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-664a7829-7ded-4613-9229-fc812e0ec939', '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'36d592502d0e461c8dcd124c64e47d3f', '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'72c5ac0e-311e-45c1-82df-4355ea1e1363', 'swap': 0}) 2018-05-26 17:42:02,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-26 17:42:01.912 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=de9a57ff-befb-4023-9e67-a37e7c0165f5) for deployment 'opnfv-rally' (UUID=2767bc0b-6f4e-4d47-82c5-35f6d43000d4). 2018-05-26 17:42:02.577 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=de9a57ff-befb-4023-9e67-a37e7c0165f5) has been successfully configured for deployment 'opnfv-rally' (UUID=2767bc0b-6f4e-4d47-82c5-35f6d43000d4)! 2018-05-26 17:42:02,745 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-26 17:42:02,745 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-26 17:42:02,747 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-26 17:42:02,749 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-26 17:42:05,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-de9a57ff-befb-4023-9e67-a37e7c0165f5/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-26 17:42:05,932 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-26 17:42:05,933 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-26 17:42:05,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-26 17:42:08,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:42:08.101 51 INFO rally.api [-] Starting verification (UUID=9bc1c786-ec4c-4c00-b633-9a4b1f75ac5e) for deployment 'opnfv-rally' (UUID=2767bc0b-6f4e-4d47-82c5-35f6d43000d4) by verifier 'opnfv-tempest' (UUID=de9a57ff-befb-4023-9e67-a37e7c0165f5). 2018-05-26 17:42:08,102 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9bc1c786-ec4c-4c00-b633-9a4b1f75ac5e 2018-05-26 17:42:14,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:42:14.931 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.168s] 2018-05-26 17:42:14,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:42:14.988 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-05-26 17:42:20,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:42:20.582 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.145s] 2018-05-26 17:42:22,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:42:22.039 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.456s] 2018-05-26 17:42:30,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:42:30.393 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.591s] 2018-05-26 17:42:45,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:42:45.849 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.322s] 2018-05-26 17:43:12,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:43:12.514 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-05-26 17:43:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:43:12.515 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-26 17:43:38,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:43:38.264 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.083s] 2018-05-26 17:43:38,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:43:38.265 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-26 17:44:02,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:44:02.947 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-05-26 17:44:02,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:44:02.948 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-26 17:44:43,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:44:43.380 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.421s] 2018-05-26 17:45:00,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:00.882 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2018-05-26 17:45:00,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:00.987 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.104s] 2018-05-26 17:45:08,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:08.412 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.637s] 2018-05-26 17:45:08,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:08.421 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-26 17:45:09,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:09.977 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-26 17:45:09,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:09.978 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-26 17:45:13,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:13.604 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.327s] 2018-05-26 17:45:18,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:18.935 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.075s] 2018-05-26 17:45:24,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:24.468 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.580s] 2018-05-26 17:45:30,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:30.813 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.381s] 2018-05-26 17:45:39,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:39.001 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.972s] 2018-05-26 17:45:44,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:44.190 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.339s] 2018-05-26 17:45:49,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:49.525 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.188s] 2018-05-26 17:45:56,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:45:56.081 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.389s] 2018-05-26 17:46:02,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:02.118 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.402s] 2018-05-26 17:46:09,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:09.173 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.529s] 2018-05-26 17:46:10,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:10.877 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-26 17:46:12,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:12.842 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-05-26 17:46:12,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:12.915 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-05-26 17:46:12,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:12.967 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.051s] 2018-05-26 17:46:12,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:12.974 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-26 17:46:16,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:16.485 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.600s] 2018-05-26 17:46:17,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:17.974 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.488s] 2018-05-26 17:46:18,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:18.949 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.974s] 2018-05-26 17:46:24,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:24.373 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-05-26 17:46:28,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:28.727 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.400s] 2018-05-26 17:46:39,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:39.848 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.375s] 2018-05-26 17:46:42,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:42.724 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.875s] 2018-05-26 17:46:52,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:52.259 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.425s] 2018-05-26 17:46:55,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:46:55.050 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.790s] 2018-05-26 17:47:00,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:00.777 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.726s] 2018-05-26 17:47:08,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:08.672 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.319s] 2018-05-26 17:47:11,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:11.362 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.688s] 2018-05-26 17:47:15,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:15.026 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.664s] 2018-05-26 17:47:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:27.475 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.189s] 2018-05-26 17:47:27,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:27.642 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.167s] 2018-05-26 17:47:27,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:27.754 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.112s] 2018-05-26 17:47:27,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:27.943 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.188s] 2018-05-26 17:47:28,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:28.036 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.092s] 2018-05-26 17:47:28,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:28.086 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.050s] 2018-05-26 17:47:37,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:37.004 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.419s] 2018-05-26 17:47:37,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:37.408 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.405s] 2018-05-26 17:47:37,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:37.514 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.106s] 2018-05-26 17:47:37,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:37.705 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.190s] 2018-05-26 17:47:37,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:37.799 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.093s] 2018-05-26 17:47:37,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:37.846 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.047s] 2018-05-26 17:47:46,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:46.979 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.226s] 2018-05-26 17:47:50,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:50.577 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.597s] 2018-05-26 17:47:52,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:52.388 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.810s] 2018-05-26 17:47:52,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:52.454 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.065s] 2018-05-26 17:47:52,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:47:52.651 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.197s] 2018-05-26 17:48:01,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:01.757 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.129s] 2018-05-26 17:48:05,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:05.962 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.204s] 2018-05-26 17:48:07,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:07.659 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.696s] 2018-05-26 17:48:07,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:07.710 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.051s] 2018-05-26 17:48:07,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:07.759 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-05-26 17:48:20,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:20.155 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.864s] 2018-05-26 17:48:24,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:24.466 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.311s] 2018-05-26 17:48:28,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:28.077 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.610s] 2018-05-26 17:48:30,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:30.890 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.812s] 2018-05-26 17:48:47,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:47.614 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.735s] 2018-05-26 17:48:52,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:52.191 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.577s] 2018-05-26 17:48:56,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:56.183 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.990s] 2018-05-26 17:48:58,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:48:58.735 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.552s] 2018-05-26 17:49:08,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:08.897 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.075s] 2018-05-26 17:49:10,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:10.087 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.188s] 2018-05-26 17:49:10,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:10.134 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.049s] 2018-05-26 17:49:14,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:14.400 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.283s] 2018-05-26 17:49:15,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:15.851 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.448s] 2018-05-26 17:49:15,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:15.892 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-05-26 17:49:19,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:19.238 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.637s] 2018-05-26 17:49:22,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:22.068 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-05-26 17:49:23,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:23.077 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-26 17:49:23,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:23.080 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-26 17:49:23,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:23.081 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-26 17:49:23,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:23.083 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-26 17:49:23,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:23.084 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-26 17:49:24,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:24.885 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-26 17:49:38,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:38.394 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.636s] 2018-05-26 17:49:48,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:48.525 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.040s] 2018-05-26 17:49:58,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:49:58.860 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.331s] 2018-05-26 17:50:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:50:06.833 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.173s] 2018-05-26 17:51:04,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:51:04.847 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [52.061s] 2018-05-26 17:51:36,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:51:36.245 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [23.068s] 2018-05-26 17:52:13,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 17:52:13.140 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [21.628s] 2018-05-26 17:52:23,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9bc1c786-ec4c-4c00-b633-9a4b1f75ac5e']'. 2018-05-26 17:52:24,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-26 17:52:24,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9bc1c786-ec4c-4c00-b633-9a4b1f75ac5e | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-26 17:42:08 | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-26 17:52:23 | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:10:15 | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: de9a57ff-befb-4023-9e67-a37e7c0165f5) | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2767bc0b-6f4e-4d47-82c5-35f6d43000d4) | 2018-05-26 17:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-26 17:52:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 600.189 | 2018-05-26 17:52:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-26 17:52:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-26 17:52:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-26 17:52:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-26 17:52:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-26 17:52:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 17:52:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-26 17:52:24,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-26 17:52:29,828 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 17:52:29,828 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:35 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-26 17:52:29,832 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-26 17:52:29,922 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-26 17:52:30,497 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-26 17:52:30,497 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-26 17:52:30,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-26 17:52:33,444 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-26 17:52:33.028 113 INFO rally.deployment.engine [-] Deployment 2767bc0b-6f4e-4d47-82c5-35f6d43000d4 | Starting: Destroy cloud and free allocated resources. 2018-05-26 17:52:33.115 113 INFO rally.deployment.engine [-] Deployment 2767bc0b-6f4e-4d47-82c5-35f6d43000d4 | Completed: Destroy cloud and free allocated resources. 2018-05-26 17:52:33.156 113 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=de9a57ff-befb-4023-9e67-a37e7c0165f5) for deployment 'opnfv-rally'. 2018-05-26 17:52:33.172 113 INFO rally.api [-] Deleting verification (UUID=9bc1c786-ec4c-4c00-b633-9a4b1f75ac5e). 2018-05-26 17:52:33.217 113 INFO rally.api [-] Verification has been successfully deleted! 2018-05-26 17:52:33.217 113 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=de9a57ff-befb-4023-9e67-a37e7c0165f5). 2018-05-26 17:52:33.227 113 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-26 17:52:35,868 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-26 17:52:35.612 116 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=aa15e8e9-cdaf-45ee-b631-7659b2def31e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | aa15e8e9-cdaf-45ee-b631-7659b2def31e | 2018-05-26T17:52:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: aa15e8e9-cdaf-45ee-b631-7659b2def31e ~/.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-05-26 17:52:39,073 - 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__ | 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-05-26 17:52:39,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-26 17:52:40,242 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488'... 2018-05-26 17:52:41,703 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-92cb48df-5624-41fe-a4ef-0086fb32f488'... 2018-05-26 17:52:42,600 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-92cb48df-5624-41fe-a4ef-0086fb32f488'... 2018-05-26 17:52:45,307 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488'... 2018-05-26 17:52:45,377 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-92cb48df-5624-41fe-a4ef-0086fb32f488'... 2018-05-26 17:52:45,440 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-26 17:52:45,440 - 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-05-26 17:52:45,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 17:52:45,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 17:52:45,461 - 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': '3303d898-30bd-4b1a-8777-a9b1f5344151', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488', 'flavor_name': 'rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-92cb48df-5624-41fe-a4ef-0086fb32f488', '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-05-26 17:53:44,791 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 38d44597-eff4-4083-a3bd-f4cac52ebe02 2018-05-26 17:53:44,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-26 17:53:44,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '38d44597-eff4-4083-a3bd-f4cac52ebe02'] 2018-05-26 17:53:45,871 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 38d44597-eff4-4083-a3bd-f4cac52ebe02: 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 38d44597-eff4-4083-a3bd-f4cac52ebe02 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.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | total | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | -> duration | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.465983 Full duration: 6.505909 -------------------------------------------------------------------------------- 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 38d44597-eff4-4083-a3bd-f4cac52ebe02 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.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | total | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> duration | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.739864 Full duration: 6.982336 -------------------------------------------------------------------------------- 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 38d44597-eff4-4083-a3bd-f4cac52ebe02 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.285 | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689393 Full duration: 6.789626 -------------------------------------------------------------------------------- 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 38d44597-eff4-4083-a3bd-f4cac52ebe02 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.321 | 0.321 | 0.321 | 0.321 | 0.321 | 0.321 | 100.0% | 1 | | total | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> duration | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727497 Full duration: 6.735845 -------------------------------------------------------------------------------- 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 38d44597-eff4-4083-a3bd-f4cac52ebe02 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.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | total | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | -> duration | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.877996 Full duration: 6.862167 -------------------------------------------------------------------------------- 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 38d44597-eff4-4083-a3bd-f4cac52ebe02 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.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> duration | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.640745 Full duration: 6.720708 HINTS: * To plot HTML graphics with this data, run: rally task report 38d44597-eff4-4083-a3bd-f4cac52ebe02 --out output.html * To generate a JUnit report, run: rally task export 38d44597-eff4-4083-a3bd-f4cac52ebe02 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 38d44597-eff4-4083-a3bd-f4cac52ebe02 --json --out output.json 2018-05-26 17:53:45,871 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '38d44597-eff4-4083-a3bd-f4cac52ebe02'] 2018-05-26 17:53:46,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 17:53:46,930 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '38d44597-eff4-4083-a3bd-f4cac52ebe02', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-26 17:53:46,936 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-26 17:53:46,937 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-26 17:53:46,937 - 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-05-26 17:53:46,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 17:53:46,960 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 17:53:46,961 - 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': '3303d898-30bd-4b1a-8777-a9b1f5344151', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488', 'flavor_name': 'rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-92cb48df-5624-41fe-a4ef-0086fb32f488', '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-05-26 17:55:12,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e9dfe8e3-2d3c-4026-bc23-7654a2fb8618 2018-05-26 17:55:12,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e9dfe8e3-2d3c-4026-bc23-7654a2fb8618'] 2018-05-26 17:55:13,052 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e9dfe8e3-2d3c-4026-bc23-7654a2fb8618: 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 e9dfe8e3-2d3c-4026-bc23-7654a2fb8618 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.039 | 3.039 | 3.039 | 3.039 | 3.039 | 3.039 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | glance_v2.delete_image | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | total | 4.342 | 4.342 | 4.342 | 4.342 | 4.342 | 4.342 | 100.0% | 1 | | -> duration | 4.342 | 4.342 | 4.342 | 4.342 | 4.342 | 4.342 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.342461 Full duration: 11.871417 -------------------------------------------------------------------------------- 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 e9dfe8e3-2d3c-4026-bc23-7654a2fb8618 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.165 | 3.165 | 3.165 | 3.165 | 3.165 | 3.165 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | glance_v2.list_images | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | total | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 100.0% | 1 | | -> duration | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.21047 Full duration: 13.339895 -------------------------------------------------------------------------------- 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 e9dfe8e3-2d3c-4026-bc23-7654a2fb8618 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.268 | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 100.0% | 1 | | total | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 100.0% | 1 | | -> duration | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.267947 Full duration: 7.003922 -------------------------------------------------------------------------------- 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-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "number_instances": 2, "nics": [ { "net-id": "3303d898-30bd-4b1a-8777-a9b1f5344151" } ] }, "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 e9dfe8e3-2d3c-4026-bc23-7654a2fb8618 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.139 | 4.139 | 4.139 | 4.139 | 4.139 | 4.139 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | nova.boot_servers | 12.849 | 12.849 | 12.849 | 12.849 | 12.849 | 12.849 | 100.0% | 1 | | total | 16.99 | 16.99 | 16.99 | 16.99 | 16.99 | 16.99 | 100.0% | 1 | | -> duration | 15.99 | 15.99 | 15.99 | 15.99 | 15.99 | 15.99 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.989528 Full duration: 37.674618 HINTS: * To plot HTML graphics with this data, run: rally task report e9dfe8e3-2d3c-4026-bc23-7654a2fb8618 --out output.html * To generate a JUnit report, run: rally task export e9dfe8e3-2d3c-4026-bc23-7654a2fb8618 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e9dfe8e3-2d3c-4026-bc23-7654a2fb8618 --json --out output.json 2018-05-26 17:55:13,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e9dfe8e3-2d3c-4026-bc23-7654a2fb8618'] 2018-05-26 17:55:14,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 17:55:14,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e9dfe8e3-2d3c-4026-bc23-7654a2fb8618', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-26 17:55:14,206 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-26 17:55:14,206 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-26 17:55:14,207 - 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-05-26 17:55:14,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 17:55:14,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 17:55:14,226 - 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': '3303d898-30bd-4b1a-8777-a9b1f5344151', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488', 'flavor_name': 'rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-92cb48df-5624-41fe-a4ef-0086fb32f488', '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-05-26 17:58:14,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ecde0936-5f8e-4e3d-add5-5826b97a9ff6 2018-05-26 17:58:14,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ecde0936-5f8e-4e3d-add5-5826b97a9ff6'] 2018-05-26 17:58:15,132 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ecde0936-5f8e-4e3d-add5-5826b97a9ff6: 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 ecde0936-5f8e-4e3d-add5-5826b97a9ff6 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.193 | 3.193 | 3.193 | 3.193 | 3.193 | 3.193 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.411 | 2.411 | 2.411 | 2.411 | 2.411 | 2.411 | 100.0% | 1 | | total | 5.604 | 5.604 | 5.604 | 5.604 | 5.604 | 5.604 | 100.0% | 1 | | -> duration | 5.604 | 5.604 | 5.604 | 5.604 | 5.604 | 5.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.603826 Full duration: 21.432337 -------------------------------------------------------------------------------- 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 ecde0936-5f8e-4e3d-add5-5826b97a9ff6 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.085 | 3.085 | 3.085 | 3.085 | 3.085 | 3.085 | 100.0% | 1 | | cinder_v2.delete_volume | 2.448 | 2.448 | 2.448 | 2.448 | 2.448 | 2.448 | 100.0% | 1 | | total | 5.533 | 5.533 | 5.533 | 5.533 | 5.533 | 5.533 | 100.0% | 1 | | -> duration | 5.533 | 5.533 | 5.533 | 5.533 | 5.533 | 5.533 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.532847 Full duration: 14.445036 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task ecde0936-5f8e-4e3d-add5-5826b97a9ff6 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 | 7.382 | 7.382 | 7.382 | 7.382 | 7.382 | 7.382 | 100.0% | 1 | | cinder_v2.delete_volume | 2.447 | 2.447 | 2.447 | 2.447 | 2.447 | 2.447 | 100.0% | 1 | | total | 9.829 | 9.829 | 9.829 | 9.829 | 9.829 | 9.829 | 100.0% | 1 | | -> duration | 9.829 | 9.829 | 9.829 | 9.829 | 9.829 | 9.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.829478 Full duration: 19.250961 -------------------------------------------------------------------------------- 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 ecde0936-5f8e-4e3d-add5-5826b97a9ff6 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.066 | 3.066 | 3.066 | 3.066 | 3.066 | 3.066 | 100.0% | 1 | | cinder_v2.delete_volume | 2.456 | 2.456 | 2.456 | 2.456 | 2.456 | 2.456 | 100.0% | 1 | | total | 5.522 | 5.522 | 5.522 | 5.522 | 5.522 | 5.522 | 100.0% | 1 | | -> duration | 5.522 | 5.522 | 5.522 | 5.522 | 5.522 | 5.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.522409 Full duration: 14.390737 -------------------------------------------------------------------------------- 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 ecde0936-5f8e-4e3d-add5-5826b97a9ff6 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.113 | 3.113 | 3.113 | 3.113 | 3.113 | 3.113 | 100.0% | 1 | | cinder_v2.extend_volume | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 100.0% | 1 | | cinder_v2.delete_volume | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | total | 7.655 | 7.655 | 7.655 | 7.655 | 7.655 | 7.655 | 100.0% | 1 | | -> duration | 7.655 | 7.655 | 7.655 | 7.655 | 7.655 | 7.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.655485 Full duration: 16.802327 -------------------------------------------------------------------------------- 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 ecde0936-5f8e-4e3d-add5-5826b97a9ff6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 100.0% | 1 | | cinder_v2.delete_volume | 2.29 | 2.29 | 2.29 | 2.29 | 2.29 | 2.29 | 100.0% | 1 | | total | 5.437 | 5.437 | 5.437 | 5.437 | 5.437 | 5.437 | 100.0% | 1 | | -> duration | 5.437 | 5.437 | 5.437 | 5.437 | 5.437 | 5.437 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.437255 Full duration: 21.034115 -------------------------------------------------------------------------------- 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 ecde0936-5f8e-4e3d-add5-5826b97a9ff6 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | cinder_v2.list_qos | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> duration | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.880827 Full duration: 11.495465 -------------------------------------------------------------------------------- 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 ecde0936-5f8e-4e3d-add5-5826b97a9ff6 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.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | cinder_v2.set_qos | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72551 Full duration: 11.427934 -------------------------------------------------------------------------------- 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 ecde0936-5f8e-4e3d-add5-5826b97a9ff6 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | cinder_v2.list_types | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733776 Full duration: 11.094484 -------------------------------------------------------------------------------- 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 ecde0936-5f8e-4e3d-add5-5826b97a9ff6 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770712 Full duration: 10.878116 HINTS: * To plot HTML graphics with this data, run: rally task report ecde0936-5f8e-4e3d-add5-5826b97a9ff6 --out output.html * To generate a JUnit report, run: rally task export ecde0936-5f8e-4e3d-add5-5826b97a9ff6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ecde0936-5f8e-4e3d-add5-5826b97a9ff6 --json --out output.json 2018-05-26 17:58:15,133 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ecde0936-5f8e-4e3d-add5-5826b97a9ff6'] 2018-05-26 17:58:16,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 17:58:16,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ecde0936-5f8e-4e3d-add5-5826b97a9ff6', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-26 17:58:16,231 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-26 17:58:16,231 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-26 17:58:16,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-26 17:58:16,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 17:58:16,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 17:58:16,249 - 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': '3303d898-30bd-4b1a-8777-a9b1f5344151', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488', 'flavor_name': 'rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-92cb48df-5624-41fe-a4ef-0086fb32f488', '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-05-26 17:59:30,556 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7b3692cf-b392-4765-9477-0a34ff608a10 2018-05-26 17:59:30,557 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7b3692cf-b392-4765-9477-0a34ff608a10'] 2018-05-26 17:59:31,536 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7b3692cf-b392-4765-9477-0a34ff608a10: 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 7b3692cf-b392-4765-9477-0a34ff608a10 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.441 | 4.441 | 4.441 | 4.441 | 4.441 | 4.441 | 100.0% | 1 | | heat.update_stack | 2.39 | 2.39 | 2.39 | 2.39 | 2.39 | 2.39 | 100.0% | 1 | | heat.delete_stack | 2.361 | 2.361 | 2.361 | 2.361 | 2.361 | 2.361 | 100.0% | 1 | | total | 9.193 | 9.193 | 9.193 | 9.193 | 9.193 | 9.193 | 100.0% | 1 | | -> duration | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.192948 Full duration: 18.131007 -------------------------------------------------------------------------------- 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 7b3692cf-b392-4765-9477-0a34ff608a10 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.234 | 4.234 | 4.234 | 4.234 | 4.234 | 4.234 | 100.0% | 1 | | heat.check_stack | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | heat.delete_stack | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 100.0% | 1 | | total | 6.919 | 6.919 | 6.919 | 6.919 | 6.919 | 6.919 | 100.0% | 1 | | -> duration | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.919173 Full duration: 14.71954 -------------------------------------------------------------------------------- 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 7b3692cf-b392-4765-9477-0a34ff608a10 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.157 | 4.157 | 4.157 | 4.157 | 4.157 | 4.157 | 100.0% | 1 | | heat.suspend_stack | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | heat.resume_stack | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | heat.delete_stack | 2.211 | 2.211 | 2.211 | 2.211 | 2.211 | 2.211 | 100.0% | 1 | | total | 7.953 | 7.953 | 7.953 | 7.953 | 7.953 | 7.953 | 100.0% | 1 | | -> duration | 5.953 | 5.953 | 5.953 | 5.953 | 5.953 | 5.953 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.953201 Full duration: 15.638562 -------------------------------------------------------------------------------- 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 7b3692cf-b392-4765-9477-0a34ff608a10 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.578193 Full duration: 7.518602 HINTS: * To plot HTML graphics with this data, run: rally task report 7b3692cf-b392-4765-9477-0a34ff608a10 --out output.html * To generate a JUnit report, run: rally task export 7b3692cf-b392-4765-9477-0a34ff608a10 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7b3692cf-b392-4765-9477-0a34ff608a10 --json --out output.json 2018-05-26 17:59:31,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7b3692cf-b392-4765-9477-0a34ff608a10'] 2018-05-26 17:59:32,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 17:59:32,516 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7b3692cf-b392-4765-9477-0a34ff608a10', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-26 17:59:32,522 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-26 17:59:32,523 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-26 17:59:32,523 - 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-05-26 17:59:32,523 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 17:59:32,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 17:59:32,541 - 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': '3303d898-30bd-4b1a-8777-a9b1f5344151', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488', 'flavor_name': 'rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-92cb48df-5624-41fe-a4ef-0086fb32f488', '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-05-26 18:02:28,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f1509e39-b0aa-4986-974f-cafcbc26423d 2018-05-26 18:02:28,108 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f1509e39-b0aa-4986-974f-cafcbc26423d'] 2018-05-26 18:02:29,062 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f1509e39-b0aa-4986-974f-cafcbc26423d: 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 f1509e39-b0aa-4986-974f-cafcbc26423d 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.revoke_role | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | total | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> duration | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.641636 Full duration: 13.311888 -------------------------------------------------------------------------------- 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 f1509e39-b0aa-4986-974f-cafcbc26423d 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.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.list_roles | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> duration | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.673283 Full duration: 13.432051 -------------------------------------------------------------------------------- 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 f1509e39-b0aa-4986-974f-cafcbc26423d 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.707365 Full duration: 13.25634 -------------------------------------------------------------------------------- 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 f1509e39-b0aa-4986-974f-cafcbc26423d 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.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | keystone_v3.delete_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.568485 Full duration: 11.088342 -------------------------------------------------------------------------------- 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 f1509e39-b0aa-4986-974f-cafcbc26423d 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.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | keystone_v3.delete_service | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.568492 Full duration: 11.282638 -------------------------------------------------------------------------------- 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 f1509e39-b0aa-4986-974f-cafcbc26423d 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | keystone_v3.create_user | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | -> keystone_v3.add_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.create_role | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_project | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_user | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.list_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_services | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 100.0% | 1 | | -> duration | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.655424 Full duration: 18.113792 -------------------------------------------------------------------------------- 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 f1509e39-b0aa-4986-974f-cafcbc26423d 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | keystone_v3.update_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.delete_project | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843606 Full duration: 11.638244 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task f1509e39-b0aa-4986-974f-cafcbc26423d 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725571 Full duration: 13.272452 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task f1509e39-b0aa-4986-974f-cafcbc26423d 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.628171 Full duration: 13.227396 -------------------------------------------------------------------------------- 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 f1509e39-b0aa-4986-974f-cafcbc26423d 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.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807766 Full duration: 13.457412 -------------------------------------------------------------------------------- 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 f1509e39-b0aa-4986-974f-cafcbc26423d 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | keystone_v3.create_users | 4.418 | 4.418 | 4.418 | 4.418 | 4.418 | 4.418 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.418 | 4.418 | 4.418 | 4.418 | 4.418 | 4.418 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | total | 6.101 | 6.101 | 6.101 | 6.101 | 6.101 | 6.101 | 100.0% | 1 | | -> duration | 6.101 | 6.101 | 6.101 | 6.101 | 6.101 | 6.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.101015 Full duration: 23.374618 HINTS: * To plot HTML graphics with this data, run: rally task report f1509e39-b0aa-4986-974f-cafcbc26423d --out output.html * To generate a JUnit report, run: rally task export f1509e39-b0aa-4986-974f-cafcbc26423d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f1509e39-b0aa-4986-974f-cafcbc26423d --json --out output.json 2018-05-26 18:02:29,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f1509e39-b0aa-4986-974f-cafcbc26423d'] 2018-05-26 18:02:30,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 18:02:30,186 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f1509e39-b0aa-4986-974f-cafcbc26423d', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-26 18:02:30,191 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-26 18:02:30,192 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-26 18:02:30,192 - 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-05-26 18:02:30,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 18:02:30,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 18:02:30,199 - 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': '3303d898-30bd-4b1a-8777-a9b1f5344151', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488', 'flavor_name': 'rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-92cb48df-5624-41fe-a4ef-0086fb32f488', '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-05-26 18:07:04,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c687e688-c7d6-4243-b5b4-e6069b8bec7c 2018-05-26 18:07:04,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c687e688-c7d6-4243-b5b4-e6069b8bec7c'] 2018-05-26 18:07:05,543 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c687e688-c7d6-4243-b5b4-e6069b8bec7c: 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c 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.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | neutron.delete_network | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | total | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> duration | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.521799 Full duration: 13.819685 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c 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.407 | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 100.0% | 1 | | neutron.delete_port | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 100.0% | 1 | | total | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 100.0% | 1 | | -> duration | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.817163 Full duration: 24.156505 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c 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.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | neutron.create_subnet | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | neutron.create_router | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | neutron.add_interface_router | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 100.0% | 1 | | neutron.remove_interface_router | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | neutron.delete_router | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 4.367 | 4.367 | 4.367 | 4.367 | 4.367 | 4.367 | 100.0% | 1 | | -> duration | 4.367 | 4.367 | 4.367 | 4.367 | 4.367 | 4.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.367317 Full duration: 30.62132 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c 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 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | neutron.delete_subnet | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | total | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | -> duration | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.486693 Full duration: 24.231864 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c 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.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | neutron.list_networks | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 100.0% | 1 | | -> duration | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.123298 Full duration: 15.397417 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c 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.371 | 1.371 | 1.371 | 1.371 | 1.371 | 1.371 | 100.0% | 1 | | neutron.list_ports | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 100.0% | 1 | | -> duration | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.48296 Full duration: 25.389099 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c 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.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | neutron.create_subnet | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 100.0% | 1 | | neutron.create_router | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | neutron.add_interface_router | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 100.0% | 1 | | neutron.list_routers | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 100.0% | 1 | | -> duration | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 3.211 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.210652 Full duration: 32.926716 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c 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.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | neutron.create_subnet | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | neutron.list_subnets | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 100.0% | 1 | | -> duration | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.413517 Full duration: 28.914947 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | neutron.delete_security_group | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | total | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> duration | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.969139 Full duration: 13.038189 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | neutron.create_security_group_rule | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | neutron.delete_security_group | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | -> duration | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.083207 Full duration: 13.104992 -------------------------------------------------------------------------------- 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 c687e688-c7d6-4243-b5b4-e6069b8bec7c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | neutron.create_router | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | neutron.add_gateway_router | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 100.0% | 1 | | neutron.remove_gateway_router | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 100.0% | 1 | | total | 3.577 | 3.577 | 3.577 | 3.577 | 3.577 | 3.577 | 100.0% | 1 | | -> duration | 3.577 | 3.577 | 3.577 | 3.577 | 3.577 | 3.577 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.577074 Full duration: 22.498506 HINTS: * To plot HTML graphics with this data, run: rally task report c687e688-c7d6-4243-b5b4-e6069b8bec7c --out output.html * To generate a JUnit report, run: rally task export c687e688-c7d6-4243-b5b4-e6069b8bec7c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c687e688-c7d6-4243-b5b4-e6069b8bec7c --json --out output.json 2018-05-26 18:07:05,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c687e688-c7d6-4243-b5b4-e6069b8bec7c'] 2018-05-26 18:07:06,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 18:07:06,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c687e688-c7d6-4243-b5b4-e6069b8bec7c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-26 18:07:06,676 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-26 18:07:06,676 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-26 18:07:06,677 - 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-05-26 18:07:06,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 18:07:06,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 18:07:06,707 - 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': '3303d898-30bd-4b1a-8777-a9b1f5344151', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488', 'flavor_name': 'rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-92cb48df-5624-41fe-a4ef-0086fb32f488', '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-05-26 18:12:42,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 472dfdc9-1094-43ab-bd25-143021f8ccfe 2018-05-26 18:12:42,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '472dfdc9-1094-43ab-bd25-143021f8ccfe'] 2018-05-26 18:12:43,513 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 472dfdc9-1094-43ab-bd25-143021f8ccfe: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "image": { "name": "Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "block_migration": false, "nics": [ { "net-id": "3303d898-30bd-4b1a-8777-a9b1f5344151" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 472dfdc9-1094-43ab-bd25-143021f8ccfe has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.348 | 10.348 | 10.348 | 10.348 | 10.348 | 10.348 | 100.0% | 1 | | nova.find_host_to_migrate | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | nova.live_migrate | 9.275 | 9.275 | 9.275 | 9.275 | 9.275 | 9.275 | 100.0% | 1 | | nova.delete_server | 3.051 | 3.051 | 3.051 | 3.051 | 3.051 | 3.051 | 100.0% | 1 | | total | 23.764 | 23.764 | 23.764 | 23.764 | 23.764 | 23.764 | 100.0% | 1 | | -> duration | 22.764 | 22.764 | 22.764 | 22.764 | 22.764 | 22.764 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.763867 Full duration: 32.748128 -------------------------------------------------------------------------------- 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-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "image": { "name": "Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "3303d898-30bd-4b1a-8777-a9b1f5344151" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 472dfdc9-1094-43ab-bd25-143021f8ccfe 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.276 | 8.276 | 8.276 | 8.276 | 8.276 | 8.276 | 100.0% | 1 | | cinder_v2.create_volume | 3.527 | 3.527 | 3.527 | 3.527 | 3.527 | 3.527 | 100.0% | 1 | | nova.attach_volume | 4.002 | 4.002 | 4.002 | 4.002 | 4.002 | 4.002 | 100.0% | 1 | | nova.find_host_to_migrate | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | nova.live_migrate | 8.836 | 8.836 | 8.836 | 8.836 | 8.836 | 8.836 | 100.0% | 1 | | nova.detach_volume | 3.792 | 3.792 | 3.792 | 3.792 | 3.792 | 3.792 | 100.0% | 1 | | cinder_v2.delete_volume | 2.175 | 2.175 | 2.175 | 2.175 | 2.175 | 2.175 | 100.0% | 1 | | nova.delete_server | 4.766 | 4.766 | 4.766 | 4.766 | 4.766 | 4.766 | 100.0% | 1 | | total | 36.416 | 36.416 | 36.416 | 36.416 | 36.416 | 36.416 | 100.0% | 1 | | -> duration | 35.416 | 35.416 | 35.416 | 35.416 | 35.416 | 35.416 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 35.415971 Full duration: 46.922466 -------------------------------------------------------------------------------- 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-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "image": { "name": "Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "3303d898-30bd-4b1a-8777-a9b1f5344151" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 472dfdc9-1094-43ab-bd25-143021f8ccfe 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 | 7.954 | 7.954 | 7.954 | 7.954 | 7.954 | 7.954 | 100.0% | 1 | | nova.boot_server | 7.916 | 7.916 | 7.916 | 7.916 | 7.916 | 7.916 | 100.0% | 1 | | nova.find_host_to_migrate | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | nova.live_migrate | 10.956 | 10.956 | 10.956 | 10.956 | 10.956 | 10.956 | 100.0% | 1 | | nova.delete_server | 7.322 | 7.322 | 7.322 | 7.322 | 7.322 | 7.322 | 100.0% | 1 | | total | 35.053 | 35.053 | 35.053 | 35.053 | 35.053 | 35.053 | 100.0% | 1 | | -> duration | 34.053 | 34.053 | 34.053 | 34.053 | 34.053 | 34.053 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.053441 Full duration: 45.56823 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "image": { "name": "Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "server_kwargs": { "nics": [ { "net-id": "3303d898-30bd-4b1a-8777-a9b1f5344151" } ] } }, "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 472dfdc9-1094-43ab-bd25-143021f8ccfe 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | nova.boot_server | 7.099 | 7.099 | 7.099 | 7.099 | 7.099 | 7.099 | 100.0% | 1 | | nova.delete_server | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 100.0% | 1 | | nova.delete_keypair | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | total | 10.216 | 10.216 | 10.216 | 10.216 | 10.216 | 10.216 | 100.0% | 1 | | -> duration | 9.216 | 9.216 | 9.216 | 9.216 | 9.216 | 9.216 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.2157 Full duration: 29.141545 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "image": { "name": "Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "volume_size": 5, "nics": [ { "net-id": "3303d898-30bd-4b1a-8777-a9b1f5344151" } ] }, "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 472dfdc9-1094-43ab-bd25-143021f8ccfe 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 | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 100.0% | 1 | | nova.boot_server | 7.852 | 7.852 | 7.852 | 7.852 | 7.852 | 7.852 | 100.0% | 1 | | nova.delete_server | 2.684 | 2.684 | 2.684 | 2.684 | 2.684 | 2.684 | 100.0% | 1 | | total | 18.302 | 18.302 | 18.302 | 18.302 | 18.302 | 18.302 | 100.0% | 1 | | -> duration | 17.302 | 17.302 | 17.302 | 17.302 | 17.302 | 17.302 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.302197 Full duration: 39.549138 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "image": { "name": "Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "force_delete": false, "nics": [ { "net-id": "3303d898-30bd-4b1a-8777-a9b1f5344151" } ] }, "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 472dfdc9-1094-43ab-bd25-143021f8ccfe has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.368 | 7.368 | 7.368 | 7.368 | 7.368 | 7.368 | 100.0% | 1 | | nova.pause_server | 2.56 | 2.56 | 2.56 | 2.56 | 2.56 | 2.56 | 100.0% | 1 | | nova.unpause_server | 2.321 | 2.321 | 2.321 | 2.321 | 2.321 | 2.321 | 100.0% | 1 | | nova.delete_server | 2.52 | 2.52 | 2.52 | 2.52 | 2.52 | 2.52 | 100.0% | 1 | | total | 14.769 | 14.769 | 14.769 | 14.769 | 14.769 | 14.769 | 100.0% | 1 | | -> duration | 9.769 | 9.769 | 9.769 | 9.769 | 9.769 | 9.769 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.76947 Full duration: 33.884094 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "image": { "name": "Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "nics": [ { "net-id": "3303d898-30bd-4b1a-8777-a9b1f5344151" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 472dfdc9-1094-43ab-bd25-143021f8ccfe has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.835 | 7.835 | 7.835 | 7.835 | 7.835 | 7.835 | 100.0% | 1 | | nova.migrate | 18.543 | 18.543 | 18.543 | 18.543 | 18.543 | 18.543 | 100.0% | 1 | | nova.resize_confirm | 2.811 | 2.811 | 2.811 | 2.811 | 2.811 | 2.811 | 100.0% | 1 | | nova.delete_server | 2.377 | 2.377 | 2.377 | 2.377 | 2.377 | 2.377 | 100.0% | 1 | | total | 31.566 | 31.566 | 31.566 | 31.566 | 31.566 | 31.566 | 100.0% | 1 | | -> duration | 30.566 | 30.566 | 30.566 | 30.566 | 30.566 | 30.566 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.566417 Full duration: 39.936761 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "image": { "name": "Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 472dfdc9-1094-43ab-bd25-143021f8ccfe has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.861 | 7.861 | 7.861 | 7.861 | 7.861 | 7.861 | 100.0% | 1 | | nova.list_interfaces | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | total | 8.186 | 8.186 | 8.186 | 8.186 | 8.186 | 8.186 | 100.0% | 1 | | -> duration | 7.186 | 7.186 | 7.186 | 7.186 | 7.186 | 7.186 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.186135 Full duration: 30.087114 -------------------------------------------------------------------------------- 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 472dfdc9-1094-43ab-bd25-143021f8ccfe 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | nova.delete_server_group | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | total | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> duration | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.659594 Full duration: 8.46289 HINTS: * To plot HTML graphics with this data, run: rally task report 472dfdc9-1094-43ab-bd25-143021f8ccfe --out output.html * To generate a JUnit report, run: rally task export 472dfdc9-1094-43ab-bd25-143021f8ccfe --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 472dfdc9-1094-43ab-bd25-143021f8ccfe --json --out output.json 2018-05-26 18:12:43,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '472dfdc9-1094-43ab-bd25-143021f8ccfe'] 2018-05-26 18:12:44,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 18:12:44,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '472dfdc9-1094-43ab-bd25-143021f8ccfe', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-26 18:12:44,578 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-26 18:12:44,578 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-26 18:12:44,578 - 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-05-26 18:12:44,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 18:12:44,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 18:12:44,595 - 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': '3303d898-30bd-4b1a-8777-a9b1f5344151', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-92cb48df-5624-41fe-a4ef-0086fb32f488', 'flavor_name': 'rally-tiny-92cb48df-5624-41fe-a4ef-0086fb32f488', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-92cb48df-5624-41fe-a4ef-0086fb32f488', '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-05-26 18:13:30,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 47255a13-c940-47a9-a071-54efa5d70854 2018-05-26 18:13:30,831 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '47255a13-c940-47a9-a071-54efa5d70854'] 2018-05-26 18:13:31,825 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 47255a13-c940-47a9-a071-54efa5d70854: 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 47255a13-c940-47a9-a071-54efa5d70854 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.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | quotas.delete_quotas | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> duration | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.816387 Full duration: 7.644476 -------------------------------------------------------------------------------- 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 47255a13-c940-47a9-a071-54efa5d70854 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.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | total | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> duration | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.656481 Full duration: 7.737894 -------------------------------------------------------------------------------- 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 47255a13-c940-47a9-a071-54efa5d70854 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687576 Full duration: 7.567442 -------------------------------------------------------------------------------- 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 47255a13-c940-47a9-a071-54efa5d70854 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.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | total | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | -> duration | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.048789 Full duration: 8.203417 HINTS: * To plot HTML graphics with this data, run: rally task report 47255a13-c940-47a9-a071-54efa5d70854 --out output.html * To generate a JUnit report, run: rally task export 47255a13-c940-47a9-a071-54efa5d70854 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 47255a13-c940-47a9-a071-54efa5d70854 --json --out output.json 2018-05-26 18:13:31,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '47255a13-c940-47a9-a071-54efa5d70854'] 2018-05-26 18:13:32,887 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 18:13:32,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '47255a13-c940-47a9-a071-54efa5d70854', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-26 18:13:32,895 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-26 18:13:32,899 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:09 | 4 | 100.00% | | cinder | 02:32 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:35 | 11 | 100.00% | | neutron | 04:04 | 11 | 100.00% | | nova | 05:06 | 9 | 100.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:35 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-26 18:13:32,899 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-26 18:13:38,480 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-26 18:13:38,480 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-26 18:13:39,045 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 18:13:39,045 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:08 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-26 18:13:39,049 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-26 18:13:39,144 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-26 18:13:39,144 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-26 18:13:39,144 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-26 18:13:41,539 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-26 18:13:41.244 11192 INFO rally.deployment.engine [-] Deployment aa15e8e9-cdaf-45ee-b631-7659b2def31e | Starting: Destroy cloud and free allocated resources. 2018-05-26 18:13:41.331 11192 INFO rally.deployment.engine [-] Deployment aa15e8e9-cdaf-45ee-b631-7659b2def31e | Completed: Destroy cloud and free allocated resources. 2018-05-26 18:13:41.340 11192 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=de9a57ff-befb-4023-9e67-a37e7c0165f5). 2018-05-26 18:13:41.342 11192 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-26 18:13:43,952 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-26 18:13:43.644 11195 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=927416ae-c55b-47b1-8faa-c24116519c34) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 927416ae-c55b-47b1-8faa-c24116519c34 | 2018-05-26T18:13:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 927416ae-c55b-47b1-8faa-c24116519c34 ~/.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-05-26 18:13:47,290 - 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__ | 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-05-26 18:13:47,291 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-26 18:13:49,572 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-26 18:13:49.340 11201 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=de9a57ff-befb-4023-9e67-a37e7c0165f5). 2018-05-26 18:13:49.457 11201 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-26 18:13:52,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-26 18:13:51.555 11204 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-26 18:13:51.722 11204 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-26 18:13:52.697 11204 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6499fdbb-fd73-4b55-a9b5-97370766ebf2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6499fdbb-fd73-4b55-a9b5-97370766ebf2) as the default verifier for the future CLI operations. 2018-05-26 18:13:55,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-a7b65b76-0b60-48dd-be4b-093db872bfcd' 2018-05-26 18:13:56,485 - functest.opnfv_tests.openstack.tempest.tempest - 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-05-26T18:13:56Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4c9ec8fb-59d6-4d27-b9a2-9ae08ac1a342', u'provider:segmentation_id': 18, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tempest-net-a7b65b76-0b60-48dd-be4b-093db872bfcd', u'created_at': u'2018-05-26T18:13:56Z', u'mtu': 1450, u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 18:13:56,921 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T18:13:56Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'8d441ba1-2c36-418e-a86b-0ee72b201dc2', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-a7b65b76-0b60-48dd-be4b-093db872bfcd', u'enable_dhcp': True, u'network_id': u'4c9ec8fb-59d6-4d27-b9a2-9ae08ac1a342', u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'created_at': u'2018-05-26T18:13:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 18:13:56,922 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-26 18:13:56,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-a7b65b76-0b60-48dd-be4b-093db872bfcd' 2018-05-26 18:13:57,980 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-a7b65b76-0b60-48dd-be4b-093db872bfcd', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T18:13:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/6ae6d6b6-21f4-43fd-85cf-ed38decfe2de/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6ae6d6b6-21f4-43fd-85cf-ed38decfe2de', u'size': None, u'name': u'Cirros-0.4.0-a7b65b76-0b60-48dd-be4b-093db872bfcd', u'checksum': None, u'self': u'/v2/images/6ae6d6b6-21f4-43fd-85cf-ed38decfe2de', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T18:13:57Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 18:13:57,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-a7b65b76-0b60-48dd-be4b-093db872bfcd' 2018-05-26 18:13:59,027 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-a7b65b76-0b60-48dd-be4b-093db872bfcd', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T18:13:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/32b1ee53-037b-439e-b058-52db522bacac/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'32b1ee53-037b-439e-b058-52db522bacac', u'size': None, u'name': u'Cirros-0.4.0-1-a7b65b76-0b60-48dd-be4b-093db872bfcd', u'checksum': None, u'self': u'/v2/images/32b1ee53-037b-439e-b058-52db522bacac', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T18:13:58Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 18:13:59,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-26 18:13:59,246 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-a7b65b76-0b60-48dd-be4b-093db872bfcd', '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'36d592502d0e461c8dcd124c64e47d3f', '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'17ed556f-35d1-4e6e-b91e-a0b639a7c960', 'swap': 0}) 2018-05-26 18:13:59,314 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-a7b65b76-0b60-48dd-be4b-093db872bfcd', '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'36d592502d0e461c8dcd124c64e47d3f', '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'b122276f-bc57-4c24-b7b8-7e43479c4d51', 'swap': 0}) 2018-05-26 18:14:02,308 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-26 18:14:01.431 11223 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6499fdbb-fd73-4b55-a9b5-97370766ebf2) for deployment 'opnfv-rally' (UUID=927416ae-c55b-47b1-8faa-c24116519c34). 2018-05-26 18:14:02.132 11223 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6499fdbb-fd73-4b55-a9b5-97370766ebf2) has been successfully configured for deployment 'opnfv-rally' (UUID=927416ae-c55b-47b1-8faa-c24116519c34)! 2018-05-26 18:14:02,308 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-26 18:14:02,309 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-26 18:14:02,311 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-26 18:14:04,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-26 18:14:06,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:06.650 11235 INFO rally.api [-] Starting verification (UUID=57f32e89-257b-46f5-b4b9-dc01ddab9d76) for deployment 'opnfv-rally' (UUID=927416ae-c55b-47b1-8faa-c24116519c34) by verifier 'opnfv-tempest' (UUID=6499fdbb-fd73-4b55-a9b5-97370766ebf2). 2018-05-26 18:14:06,651 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 57f32e89-257b-46f5-b4b9-dc01ddab9d76 2018-05-26 18:14:14,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:14.976 11235 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.221s] 2018-05-26 18:14:14,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:14.982 11235 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.280s] 2018-05-26 18:14:15,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:15.046 11235 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.071s] 2018-05-26 18:14:15,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:15.123 11235 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.312s] 2018-05-26 18:14:20,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:20.517 11235 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.122s] 2018-05-26 18:14:20,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:20.731 11235 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.214s] 2018-05-26 18:14:20,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:20.936 11235 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.205s] 2018-05-26 18:14:24,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:24.654 11235 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.834s] 2018-05-26 18:14:27,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:27.740 11235 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.286s] 2018-05-26 18:14:28,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:28.032 11235 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.181s] 2018-05-26 18:14:28,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:28.033 11235 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.293s] 2018-05-26 18:14:28,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:28.463 11235 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.429s] 2018-05-26 18:14:28,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:28.469 11235 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.006s] 2018-05-26 18:14:28,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:28.745 11235 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.275s] 2018-05-26 18:14:29,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:29.061 11235 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.028s] 2018-05-26 18:14:38,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:38.987 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.063s] 2018-05-26 18:14:39,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.013 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.023s] 2018-05-26 18:14:39,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.161 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.146s] 2018-05-26 18:14:39,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.172 11235 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-05-26 18:14:39,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.185 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-05-26 18:14:39,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.219 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.034s] 2018-05-26 18:14:39,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.282 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-05-26 18:14:39,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.344 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.062s] 2018-05-26 18:14:39,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.497 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.153s] 2018-05-26 18:14:39,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.512 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-05-26 18:14:39,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:39.580 11235 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.068s] 2018-05-26 18:14:44,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:44.087 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.217s] 2018-05-26 18:14:44,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:44.445 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.358s] 2018-05-26 18:14:44,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:44.654 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.208s] 2018-05-26 18:14:44,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:44.922 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.267s] 2018-05-26 18:14:45,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:45.166 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.244s] 2018-05-26 18:14:45,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:45.237 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-05-26 18:14:45,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:45.315 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-05-26 18:14:45,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:45.390 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.075s] 2018-05-26 18:14:45,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:45.470 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.079s] 2018-05-26 18:14:45,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:45.536 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.066s] 2018-05-26 18:14:45,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:45.692 11235 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.155s] 2018-05-26 18:14:55,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:55.500 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.786s] 2018-05-26 18:14:59,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:14:59.143 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.641s] 2018-05-26 18:15:00,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:00.953 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [46.415s] 2018-05-26 18:15:02,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:02.713 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.569s] 2018-05-26 18:15:05,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:05.640 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.927s] 2018-05-26 18:15:09,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:09.905 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.264s] 2018-05-26 18:15:14,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:14.973 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.068s] 2018-05-26 18:15:18,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:18.657 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.319s] 2018-05-26 18:15:18,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:18.666 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.693s] 2018-05-26 18:15:19,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:19.780 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.123s] 2018-05-26 18:15:20,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:20.897 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.115s] 2018-05-26 18:15:21,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:21.915 11235 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [56.400s] 2018-05-26 18:15:22,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:22.099 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.201s] 2018-05-26 18:15:23,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:23.011 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.344s] 2018-05-26 18:15:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:23.745 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.646s] 2018-05-26 18:15:23,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:23.795 11235 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.884s] 2018-05-26 18:15:24,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:24.901 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [1.888s] 2018-05-26 18:15:25,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:25.070 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.170s] 2018-05-26 18:15:25,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:25.201 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.129s] 2018-05-26 18:15:25,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:25.434 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.233s] 2018-05-26 18:15:25,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:25.534 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.100s] 2018-05-26 18:15:25,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:25.703 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.168s] 2018-05-26 18:15:25,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:25.793 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.090s] 2018-05-26 18:15:25,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:25.854 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.106s] 2018-05-26 18:15:25,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:25.855 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.059s] 2018-05-26 18:15:25,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:25.911 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.056s] 2018-05-26 18:15:26,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:26.476 11235 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [41.568s] 2018-05-26 18:15:26,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:26.983 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.131s] 2018-05-26 18:15:27,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:27.285 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.302s] 2018-05-26 18:15:27,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:27.762 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.476s] 2018-05-26 18:15:28,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:28.923 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.158s] 2018-05-26 18:15:29,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:29.166 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.243s] 2018-05-26 18:15:29,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:29.443 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.277s] 2018-05-26 18:15:29,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:29.716 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.272s] 2018-05-26 18:15:30,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:30.126 11235 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.215s] 2018-05-26 18:15:31,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:31.242 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.524s] 2018-05-26 18:15:31,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:31.532 11235 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.234s] 2018-05-26 18:15:31,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:31.645 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.402s] 2018-05-26 18:15:31,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:31.944 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.297s] 2018-05-26 18:15:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:32.231 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.286s] 2018-05-26 18:15:32,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:32.530 11235 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.300s] 2018-05-26 18:15:35,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:35.892 11235 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [9.418s] 2018-05-26 18:15:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:39.972 11235 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [77.736s] 2018-05-26 18:15:44,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:44.482 11235 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.267s] 2018-05-26 18:15:53,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:53.003 11235 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.332s] 2018-05-26 18:15:53,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:53.075 11235 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-05-26 18:15:53,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:53.281 11235 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.796s] 2018-05-26 18:15:53,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:53.331 11235 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.255s] 2018-05-26 18:15:53,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:53.429 11235 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.096s] 2018-05-26 18:15:53,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:15:53.430 11235 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-26 18:16:10,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:10.962 11235 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.983s] 2018-05-26 18:16:11,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:11.760 11235 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [35.863s] 2018-05-26 18:16:15,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:15.230 11235 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.168s] 2018-05-26 18:16:24,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:24.953 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2018-05-26 18:16:25,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:25.194 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.239s] 2018-05-26 18:16:25,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:25.228 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.034s] 2018-05-26 18:16:25,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:25.468 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.239s] 2018-05-26 18:16:25,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:25.614 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.145s] 2018-05-26 18:16:25,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:25.766 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.151s] 2018-05-26 18:16:25,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:25.956 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.189s] 2018-05-26 18:16:26,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.125 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.169s] 2018-05-26 18:16:26,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.279 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.153s] 2018-05-26 18:16:26,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.313 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-05-26 18:16:26,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.322 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-05-26 18:16:26,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.375 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.052s] 2018-05-26 18:16:26,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.427 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.051s] 2018-05-26 18:16:26,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.604 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.176s] 2018-05-26 18:16:26,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.639 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-05-26 18:16:26,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.807 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.168s] 2018-05-26 18:16:26,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.842 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-05-26 18:16:26,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.876 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-05-26 18:16:26,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.885 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-05-26 18:16:26,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.923 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.037s] 2018-05-26 18:16:26,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.957 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.033s] 2018-05-26 18:16:26,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:26.990 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-05-26 18:16:27,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:27.023 11235 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-05-26 18:16:28,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:28.205 11235 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.443s] 2018-05-26 18:16:44,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:44.500 11235 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.871s] 2018-05-26 18:16:52,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:16:52.093 11235 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.591s] 2018-05-26 18:17:01,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:17:01.838 11235 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.743s] 2018-05-26 18:17:05,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '57f32e89-257b-46f5-b4b9-dc01ddab9d76']'. 2018-05-26 18:17:06,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-26 18:17:06,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-26 18:17:06,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 57f32e89-257b-46f5-b4b9-dc01ddab9d76 | 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-26 18:14:06 | 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-26 18:17:05 | 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:59 | 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6499fdbb-fd73-4b55-a9b5-97370766ebf2) | 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-26 18:17:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 927416ae-c55b-47b1-8faa-c24116519c34) | 2018-05-26 18:17:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 117 | 2018-05-26 18:17:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 169.275 | 2018-05-26 18:17:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 117 | 2018-05-26 18:17:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-26 18:17:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-26 18:17:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-26 18:17:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-26 18:17:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 18:17:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-26 18:17:06,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-26 18:17:11,362 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 18:17:11,363 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:16 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-26 18:17:11,367 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-26 18:17:11,460 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-26 18:17:11,460 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-26 18:17:11,460 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-26 18:17:13,991 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-26 18:17:13.557 11343 INFO rally.deployment.engine [-] Deployment 927416ae-c55b-47b1-8faa-c24116519c34 | Starting: Destroy cloud and free allocated resources. 2018-05-26 18:17:13.651 11343 INFO rally.deployment.engine [-] Deployment 927416ae-c55b-47b1-8faa-c24116519c34 | Completed: Destroy cloud and free allocated resources. 2018-05-26 18:17:13.694 11343 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6499fdbb-fd73-4b55-a9b5-97370766ebf2) for deployment 'opnfv-rally'. 2018-05-26 18:17:13.710 11343 INFO rally.api [-] Deleting verification (UUID=57f32e89-257b-46f5-b4b9-dc01ddab9d76). 2018-05-26 18:17:13.759 11343 INFO rally.api [-] Verification has been successfully deleted! 2018-05-26 18:17:13.759 11343 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6499fdbb-fd73-4b55-a9b5-97370766ebf2). 2018-05-26 18:17:13.771 11343 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-26 18:17:16,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-26 18:17:16.215 11346 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b2ce55ab-7bd7-4701-8b64-730143865f8f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b2ce55ab-7bd7-4701-8b64-730143865f8f | 2018-05-26T18:17:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b2ce55ab-7bd7-4701-8b64-730143865f8f ~/.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-05-26 18:17:19,789 - 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__ | 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-05-26 18:17:19,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-26 18:17:22,173 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-26 18:17:21.902 11352 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6499fdbb-fd73-4b55-a9b5-97370766ebf2). 2018-05-26 18:17:22.022 11352 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-26 18:17:25,570 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-26 18:17:24.316 11355 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-26 18:17:24.447 11355 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-26 18:17:25.393 11355 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=79a3aa77-6526-4308-abcb-005731cb3407) has been successfully created! Using verifier 'opnfv-tempest' (UUID=79a3aa77-6526-4308-abcb-005731cb3407) as the default verifier for the future CLI operations. 2018-05-26 18:17:28,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-719bdee3-fab6-4884-b141-2c375a62d56d' 2018-05-26 18:17:29,220 - functest.opnfv_tests.openstack.tempest.tempest - 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-05-26T18:17:29Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'37e7bcaf-2045-4041-9453-718de82099b5', u'provider:segmentation_id': 46, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tempest-net-719bdee3-fab6-4884-b141-2c375a62d56d', u'created_at': u'2018-05-26T18:17:29Z', u'mtu': 1450, u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 18:17:29,639 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T18:17:29Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'5894efc4-5ba2-4072-88b0-c927e6a09f68', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-719bdee3-fab6-4884-b141-2c375a62d56d', u'enable_dhcp': True, u'network_id': u'37e7bcaf-2045-4041-9453-718de82099b5', u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'created_at': u'2018-05-26T18:17:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 18:17:29,640 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-26 18:17:29,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-719bdee3-fab6-4884-b141-2c375a62d56d' 2018-05-26 18:17:31,647 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-719bdee3-fab6-4884-b141-2c375a62d56d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T18:17:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/e5be5b06-f35e-40d8-9127-6bfdb95431d4/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'e5be5b06-f35e-40d8-9127-6bfdb95431d4', u'size': None, u'name': u'Cirros-0.4.0-719bdee3-fab6-4884-b141-2c375a62d56d', u'checksum': None, u'self': u'/v2/images/e5be5b06-f35e-40d8-9127-6bfdb95431d4', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T18:17:30Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 18:17:31,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-719bdee3-fab6-4884-b141-2c375a62d56d' 2018-05-26 18:17:32,708 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-719bdee3-fab6-4884-b141-2c375a62d56d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T18:17:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/9af990a6-6028-4b88-878e-5be1f74bb8f1/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'9af990a6-6028-4b88-878e-5be1f74bb8f1', u'size': None, u'name': u'Cirros-0.4.0-1-719bdee3-fab6-4884-b141-2c375a62d56d', u'checksum': None, u'self': u'/v2/images/9af990a6-6028-4b88-878e-5be1f74bb8f1', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T18:17:31Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 18:17:32,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-26 18:17:33,073 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-719bdee3-fab6-4884-b141-2c375a62d56d', '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'36d592502d0e461c8dcd124c64e47d3f', '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'3c9b96e2-1082-4dc1-82bc-9669e6d4f201', 'swap': 0}) 2018-05-26 18:17:33,146 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-719bdee3-fab6-4884-b141-2c375a62d56d', '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'36d592502d0e461c8dcd124c64e47d3f', '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'a29c3028-88fe-4e72-92b2-0a613da8b7c3', 'swap': 0}) 2018-05-26 18:17:36,082 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-26 18:17:35.308 11374 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=79a3aa77-6526-4308-abcb-005731cb3407) for deployment 'opnfv-rally' (UUID=b2ce55ab-7bd7-4701-8b64-730143865f8f). 2018-05-26 18:17:35.972 11374 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=79a3aa77-6526-4308-abcb-005731cb3407) has been successfully configured for deployment 'opnfv-rally' (UUID=b2ce55ab-7bd7-4701-8b64-730143865f8f)! 2018-05-26 18:17:36,082 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-26 18:17:36,083 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-26 18:17:36,085 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-26 18:17:36,229 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-26 18:17:39,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-79a3aa77-6526-4308-abcb-005731cb3407/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-26 18:17:39,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-26 18:17:41,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 18:17:41.755 11383 INFO rally.api [-] Starting verification (UUID=dc926168-0a6e-43a3-9640-5efe20385ea0) for deployment 'opnfv-rally' (UUID=b2ce55ab-7bd7-4701-8b64-730143865f8f) by verifier 'opnfv-tempest' (UUID=79a3aa77-6526-4308-abcb-005731cb3407). 2018-05-26 18:17:41,756 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: dc926168-0a6e-43a3-9640-5efe20385ea0 2018-05-26 18:20:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'dc926168-0a6e-43a3-9640-5efe20385ea0']'. 2018-05-26 18:20:11,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-26 18:20:11,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-26 18:20:11,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 18:20:11,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | dc926168-0a6e-43a3-9640-5efe20385ea0 | 2018-05-26 18:20:11,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-26 18:20:11,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-26 18:17:41 | 2018-05-26 18:20:11,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-26 18:20:10 | 2018-05-26 18:20:11,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:29 | 2018-05-26 18:20:11,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-26 18:20:11,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-26 18:20:11,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 79a3aa77-6526-4308-abcb-005731cb3407) | 2018-05-26 18:20:11,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b2ce55ab-7bd7-4701-8b64-730143865f8f) | 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 140.22 | 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 18:20:11,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-26 18:20:11,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-26 18:20:16,017 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 18:20:16,018 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:47 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-26 18:20:16,022 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-26 18:20:17,096 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-26 19:01:38,724 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ERROR test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 506, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 472, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 2481.556s FAILED (errors=1) 2018-05-26 19:01:38,890 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 19:01:38,890 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:22 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-26 19:01:38,894 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-26 19:01:38,894 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-26 19:01:38,986 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-26 19:01:38,987 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-26 19:01:38,987 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-26 19:01:41,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-26 19:01:40.923 11612 INFO rally.deployment.engine [-] Deployment b2ce55ab-7bd7-4701-8b64-730143865f8f | Starting: Destroy cloud and free allocated resources. 2018-05-26 19:01:40.983 11612 INFO rally.deployment.engine [-] Deployment b2ce55ab-7bd7-4701-8b64-730143865f8f | Completed: Destroy cloud and free allocated resources. 2018-05-26 19:01:41.008 11612 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=79a3aa77-6526-4308-abcb-005731cb3407) for deployment 'opnfv-rally'. 2018-05-26 19:01:41.026 11612 INFO rally.api [-] Deleting verification (UUID=dc926168-0a6e-43a3-9640-5efe20385ea0). 2018-05-26 19:01:41.073 11612 INFO rally.api [-] Verification has been successfully deleted! 2018-05-26 19:01:41.073 11612 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=79a3aa77-6526-4308-abcb-005731cb3407). 2018-05-26 19:01:41.082 11612 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-26 19:01:43,656 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-26 19:01:43.343 11615 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9a5e8e0f-128d-462e-ac76-a0f65bcce69e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9a5e8e0f-128d-462e-ac76-a0f65bcce69e | 2018-05-26T19:01:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9a5e8e0f-128d-462e-ac76-a0f65bcce69e ~/.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-05-26 19:01:46,876 - 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__ | 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-05-26 19:01:46,877 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-26 19:01:49,230 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-26 19:01:48.964 11621 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=79a3aa77-6526-4308-abcb-005731cb3407). 2018-05-26 19:01:49.090 11621 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-26 19:01:53,651 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-26 19:01:51.209 11624 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-26 19:01:51.331 11624 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-26 19:01:53.456 11624 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3dfd24bd-c0b4-43a8-b11a-7a95ab79fc51) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3dfd24bd-c0b4-43a8-b11a-7a95ab79fc51) as the default verifier for the future CLI operations. 2018-05-26 19:01:56,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-ad991306-f44b-49c2-9998-876d8c9721cb' 2018-05-26 19:01:57,500 - functest.opnfv_tests.openstack.tempest.tempest - 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-05-26T19:01:57Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2f184260-ce40-4712-86bd-8b33a3b63639', u'provider:segmentation_id': 27, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tempest-net-ad991306-f44b-49c2-9998-876d8c9721cb', u'created_at': u'2018-05-26T19:01:57Z', u'mtu': 1450, u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 19:01:58,122 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T19:01:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'5ed9f904-1043-4df7-81ee-60d1deb755bc', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-ad991306-f44b-49c2-9998-876d8c9721cb', u'enable_dhcp': True, u'network_id': u'2f184260-ce40-4712-86bd-8b33a3b63639', u'tenant_id': u'36d592502d0e461c8dcd124c64e47d3f', u'created_at': u'2018-05-26T19:01:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'36d592502d0e461c8dcd124c64e47d3f'}) 2018-05-26 19:01:58,123 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-26 19:01:58,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-ad991306-f44b-49c2-9998-876d8c9721cb' 2018-05-26 19:01:59,012 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-ad991306-f44b-49c2-9998-876d8c9721cb', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T19:01:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/7623a919-3784-4ca3-8fa4-a32e8592b7a2/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'7623a919-3784-4ca3-8fa4-a32e8592b7a2', u'size': None, u'name': u'Cirros-0.4.0-ad991306-f44b-49c2-9998-876d8c9721cb', u'checksum': None, u'self': u'/v2/images/7623a919-3784-4ca3-8fa4-a32e8592b7a2', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T19:01:58Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 19:01:59,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-ad991306-f44b-49c2-9998-876d8c9721cb' 2018-05-26 19:02:00,396 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-ad991306-f44b-49c2-9998-876d8c9721cb', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T19:01:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/c7a5bab0-7ead-4f89-a90b-1697c34f716b/file', u'owner': u'36d592502d0e461c8dcd124c64e47d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c7a5bab0-7ead-4f89-a90b-1697c34f716b', u'size': None, u'name': u'Cirros-0.4.0-1-ad991306-f44b-49c2-9998-876d8c9721cb', u'checksum': None, u'self': u'/v2/images/c7a5bab0-7ead-4f89-a90b-1697c34f716b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T19:01:59Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 19:02:00,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-26 19:02:00,612 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-ad991306-f44b-49c2-9998-876d8c9721cb', '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'36d592502d0e461c8dcd124c64e47d3f', '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'bf600934-76f5-4547-832a-6c16a69f4286', 'swap': 0}) 2018-05-26 19:02:00,680 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-ad991306-f44b-49c2-9998-876d8c9721cb', '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'36d592502d0e461c8dcd124c64e47d3f', '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'674b33a3-dd03-4a99-9128-4459b72e0362', 'swap': 0}) 2018-05-26 19:02:03,795 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-26 19:02:02.809 11643 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3dfd24bd-c0b4-43a8-b11a-7a95ab79fc51) for deployment 'opnfv-rally' (UUID=9a5e8e0f-128d-462e-ac76-a0f65bcce69e). 2018-05-26 19:02:03.635 11643 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3dfd24bd-c0b4-43a8-b11a-7a95ab79fc51) has been successfully configured for deployment 'opnfv-rally' (UUID=9a5e8e0f-128d-462e-ac76-a0f65bcce69e)! 2018-05-26 19:02:03,796 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-26 19:02:03,796 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-26 19:02:03,798 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-26 19:02:03,814 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-26 19:02:06,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3dfd24bd-c0b4-43a8-b11a-7a95ab79fc51/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-26 19:02:06,706 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-26 19:02:06,707 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-26 19:02:06,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-26 19:02:08,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 19:02:08.791 11652 INFO rally.api [-] Starting verification (UUID=a5693c3d-9c7f-4747-9a15-170074f2448c) for deployment 'opnfv-rally' (UUID=9a5e8e0f-128d-462e-ac76-a0f65bcce69e) by verifier 'opnfv-tempest' (UUID=3dfd24bd-c0b4-43a8-b11a-7a95ab79fc51). 2018-05-26 19:02:08,793 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a5693c3d-9c7f-4747-9a15-170074f2448c 2018-05-26 19:03:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a5693c3d-9c7f-4747-9a15-170074f2448c']'. 2018-05-26 19:03:52,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-26 19:03:52,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-26 19:03:52,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 19:03:52,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a5693c3d-9c7f-4747-9a15-170074f2448c | 2018-05-26 19:03:52,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-26 19:03:52,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-26 19:02:08 | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-26 19:03:51 | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:43 | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3dfd24bd-c0b4-43a8-b11a-7a95ab79fc51) | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9a5e8e0f-128d-462e-ac76-a0f65bcce69e) | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 93.315 | 2018-05-26 19:03:52,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-26 19:03:52,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-26 19:03:52,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-26 19:03:52,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-26 19:03:52,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-26 19:03:52,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 19:03:52,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-26 19:03:52,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-26 19:03:56,910 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 19:03:56,910 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:00 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-26 19:03:56,915 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:34 | PASS | | vping_userdata | functest | smoke | 00:31 | PASS | | tempest_smoke_serial | functest | smoke | 10:35 | PASS | | rally_sanity | functest | smoke | 21:08 | PASS | | refstack_defcore | functest | smoke | 03:16 | PASS | | patrole | functest | smoke | 02:47 | PASS | | snaps_smoke | functest | smoke | 41:22 | FAIL | | neutron_trunk | functest | smoke | 02:00 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-26 19:03:56,922 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-26 19:04:27,837 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-156 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-26 19:04:27,840 - 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=mMMuTuBTyrsyeXRHaZmqTyP7j export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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 OS_REGION_NAME=regionOne 2018-05-26 19:04:27,840 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-26 19:04:27,840 - 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 | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-05-26 19:04:27,841 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-26 19:04:27,841 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-26 19:08:35,197 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-26 19:08:35,326 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 19:08:35,326 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:07 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-26 19:08:35,331 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:07 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-26 19:08:35,335 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-26 19:10:22,054 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-156 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-26 19:10:22,058 - 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=mMMuTuBTyrsyeXRHaZmqTyP7j export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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 OS_REGION_NAME=regionOne 2018-05-26 19:10:22,058 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-26 19:10:22,058 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-26 19:10:22,059 - 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-05-26 19:10:22,061 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-26 19:10:33,391 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-156 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-26 19:10:33,393 - 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=mMMuTuBTyrsyeXRHaZmqTyP7j export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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 OS_REGION_NAME=regionOne 2018-05-26 19:10:33,393 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-26 19:10:33,394 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-05-26 19:10:33,395 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-26 19:10:33,395 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-26 19:13:09,343 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-26 19:13:09,461 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 19:13:09,461 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:36 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-26 19:13:09,463 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:36 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-26 19:13:09,464 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK