2018-05-25 19:15:23,245 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-152 | | 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-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 19:15:23,249 - 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=JfUTvZKjkZJvtZ7dwqKwAPMwE export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-25 19:15:23,249 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 19:15:23,251 - 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-25 19:15:23,253 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-25 19:15:23,253 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-25 19:15:26,150 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-25 19:15:36,365 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.204s OK 2018-05-25 19:15:36,490 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 19:15:36,491 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-25 19:15:36,495 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-25 19:15:37,913 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-25 19:31:47,220 - 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 969.253s OK 2018-05-25 19:31:47,347 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 19:31:47,347 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-25 19:31:47,351 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-25 19:31:48,321 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-25 19:32:52,375 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 64.053s OK 2018-05-25 19:32:52,491 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 19:32:52,491 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:04 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-25 19:32:52,495 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 16:09 | PASS | | snaps_health_check | functest | healthcheck | 01:04 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-25 19:32:52,498 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-25 19:32:55,277 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-152 | | 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-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 19:32:55,279 - 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=JfUTvZKjkZJvtZ7dwqKwAPMwE export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-25 19:32:55,280 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 19:32:55,280 - 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-25 19:32:55,281 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-25 19:32:55,281 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-25 19:32:56,925 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'8aac7154-e5b8-4df5-a6a0-50472ca7feaf'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-25T19:05:37Z', u'is_default': False, u'revision_number': 5, u'port_security_enabled': True, u'mtu': 1500, u'id': u'e0c3f208-d95d-45c7-a21b-5608fbe580a4', 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-25T19:05:30Z', u'provider:network_type': u'flat', u'tenant_id': u'41b44a17d84c4f2cb45f56e1383f486f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'41b44a17d84c4f2cb45f56e1383f486f'}) 2018-05-25 19:32:57,299 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-25 19:32:57,299 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-25 19:32:57,750 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-25 19:32:57,750 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-25 19:32:59,136 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-25 19:32:59,137 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-25 19:32:59' 2018-05-25 19:32:59,137 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--57dfcd90-1780-4737-bf64-db9d2b2f466f' 2018-05-25 19:32:59,137 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-25 19:33:04,546 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--57dfcd90-1780-4737-bf64-db9d2b2f466f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T19:32:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/c8796d5e-a1cc-43a9-80f2-df0756ac3e57/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c8796d5e-a1cc-43a9-80f2-df0756ac3e57', u'size': None, u'name': u'functest-vping--57dfcd90-1780-4737-bf64-db9d2b2f466f', u'checksum': None, u'self': u'/v2/images/c8796d5e-a1cc-43a9-80f2-df0756ac3e57', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T19:32:59Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 19:33:04,547 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-57dfcd90-1780-4737-bf64-db9d2b2f466f' 2018-05-25 19:33:05,175 - 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-25T19:33:04Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f624ab8f-1300-48db-98f6-a52c2e89040f', u'provider:segmentation_id': 31, 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-57dfcd90-1780-4737-bf64-db9d2b2f466f', u'created_at': u'2018-05-25T19:33:04Z', u'mtu': 1450, u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 19:33:05,971 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T19:33:05Z', 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'0ee4a9b6-bc9c-46d7-9eb3-f70829587ae5', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-57dfcd90-1780-4737-bf64-db9d2b2f466f', u'enable_dhcp': True, u'network_id': u'f624ab8f-1300-48db-98f6-a52c2e89040f', u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'created_at': u'2018-05-25T19:33:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 19:33:05,972 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-57dfcd90-1780-4737-bf64-db9d2b2f466f' 2018-05-25 19:33:11,861 - 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-25T19:33:08Z', u'revision_number': 3, u'ha': True, u'id': u'78e4e6e3-e89c-41ba-9ea1-8b1c58f8f60a', u'external_gateway_info': {u'network_id': u'e0c3f208-d95d-45c7-a21b-5608fbe580a4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8aac7154-e5b8-4df5-a6a0-50472ca7feaf', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-57dfcd90-1780-4737-bf64-db9d2b2f466f', u'admin_state_up': True, u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'created_at': u'2018-05-25T19:33:06Z', u'flavor_id': None, u'routes': [], u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 19:33:14,545 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-57dfcd90-1780-4737-bf64-db9d2b2f466f' 2018-05-25 19:33:14,763 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-57dfcd90-1780-4737-bf64-db9d2b2f466f', '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'e0e65fca01d543559ee82a768917a6b0', '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'785f8f70-41b6-46d9-9326-b7b50c7c2b97', 'swap': 0}) 2018-05-25 19:33:15,675 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-57dfcd90-1780-4737-bf64-db9d2b2f466f' 2018-05-25 19:33:36,841 - 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-57dfcd90-1780-4737-bf64-db9d2b2f466f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f4:33:b8', u'version': 4, u'addr': u'192.168.130.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c8796d5e-a1cc-43a9-80f2-df0756ac3e57'}), 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-00000024', u'OS-SRV-USG:launched_at': u'2018-05-25T19:26:00.000000', 'flavor': Munch({u'id': u'785f8f70-41b6-46d9-9326-b7b50c7c2b97'}), 'az': u'nova', 'id': u'90c83ad6-2689-4233-ba70-a98afc5c9f75', 'security_groups': [Munch({u'name': u'vping-sg-57dfcd90-1780-4737-bf64-db9d2b2f466f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2099ca48e619437cba642a6ea6bccece', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0e65fca01d543559ee82a768917a6b0', '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-25T19:26:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-25T19:33:34Z', 'hostId': u'a3454faf6f10d8365e8bf7568da919cb4615c5b8ada42988e0e7f9ce', 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.12', 'cloud': 'envvars', 'host_id': u'a3454faf6f10d8365e8bf7568da919cb4615c5b8ada42988e0e7f9ce', '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-00000024', u'OS-SRV-USG:launched_at': u'2018-05-25T19:26:00.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'e0e65fca01d543559ee82a768917a6b0', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-57dfcd90-1780-4737-bf64-db9d2b2f466f', 'adminPass': u'RJ6zLPPVbT69', 'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', 'region': 'regionOne', 'created': u'2018-05-25T19:33:18Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-25 19:33:39,449 - 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 973412707 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.908 MHz processor [ 0.159047] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.161235] pid_max: default: 32768 minimum: 301 [ 0.162431] ACPI: Core revision 20150930 [ 0.164066] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.165805] Security Framework initialized [ 0.166885] Yama: becoming mindful. [ 0.167834] AppArmor: AppArmor initialized [ 0.168955] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.170740] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.172467] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.174109] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.175939] Initializing cgroup subsys io [ 0.177007] Initializing cgroup subsys memory [ 0.178157] Initializing cgroup subsys devices [ 0.179308] Initializing cgroup subsys freezer [ 0.180456] Initializing cgroup subsys net_cls [ 0.181617] Initializing cgroup subsys perf_event [ 0.182825] Initializing cgroup subsys net_prio [ 0.183998] Initializing cgroup subsys hugetlb [ 0.185143] Initializing cgroup subsys pids [ 0.186307] CPU: Physical Processor ID: 0 [ 0.188075] mce: CPU supports 10 MCE banks [ 0.189183] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.190521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.202768] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.209639] ftrace: allocating 31920 entries in 125 pages [ 0.236352] smpboot: Max logical packages: 1 [ 0.237490] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.239261] x2apic enabled [ 0.240251] Switched APIC routing to physical x2apic. [ 0.242321] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.243813] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.246420] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.248773] KVM setup paravirtual spinlock [ 0.250319] x86: Booted up 1 node, 1 CPUs [ 0.251331] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.253188] devtmpfs: initialized [ 0.255160] evm: security.selinux [ 0.256105] evm: security.SMACK64 [ 0.257074] evm: security.SMACK64EXEC [ 0.258116] evm: security.SMACK64TRANSMUTE [ 0.259249] evm: security.SMACK64MMAP [ 0.260294] evm: security.ima [ 0.261155] evm: security.capability [ 0.262216] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.264858] pinctrl core: initialized pinctrl subsystem [ 0.266348] RTC time: 19:26:00, date: 05/25/18 [ 0.267641] NET: Registered protocol family 16 [ 0.268932] cpuidle: using governor ladder [ 0.270060] cpuidle: using governor menu [ 0.271140] PCCT header not found. [ 0.272159] ACPI: bus type PCI registered [ 0.273289] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.275056] PCI: Using configuration type 1 for base access [ 0.277236] ACPI: Added _OSI(Module Device) [ 0.278392] ACPI: Added _OSI(Processor Device) [ 0.279614] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.280908] ACPI: Added _OSI(Processor Aggregator Device) [ 0.283442] ACPI: Interpreter enabled [ 0.284535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.287174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.289772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.292369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.295131] ACPI: (supports S0 S5) [ 0.296081] ACPI: Using IOAPIC for interrupt routing [ 0.297385] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.301177] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.302775] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304622] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.306305] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.309408] acpiphp: Slot [3] registered [ 0.310499] acpiphp: Slot [4] registered [ 0.311583] acpiphp: Slot [5] registered [ 0.312671] acpiphp: Slot [6] registered [ 0.313755] acpiphp: Slot [7] registered [ 0.314901] acpiphp: Slot [8] registered [ 0.315989] acpiphp: Slot [9] registered [ 0.317081] acpiphp: Slot [10] registered [ 0.318192] acpiphp: Slot [11] registered [ 0.319337] acpiphp: Slot [12] registered [ 0.320473] acpiphp: Slot [13] registered [ 0.321575] acpiphp: Slot [14] registered [ 0.322701] acpiphp: Slot [15] registered [ 0.333841] acpiphp: Slot [16] registered [ 0.334983] acpiphp: Slot [17] registered [ 0.336086] acpiphp: Slot [18] registered [ 0.337188] acpiphp: Slot [19] registered [ 0.338313] acpiphp: Slot [20] registered [ 0.339453] acpiphp: Slot [21] registered [ 0.340583] acpiphp: Slot [22] registered [ 0.341724] acpiphp: Slot [23] registered [ 0.342849] acpiphp: Slot [24] registered [ 0.343955] acpiphp: Slot [25] registered [ 0.345086] acpiphp: Slot [26] registered [ 0.346186] acpiphp: Slot [27] registered [ 0.347308] acpiphp: Slot [28] registered [ 0.348410] acpiphp: Slot [29] registered [ 0.349508] acpiphp: Slot [30] registered [ 0.350677] acpiphp: Slot [31] registered [ 0.351797] PCI host bridge to bus 0000:00 [ 0.352957] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.354715] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.356467] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.358507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.360548] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.367267] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.369130] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.370789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.372635] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.379445] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.381418] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429034] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.430827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.433630] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436980] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438436] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.439857] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.441926] vgaarb: loaded [ 0.442704] vgaarb: bridge control possible 0000:00:02.0 [ 0.444178] SCSI subsystem initialized [ 0.445236] ACPI: bus type USB registered [ 0.446315] usbcore: registered new interface driver usbfs [ 0.447693] usbcore: registered new interface driver hub [ 0.449034] usbcore: registered new device driver usb [ 0.450410] PCI: Using ACPI for IRQ routing [ 0.451703] NetLabel: Initializing [ 0.452648] NetLabel: domain hash size = 128 [ 0.453779] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.455052] NetLabel: unlabeled traffic allowed by default [ 0.456499] clocksource: Switched to clocksource kvm-clock [ 0.462264] AppArmor: AppArmor Filesystem Enabled [ 0.463557] pnp: PnP ACPI init [ 0.464687] pnp: PnP ACPI: found 5 devices [ 0.471330] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.473633] NET: Registered protocol family 2 [ 0.474872] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.476611] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.478199] TCP: Hash tables configured (established 4096 bind 4096) [ 0.479767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.481240] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.482820] NET: Registered protocol family 1 [ 0.483968] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.485443] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.486889] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.501294] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.515903] Trying to unpack rootfs image as initramfs... [ 0.565993] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.581927] Scanning for low memory corruption every 60 seconds [ 0.583895] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.585460] audit: initializing netlink subsys (disabled) [ 0.586847] audit: type=2000 audit(1527276361.162:1): initialized [ 0.588573] Initialise system trusted keyring [ 0.589781] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.591365] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.593748] zbud: loaded [ 0.594620] VFS: Disk quotas dquot_6.6.0 [ 0.595692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.597660] fuse init (API version 7.23) [ 0.598807] Key type big_key registered [ 0.599858] Allocating IMA MOK and blacklist keyrings. [ 0.601319] Key type asymmetric registered [ 0.602419] Asymmetric key parser 'x509' registered [ 0.603688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.605636] io scheduler noop registered [ 0.606682] io scheduler deadline registered (default) [ 0.607998] io scheduler cfq registered [ 0.609089] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.610497] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.612194] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.614145] ACPI: Power Button [PWRF] [ 0.615602] GHES: HEST is not enabled! [ 0.629672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658620] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.661103] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684839] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.686948] Linux agpgart interface v0.103 [ 0.688962] brd: module loaded [ 0.690113] loop: module loaded [ 0.695078] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.696710] GPT:90111 != 2097151 [ 0.697448] GPT:Alternate GPT header not at the end of the disk. [ 0.698663] GPT:90111 != 2097151 [ 0.699393] GPT: Use GNU Parted to correct GPT errors. [ 0.700447] vda: vda1 vda15 [ 0.702021] scsi host0: ata_piix [ 0.702828] scsi host1: ata_piix [ 0.703601] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.704939] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.706518] libphy: Fixed MDIO Bus: probed [ 0.707416] tun: Universal TUN/TAP device driver, 1.6 [ 0.708469] tun: (C) 1999-2004 Max Krasnyansky [ 0.710765] PPP generic driver version 2.4.2 [ 0.711774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.713146] ehci-pci: EHCI PCI platform driver [ 0.714136] ehci-platform: EHCI generic platform driver [ 0.715241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.716526] ohci-pci: OHCI PCI platform driver [ 0.717477] ohci-platform: OHCI generic platform driver [ 0.718560] uhci_hcd: USB Universal Host Controller Interface driver [ 0.733811] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.734901] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.736484] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.737621] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.738832] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.740175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.741740] usb usb1: Product: UHCI Host Controller [ 0.742761] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.744089] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745139] hub 1-0:1.0: USB hub found [ 0.745993] hub 1-0:1.0: 2 ports detected [ 0.746973] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.749281] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.750322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.751443] mousedev: PS/2 mouse device common for all mice [ 0.752828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.754820] rtc_cmos 00:00: RTC can wake from S4 [ 0.756013] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.757328] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.758734] i2c /dev entries driver [ 0.759585] device-mapper: uevent: version 1.0.3 [ 0.760633] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.762452] ledtrig-cpu: registered to indicate activity on CPUs [ 0.763885] NET: Registered protocol family 10 [ 0.764984] NET: Registered protocol family 17 [ 0.765976] Key type dns_resolver registered [ 0.767032] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.768245] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.770165] registered taskstats version 1 [ 0.771079] Loading compiled-in X.509 certificates [ 0.772646] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.774662] zswap: loaded using pool lzo/zbud [ 0.776141] Key type trusted registered [ 0.777823] Key type encrypted registered [ 0.778738] AppArmor: AppArmor sha1 policy hashing enabled [ 0.779861] ima: No TPM chip found, activating TPM-bypass! [ 0.781012] evm: HMAC attrs: 0x1 [ 0.782032] Magic number: 2:264:446 [ 0.782949] rtc_cmos 00:00: setting system clock to 2018-05-25 19:26:00 UTC (1527276360) [ 0.784712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.785928] EDD information not available. [ 0.865445] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.866992] Write protecting the kernel read-only data: 14336k [ 0.879029] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.880867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 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.923209] 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.55 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.12... Lease of 192.168.130.12 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.72. iid=i-00000021 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-05-25 19:33:39,450 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-57dfcd90-1780-4737-bf64-db9d2b2f466f' 2018-05-25 19:33:39,648 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcK8lRHnSDJCehIRwE0uVVnkMKRkuG2r8U1JnTg7FkVNwdnCp/vSxDwqfiFzQdp8BsFW7f6Wo4gpbfDE7a17zz1DqdG9Gg0HFa1g0bHtJXtre3AKdhjMB3YFU+NPuCa9GHUvAEO47TFjPx9S1H/Izy8eHYWXlb6BlROoXfD+xuNqXiiXastuoGVEqfcDMDz4wixPcZf8GD3bOH1xGbC2T/PG/HMnvelZf+3vUdZhSTXg6xaZb7WOZTjxWbI5BGeKvufHkpn/gwpd6kPqfeM51jYpawpwg2X8Xl5aiF8YS1kgeAArj+w26Nlb/mjwA69IeIztht6jYcBozcJSKWMVA9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA3CvJUR50gyQnoSEcBNLlVZ5DCkZLhtq/FNSZ04OxZFTcHZwq\nf70sQ8Kn4hc0HafAbBVu3+lqOIKW3wxO2te889Q6nRvRoNBxWtYNGx7SV7a3twCn\nYYzAd2BVPjT7gmvRh1LwBDuO0xYz8fUtR/yM8vHh2Fl5W+gZUTqF3w/sbjal4ol2\nrLbqBlRKn3AzA8+MIsT3GX/Bg92zh9cRmwtk/zxvxzJ73pWX/t71HWYUk14OsWmW\n+1jmU48VmyOQRnir7nx5KZ/4MKXepD6n3jOdY2KWsKcINl/F5eWohfGEtZIHgAK4\n/sNujZW/5o8AOvSHiM7Ybeo2HAaM3CUiljFQPQIDAQABAoIBAGOYcxL84dvI6Rxc\na95KwG9AjjcBoXy5SyLTIVqrAf3O3VuPnzH1kyZ70ZHWyT54+fRqpaMoZWJ2wGTZ\nnnokiVcLNBCJ2wQSBpT+qyMPiDshbm2cIBtinlXh/+2J7hQLTdcXT3e6sVsPeiQD\nsp4TwnbLsEw7/Ufz8C/sd052V49q1dDy2HQKTuIG8zi0D8vs9imB9FZ8jDQMlbJI\nnd9C1ylNeaBxAyUho8rUd/Hsq1PvBfiPiBvUSRvV0aGcodiWlNYdtixVDbjcBDZO\nmxeMTVoTSKMKwHUeF800FJR/C6inSoq0mPmFzD5YzfAD/cxHNOl0FLLzCF12yudQ\nH/85s0kCgYEA/Z5R13GNHn3sCGJM4+zPAwS+mdKWRKsgLA2+ooJfAyEIR4olCKh6\nHpKZhPcg7UFLSLoVqQHNvaR6u0ex2P0zYUviffwkYd8O6YfO9ImmVmQCrxLuT9mh\nimZMa7Vtqm2I5saZw27eC9JBdEWoQnoaDKe8NKihzv09TDw1Vur1VS8CgYEA3j0P\nxFZxqq55COvRSYdkRZGHV2sjSTPr63uPjAaEFjAGkonzzpaOWXOFx/dkjshfeORD\n+7FrM1JLamjf446gCRZ22b3e1wyURXNRIxGd5qjg8YbKqyJdO8xQomlhDSU+p+rc\n3TFDuAvr5J7UWYw9K56OQqZjZweU+LoXskCb7lMCgYBBLBLp4xMZd9BUozYRCAR2\nSRzVmGjnAnaE+482YXwa6L0g7R3xKKIhAxkSMxMyBKpc6Pyx7nW5OvAS+ix4jzBJ\n2187crTCtbg2SKDk9A5bet25sYqt2EYLs5gFwZyJxBX+/5/5uZ6zuPb68v92/bt9\n7wiNG5xg/XBoC7zFNiGPHwKBgDELarJanWUcceuNFzfR4EgWELczFqtuAO+L6ibt\nvTKkUJ8AQMTjpvCItQpnR1LXV3J3daVTByRhUfFeyaIPdLPsuDffVhFBXmthQpOp\nrJ4dwN6sb4eK4uZydY0SEm/zOzuVcj6CQ76XKuzePGCyuUEqEZ0V2TQAkVi+wMH+\nziqvAoGAXSWVYP112COLtlQJIZlr6Q18VVJSu41ll5ZfhqCTr/efsHKb/94qggvR\nPcMU/CvoDKcLuYnyB2YyhAzgyZQLd9GPI9DVlxUrmA/vHn7fY9MzVbD7q3Z/niAH\nmb0yqGxbjTp92fWBt3aWidsGgQjOsWuDecP/DW5jBPMZFGSnxrw=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2099ca48e619437cba642a6ea6bccece', 'name': u'vping-keypair-57dfcd90-1780-4737-bf64-db9d2b2f466f', 'created_at': '2018-05-25T19:33:39.648184', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0e65fca01d543559ee82a768917a6b0', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'bf:6b:f2:27:e6:d2:fc:c2:17:f4:26:77:9b:37:ec:fa', 'type': 'ssh', 'id': u'vping-keypair-57dfcd90-1780-4737-bf64-db9d2b2f466f'}) 2018-05-25 19:33:39,648 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEA3CvJUR50gyQnoSEcBNLlVZ5DCkZLhtq/FNSZ04OxZFTcHZwq f70sQ8Kn4hc0HafAbBVu3+lqOIKW3wxO2te889Q6nRvRoNBxWtYNGx7SV7a3twCn YYzAd2BVPjT7gmvRh1LwBDuO0xYz8fUtR/yM8vHh2Fl5W+gZUTqF3w/sbjal4ol2 rLbqBlRKn3AzA8+MIsT3GX/Bg92zh9cRmwtk/zxvxzJ73pWX/t71HWYUk14OsWmW +1jmU48VmyOQRnir7nx5KZ/4MKXepD6n3jOdY2KWsKcINl/F5eWohfGEtZIHgAK4 /sNujZW/5o8AOvSHiM7Ybeo2HAaM3CUiljFQPQIDAQABAoIBAGOYcxL84dvI6Rxc a95KwG9AjjcBoXy5SyLTIVqrAf3O3VuPnzH1kyZ70ZHWyT54+fRqpaMoZWJ2wGTZ nnokiVcLNBCJ2wQSBpT+qyMPiDshbm2cIBtinlXh/+2J7hQLTdcXT3e6sVsPeiQD sp4TwnbLsEw7/Ufz8C/sd052V49q1dDy2HQKTuIG8zi0D8vs9imB9FZ8jDQMlbJI nd9C1ylNeaBxAyUho8rUd/Hsq1PvBfiPiBvUSRvV0aGcodiWlNYdtixVDbjcBDZO mxeMTVoTSKMKwHUeF800FJR/C6inSoq0mPmFzD5YzfAD/cxHNOl0FLLzCF12yudQ H/85s0kCgYEA/Z5R13GNHn3sCGJM4+zPAwS+mdKWRKsgLA2+ooJfAyEIR4olCKh6 HpKZhPcg7UFLSLoVqQHNvaR6u0ex2P0zYUviffwkYd8O6YfO9ImmVmQCrxLuT9mh imZMa7Vtqm2I5saZw27eC9JBdEWoQnoaDKe8NKihzv09TDw1Vur1VS8CgYEA3j0P xFZxqq55COvRSYdkRZGHV2sjSTPr63uPjAaEFjAGkonzzpaOWXOFx/dkjshfeORD +7FrM1JLamjf446gCRZ22b3e1wyURXNRIxGd5qjg8YbKqyJdO8xQomlhDSU+p+rc 3TFDuAvr5J7UWYw9K56OQqZjZweU+LoXskCb7lMCgYBBLBLp4xMZd9BUozYRCAR2 SRzVmGjnAnaE+482YXwa6L0g7R3xKKIhAxkSMxMyBKpc6Pyx7nW5OvAS+ix4jzBJ 2187crTCtbg2SKDk9A5bet25sYqt2EYLs5gFwZyJxBX+/5/5uZ6zuPb68v92/bt9 7wiNG5xg/XBoC7zFNiGPHwKBgDELarJanWUcceuNFzfR4EgWELczFqtuAO+L6ibt vTKkUJ8AQMTjpvCItQpnR1LXV3J3daVTByRhUfFeyaIPdLPsuDffVhFBXmthQpOp rJ4dwN6sb4eK4uZydY0SEm/zOzuVcj6CQ76XKuzePGCyuUEqEZ0V2TQAkVi+wMH+ ziqvAoGAXSWVYP112COLtlQJIZlr6Q18VVJSu41ll5ZfhqCTr/efsHKb/94qggvR PcMU/CvoDKcLuYnyB2YyhAzgyZQLd9GPI9DVlxUrmA/vHn7fY9MzVbD7q3Z/niAH mb0yqGxbjTp92fWBt3aWidsGgQjOsWuDecP/DW5jBPMZFGSnxrw= -----END RSA PRIVATE KEY----- 2018-05-25 19:33:40,891 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--57dfcd90-1780-4737-bf64-db9d2b2f466f' 2018-05-25 19:33:59,537 - 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-57dfcd90-1780-4737-bf64-db9d2b2f466f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a4:8b:4f', 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'c8796d5e-a1cc-43a9-80f2-df0756ac3e57'}), 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-00000027', u'OS-SRV-USG:launched_at': u'2018-05-25T19:26:31.000000', 'flavor': Munch({u'id': u'785f8f70-41b6-46d9-9326-b7b50c7c2b97'}), 'az': u'nova', 'id': u'43abbb9b-5ac8-4584-ba79-d181223a9362', 'security_groups': [Munch({u'name': u'vping-sg-57dfcd90-1780-4737-bf64-db9d2b2f466f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2099ca48e619437cba642a6ea6bccece', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0e65fca01d543559ee82a768917a6b0', '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-25T19:26:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-25T19:33:57Z', 'hostId': u'51e39c8af1e9df6aabeafd1cd2c50f8dd1052ce79113c7608a9d83ae', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-57dfcd90-1780-4737-bf64-db9d2b2f466f', 'public_v6': '', 'private_v4': u'192.168.130.5', 'cloud': 'envvars', 'host_id': u'51e39c8af1e9df6aabeafd1cd2c50f8dd1052ce79113c7608a9d83ae', '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-00000027', u'OS-SRV-USG:launched_at': u'2018-05-25T19:26:31.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'e0e65fca01d543559ee82a768917a6b0', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-ssh--57dfcd90-1780-4737-bf64-db9d2b2f466f', 'adminPass': u'9WQxKYK6C9Ur', 'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', 'region': 'regionOne', 'created': u'2018-05-25T19:33:43Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-25 19:34:02,609 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'DOWN', 'router_id': u'78e4e6e3-e89c-41ba-9ea1-8b1c58f8f60a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', 'created_at': u'2018-05-25T19:34:00Z', 'attached': True, 'updated_at': u'2018-05-25T19:34:00Z', 'id': u'139eaa78-c2e1-4268-a182-19a5502705b6', 'floating_network_id': u'e0c3f208-d95d-45c7-a21b-5608fbe580a4', 'fixed_ip_address': u'192.168.130.5', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0e65fca01d543559ee82a768917a6b0', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'78e4e6e3-e89c-41ba-9ea1-8b1c58f8f60a', 'project_id': u'e0e65fca01d543559ee82a768917a6b0', 'port_id': u'83784ae3-68e6-437a-ac1d-528b0d038374', 'port': u'83784ae3-68e6-437a-ac1d-528b0d038374', 'network': u'e0c3f208-d95d-45c7-a21b-5608fbe580a4'}) 2018-05-25 19:34:04,706 - 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 1224851260 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.154742] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.156511] pid_max: default: 32768 minimum: 301 [ 0.157460] ACPI: Core revision 20150930 [ 0.158882] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.160270] Security Framework initialized [ 0.161161] Yama: becoming mindful. [ 0.161940] AppArmor: AppArmor initialized [ 0.162836] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.164231] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.165595] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166883] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168338] Initializing cgroup subsys io [ 0.169176] Initializing cgroup subsys memory [ 0.170091] Initializing cgroup subsys devices [ 0.171035] Initializing cgroup subsys freezer [ 0.171946] Initializing cgroup subsys net_cls [ 0.172858] Initializing cgroup subsys perf_event [ 0.173841] Initializing cgroup subsys net_prio [ 0.174778] Initializing cgroup subsys hugetlb [ 0.175728] Initializing cgroup subsys pids [ 0.176681] CPU: Physical Processor ID: 0 [ 0.178271] mce: CPU supports 10 MCE banks [ 0.179193] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.180264] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.190959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.197400] ftrace: allocating 31920 entries in 125 pages [ 0.223776] smpboot: Max logical packages: 1 [ 0.224704] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226156] x2apic enabled [ 0.226997] Switched APIC routing to physical x2apic. [ 0.228798] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.230036] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.232184] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.234087] KVM setup paravirtual spinlock [ 0.235422] x86: Booted up 1 node, 1 CPUs [ 0.236283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237734] devtmpfs: initialized [ 0.239499] evm: security.selinux [ 0.240227] evm: security.SMACK64 [ 0.240951] evm: security.SMACK64EXEC [ 0.241734] evm: security.SMACK64TRANSMUTE [ 0.242643] evm: security.SMACK64MMAP [ 0.243435] evm: security.ima [ 0.244111] evm: security.capability [ 0.244931] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246884] pinctrl core: initialized pinctrl subsystem [ 0.248007] RTC time: 19:26:31, date: 05/25/18 [ 0.249003] NET: Registered protocol family 16 [ 0.250028] cpuidle: using governor ladder [ 0.250886] cpuidle: using governor menu [ 0.251691] PCCT header not found. [ 0.252456] ACPI: bus type PCI registered [ 0.253312] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.254728] PCI: Using configuration type 1 for base access [ 0.256796] ACPI: Added _OSI(Module Device) [ 0.257699] ACPI: Added _OSI(Processor Device) [ 0.258594] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.259527] ACPI: Added _OSI(Processor Aggregator Device) [ 0.261726] ACPI: Interpreter enabled [ 0.262548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.266383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.268516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.270468] ACPI: (supports S0 S5) [ 0.271210] ACPI: Using IOAPIC for interrupt routing [ 0.272319] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.275550] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.276753] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278062] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.279338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.281722] acpiphp: Slot [3] registered [ 0.282571] acpiphp: Slot [4] registered [ 0.283429] acpiphp: Slot [5] registered [ 0.284488] acpiphp: Slot [6] registered [ 0.285403] acpiphp: Slot [7] registered [ 0.286244] acpiphp: Slot [8] registered [ 0.287079] acpiphp: Slot [9] registered [ 0.287920] acpiphp: Slot [10] registered [ 0.288765] acpiphp: Slot [11] registered [ 0.289627] acpiphp: Slot [12] registered [ 0.290481] acpiphp: Slot [13] registered [ 0.291332] acpiphp: Slot [14] registered [ 0.292181] acpiphp: Slot [15] registered [ 0.303737] acpiphp: Slot [16] registered [ 0.304619] acpiphp: Slot [17] registered [ 0.305474] acpiphp: Slot [18] registered [ 0.306327] acpiphp: Slot [19] registered [ 0.307204] acpiphp: Slot [20] registered [ 0.308069] acpiphp: Slot [21] registered [ 0.308918] acpiphp: Slot [22] registered [ 0.309769] acpiphp: Slot [23] registered [ 0.310637] acpiphp: Slot [24] registered [ 0.311515] acpiphp: Slot [25] registered [ 0.312395] acpiphp: Slot [26] registered [ 0.313254] acpiphp: Slot [27] registered [ 0.314137] acpiphp: Slot [28] registered [ 0.315119] acpiphp: Slot [29] registered [ 0.316030] acpiphp: Slot [30] registered [ 0.316925] acpiphp: Slot [31] registered [ 0.317781] PCI host bridge to bus 0000:00 [ 0.318636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.319935] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.321213] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.322706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.324200] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.330450] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.331789] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.333008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.334359] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.341197] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.342675] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.388578] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.390118] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.391589] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.393089] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.394617] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.396388] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.397592] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.398767] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.400395] vgaarb: loaded [ 0.401081] vgaarb: bridge control possible 0000:00:02.0 [ 0.402273] SCSI subsystem initialized [ 0.403122] ACPI: bus type USB registered [ 0.403964] usbcore: registered new interface driver usbfs [ 0.405049] usbcore: registered new interface driver hub [ 0.406090] usbcore: registered new device driver usb [ 0.407181] PCI: Using ACPI for IRQ routing [ 0.408245] NetLabel: Initializing [ 0.408980] NetLabel: domain hash size = 128 [ 0.409859] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.410916] NetLabel: unlabeled traffic allowed by default [ 0.412636] clocksource: Switched to clocksource kvm-clock [ 0.418314] AppArmor: AppArmor Filesystem Enabled [ 0.419494] pnp: PnP ACPI init [ 0.420561] pnp: PnP ACPI: found 5 devices [ 0.427136] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.429247] NET: Registered protocol family 2 [ 0.430406] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.431990] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.433443] TCP: Hash tables configured (established 4096 bind 4096) [ 0.434887] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.436214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.437646] NET: Registered protocol family 1 [ 0.438701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.440054] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.441387] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.455649] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.470246] Trying to unpack rootfs image as initramfs... [ 0.520358] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.534881] Scanning for low memory corruption every 60 seconds [ 0.536479] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.537926] audit: initializing netlink subsys (disabled) [ 0.539165] audit: type=2000 audit(1527276391.984:1): initialized [ 0.540742] Initialise system trusted keyring [ 0.541859] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543283] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.545519] zbud: loaded [ 0.546318] VFS: Disk quotas dquot_6.6.0 [ 0.547343] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.549199] fuse init (API version 7.23) [ 0.550243] Key type big_key registered [ 0.551211] Allocating IMA MOK and blacklist keyrings. [ 0.552921] Key type asymmetric registered [ 0.553932] Asymmetric key parser 'x509' registered [ 0.555083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.556561] io scheduler noop registered [ 0.557373] io scheduler deadline registered (default) [ 0.558378] io scheduler cfq registered [ 0.559219] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.560285] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.561571] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563047] ACPI: Power Button [PWRF] [ 0.564105] GHES: HEST is not enabled! [ 0.579164] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.609429] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.612594] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.638027] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.640220] Linux agpgart interface v0.103 [ 0.642291] brd: module loaded [ 0.643516] loop: module loaded [ 0.648356] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.649878] GPT:90111 != 2097151 [ 0.650555] GPT:Alternate GPT header not at the end of the disk. [ 0.651650] GPT:90111 != 2097151 [ 0.652325] GPT: Use GNU Parted to correct GPT errors. [ 0.653295] vda: vda1 vda15 [ 0.654711] scsi host0: ata_piix [ 0.655457] scsi host1: ata_piix [ 0.656166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.657389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.658839] libphy: Fixed MDIO Bus: probed [ 0.659656] tun: Universal TUN/TAP device driver, 1.6 [ 0.660608] tun: (C) 1999-2004 Max Krasnyansky [ 0.662750] PPP generic driver version 2.4.2 [ 0.663892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.665438] ehci-pci: EHCI PCI platform driver [ 0.666504] ehci-platform: EHCI generic platform driver [ 0.667713] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.669109] ohci-pci: OHCI PCI platform driver [ 0.670170] ohci-platform: OHCI generic platform driver [ 0.671375] uhci_hcd: USB Universal Host Controller Interface driver [ 0.685985] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.687230] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.689016] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.690258] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.691631] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.693171] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.694900] usb usb1: Product: UHCI Host Controller [ 0.696075] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.697482] usb usb1: SerialNumber: 0000:00:01.2 [ 0.698642] hub 1-0:1.0: USB hub found [ 0.699578] hub 1-0:1.0: 2 ports detected [ 0.700605] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.703209] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.704387] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.705713] mousedev: PS/2 mouse device common for all mice [ 0.707415] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.709380] rtc_cmos 00:00: RTC can wake from S4 [ 0.710616] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.712546] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.713869] i2c /dev entries driver [ 0.714701] device-mapper: uevent: version 1.0.3 [ 0.715886] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.717879] ledtrig-cpu: registered to indicate activity on CPUs [ 0.719420] NET: Registered protocol family 10 [ 0.720618] NET: Registered protocol family 17 [ 0.721694] Key type dns_resolver registered [ 0.722811] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.724143] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.726303] registered taskstats version 1 [ 0.727325] Loading compiled-in X.509 certificates [ 0.729056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.731409] zswap: loaded using pool lzo/zbud [ 0.733011] Key type trusted registered [ 0.734651] Key type encrypted registered [ 0.735655] AppArmor: AppArmor sha1 policy hashing enabled [ 0.736942] ima: No TPM chip found, activating TPM-bypass! [ 0.738228] evm: HMAC attrs: 0x1 [ 0.739298] Magic number: 2:264:446 [ 0.740326] rtc_cmos 00:00: setting system clock to 2018-05-25 19:26:31 UTC (1527276391) [ 0.742288] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.743670] EDD information not available. [ 0.817645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.819578] Write protecting the kernel read-only data: 14336k [ 0.832230] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.834456] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.880130] 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 4.00 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.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 4.18. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-05-25 19:34:04,707 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-25 19:34:04,709 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 172.30.9.202 2018-05-25 19:34:14,821 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-25 19:34:14,825 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-25 19:34:14,828 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-25 19:34:14,828 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-25 19:34:15,337 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 19:34:15,338 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:16 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-25 19:34:43,698 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-25 19:34:44,531 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'8aac7154-e5b8-4df5-a6a0-50472ca7feaf'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-25T19:05:37Z', u'is_default': False, u'revision_number': 5, u'port_security_enabled': True, u'mtu': 1500, u'id': u'e0c3f208-d95d-45c7-a21b-5608fbe580a4', 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-25T19:05:30Z', u'provider:network_type': u'flat', u'tenant_id': u'41b44a17d84c4f2cb45f56e1383f486f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'41b44a17d84c4f2cb45f56e1383f486f'}) 2018-05-25 19:34:44,531 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-25 19:34:44,531 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-25 19:34:44' 2018-05-25 19:34:44,532 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--d14f2579-61f2-483f-af94-3d3a2187931c' 2018-05-25 19:34:44,532 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-25 19:34:49,134 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--d14f2579-61f2-483f-af94-3d3a2187931c', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T19:34:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/b5bbbdb7-1c4d-4373-b0b7-cd3355d45ea3/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'b5bbbdb7-1c4d-4373-b0b7-cd3355d45ea3', u'size': None, u'name': u'functest-vping--d14f2579-61f2-483f-af94-3d3a2187931c', u'checksum': None, u'self': u'/v2/images/b5bbbdb7-1c4d-4373-b0b7-cd3355d45ea3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T19:34:45Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 19:34:49,134 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-d14f2579-61f2-483f-af94-3d3a2187931c' 2018-05-25 19:34:49,661 - 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-25T19:34:49Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'973ba6ba-01b0-44d9-842e-855dd20eaa12', u'provider:segmentation_id': 4, 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-d14f2579-61f2-483f-af94-3d3a2187931c', u'created_at': u'2018-05-25T19:34:49Z', u'mtu': 1450, u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 19:34:50,500 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T19:34:50Z', 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'30882b45-ab7e-4cbb-bab8-911acc18fa23', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-d14f2579-61f2-483f-af94-3d3a2187931c', u'enable_dhcp': True, u'network_id': u'973ba6ba-01b0-44d9-842e-855dd20eaa12', u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'created_at': u'2018-05-25T19:34:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 19:34:50,500 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-d14f2579-61f2-483f-af94-3d3a2187931c' 2018-05-25 19:34:56,449 - 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-25T19:34:52Z', u'revision_number': 3, u'ha': True, u'id': u'197b1fc6-4d1e-4675-96c9-0ee9374445c3', u'external_gateway_info': {u'network_id': u'e0c3f208-d95d-45c7-a21b-5608fbe580a4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8aac7154-e5b8-4df5-a6a0-50472ca7feaf', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-d14f2579-61f2-483f-af94-3d3a2187931c', u'admin_state_up': True, u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'created_at': u'2018-05-25T19:34:51Z', u'flavor_id': None, u'routes': [], u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 19:34:58,528 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-d14f2579-61f2-483f-af94-3d3a2187931c' 2018-05-25 19:34:58,732 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-d14f2579-61f2-483f-af94-3d3a2187931c', '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'e0e65fca01d543559ee82a768917a6b0', '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'88738cbb-fd4c-4e49-b1ab-56c6b0c3b476', 'swap': 0}) 2018-05-25 19:35:00,808 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-d14f2579-61f2-483f-af94-3d3a2187931c' 2018-05-25 19:35:18,136 - 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-d14f2579-61f2-483f-af94-3d3a2187931c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:40:d0:80', 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'b5bbbdb7-1c4d-4373-b0b7-cd3355d45ea3'}), 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-0000002a', u'OS-SRV-USG:launched_at': u'2018-05-25T19:27:40.000000', 'flavor': Munch({u'id': u'88738cbb-fd4c-4e49-b1ab-56c6b0c3b476'}), 'az': u'nova', 'id': u'd1b886c4-dc6d-4663-8436-ded5915a10e6', 'security_groups': [Munch({u'name': u'vping-sg-d14f2579-61f2-483f-af94-3d3a2187931c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2099ca48e619437cba642a6ea6bccece', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0e65fca01d543559ee82a768917a6b0', '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-25T19:27:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-25T19:35:15Z', 'hostId': u'a3454faf6f10d8365e8bf7568da919cb4615c5b8ada42988e0e7f9ce', 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.5', 'cloud': 'envvars', 'host_id': u'a3454faf6f10d8365e8bf7568da919cb4615c5b8ada42988e0e7f9ce', '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-0000002a', u'OS-SRV-USG:launched_at': u'2018-05-25T19:27:40.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'e0e65fca01d543559ee82a768917a6b0', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-d14f2579-61f2-483f-af94-3d3a2187931c', 'adminPass': u'HV2rDPiDUTAi', 'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', 'region': 'regionOne', 'created': u'2018-05-25T19:35:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-25 19:35:20,313 - 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 540185871 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.908 MHz processor [ 0.135310] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.136996] pid_max: default: 32768 minimum: 301 [ 0.137922] ACPI: Core revision 20150930 [ 0.139334] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140696] Security Framework initialized [ 0.141532] Yama: becoming mindful. [ 0.142272] AppArmor: AppArmor initialized [ 0.143138] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.144503] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145823] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147064] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148477] Initializing cgroup subsys io [ 0.149302] Initializing cgroup subsys memory [ 0.150175] Initializing cgroup subsys devices [ 0.151097] Initializing cgroup subsys freezer [ 0.151988] Initializing cgroup subsys net_cls [ 0.152870] Initializing cgroup subsys perf_event [ 0.153810] Initializing cgroup subsys net_prio [ 0.154720] Initializing cgroup subsys hugetlb [ 0.155640] Initializing cgroup subsys pids [ 0.156531] CPU: Physical Processor ID: 0 [ 0.158062] mce: CPU supports 10 MCE banks [ 0.158939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159990] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.171618] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.177900] ftrace: allocating 31920 entries in 125 pages [ 0.203641] smpboot: Max logical packages: 1 [ 0.204511] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.205913] x2apic enabled [ 0.206743] Switched APIC routing to physical x2apic. [ 0.208521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.209685] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.211730] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.213540] KVM setup paravirtual spinlock [ 0.214842] x86: Booted up 1 node, 1 CPUs [ 0.215659] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.217067] devtmpfs: initialized [ 0.218761] evm: security.selinux [ 0.219477] evm: security.SMACK64 [ 0.220172] evm: security.SMACK64EXEC [ 0.220941] evm: security.SMACK64TRANSMUTE [ 0.221770] evm: security.SMACK64MMAP [ 0.222526] evm: security.ima [ 0.223176] evm: security.capability [ 0.223991] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.225863] pinctrl core: initialized pinctrl subsystem [ 0.226981] RTC time: 19:27:40, date: 05/25/18 [ 0.227963] NET: Registered protocol family 16 [ 0.228931] cpuidle: using governor ladder [ 0.229757] cpuidle: using governor menu [ 0.230550] PCCT header not found. [ 0.231381] ACPI: bus type PCI registered [ 0.232196] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.233457] PCI: Using configuration type 1 for base access [ 0.235241] ACPI: Added _OSI(Module Device) [ 0.236129] ACPI: Added _OSI(Processor Device) [ 0.237016] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.237925] ACPI: Added _OSI(Processor Aggregator Device) [ 0.240017] ACPI: Interpreter enabled [ 0.240793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.242707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.244575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.246465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.248332] ACPI: (supports S0 S5) [ 0.249046] ACPI: Using IOAPIC for interrupt routing [ 0.250136] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.253217] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.254370] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.255628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.256850] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.259107] acpiphp: Slot [3] registered [ 0.259917] acpiphp: Slot [4] registered [ 0.260717] acpiphp: Slot [5] registered [ 0.261529] acpiphp: Slot [6] registered [ 0.262330] acpiphp: Slot [7] registered [ 0.263128] acpiphp: Slot [8] registered [ 0.263924] acpiphp: Slot [9] registered [ 0.264727] acpiphp: Slot [10] registered [ 0.265537] acpiphp: Slot [11] registered [ 0.266349] acpiphp: Slot [12] registered [ 0.267162] acpiphp: Slot [13] registered [ 0.267968] acpiphp: Slot [14] registered [ 0.268775] acpiphp: Slot [15] registered [ 0.279385] acpiphp: Slot [16] registered [ 0.280228] acpiphp: Slot [17] registered [ 0.281039] acpiphp: Slot [18] registered [ 0.281873] acpiphp: Slot [19] registered [ 0.282681] acpiphp: Slot [20] registered [ 0.283491] acpiphp: Slot [21] registered [ 0.284298] acpiphp: Slot [22] registered [ 0.285100] acpiphp: Slot [23] registered [ 0.285899] acpiphp: Slot [24] registered [ 0.286701] acpiphp: Slot [25] registered [ 0.287506] acpiphp: Slot [26] registered [ 0.288310] acpiphp: Slot [27] registered [ 0.289115] acpiphp: Slot [28] registered [ 0.289948] acpiphp: Slot [29] registered [ 0.290781] acpiphp: Slot [30] registered [ 0.291590] acpiphp: Slot [31] registered [ 0.292426] PCI host bridge to bus 0000:00 [ 0.293231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.294441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.295650] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297095] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.298529] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.304639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.305946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.307162] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.308462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315277] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.316704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364686] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367585] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370360] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372259] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373460] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376045] vgaarb: loaded [ 0.376641] vgaarb: bridge control possible 0000:00:02.0 [ 0.377759] SCSI subsystem initialized [ 0.378568] ACPI: bus type USB registered [ 0.379377] usbcore: registered new interface driver usbfs [ 0.380401] usbcore: registered new interface driver hub [ 0.381400] usbcore: registered new device driver usb [ 0.382442] PCI: Using ACPI for IRQ routing [ 0.383522] NetLabel: Initializing [ 0.384252] NetLabel: domain hash size = 128 [ 0.385109] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386055] NetLabel: unlabeled traffic allowed by default [ 0.387146] clocksource: Switched to clocksource kvm-clock [ 0.392485] AppArmor: AppArmor Filesystem Enabled [ 0.393489] pnp: PnP ACPI init [ 0.394386] pnp: PnP ACPI: found 5 devices [ 0.400740] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402430] NET: Registered protocol family 2 [ 0.403435] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404713] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405901] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407079] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408177] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409394] NET: Registered protocol family 1 [ 0.410257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411351] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412424] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426219] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440174] Trying to unpack rootfs image as initramfs... [ 0.489219] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503425] Scanning for low memory corruption every 60 seconds [ 0.504781] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.505992] audit: initializing netlink subsys (disabled) [ 0.507025] audit: type=2000 audit(1527276461.189:1): initialized [ 0.508355] Initialise system trusted keyring [ 0.509293] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.510452] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.512400] zbud: loaded [ 0.513091] VFS: Disk quotas dquot_6.6.0 [ 0.513907] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.515470] fuse init (API version 7.23) [ 0.516357] Key type big_key registered [ 0.517154] Allocating IMA MOK and blacklist keyrings. [ 0.518247] Key type asymmetric registered [ 0.519065] Asymmetric key parser 'x509' registered [ 0.520024] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.521495] io scheduler noop registered [ 0.522292] io scheduler deadline registered (default) [ 0.523308] io scheduler cfq registered [ 0.524151] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525238] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.527959] ACPI: Power Button [PWRF] [ 0.529154] GHES: HEST is not enabled! [ 0.542622] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.570489] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.572769] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598144] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601337] Linux agpgart interface v0.103 [ 0.603455] brd: module loaded [ 0.604660] loop: module loaded [ 0.613199] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.614654] GPT:90111 != 2097151 [ 0.615346] GPT:Alternate GPT header not at the end of the disk. [ 0.616435] GPT:90111 != 2097151 [ 0.617102] GPT: Use GNU Parted to correct GPT errors. [ 0.618055] vda: vda1 vda15 [ 0.619606] scsi host0: ata_piix [ 0.620349] scsi host1: ata_piix [ 0.621058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622273] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.623717] libphy: Fixed MDIO Bus: probed [ 0.624540] tun: Universal TUN/TAP device driver, 1.6 [ 0.625488] tun: (C) 1999-2004 Max Krasnyansky [ 0.627662] PPP generic driver version 2.4.2 [ 0.628553] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.629999] ehci-pci: EHCI PCI platform driver [ 0.630870] ehci-platform: EHCI generic platform driver [ 0.631871] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.633004] ohci-pci: OHCI PCI platform driver [ 0.633863] ohci-platform: OHCI generic platform driver [ 0.634845] uhci_hcd: USB Universal Host Controller Interface driver [ 0.649282] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.650276] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.651728] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.652760] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.653881] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.655100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.656520] usb usb1: Product: UHCI Host Controller [ 0.657449] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.658587] usb usb1: SerialNumber: 0000:00:01.2 [ 0.659649] hub 1-0:1.0: USB hub found [ 0.660433] hub 1-0:1.0: 2 ports detected [ 0.661336] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.663421] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.664375] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.665401] mousedev: PS/2 mouse device common for all mice [ 0.666640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.668478] rtc_cmos 00:00: RTC can wake from S4 [ 0.669562] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.670858] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.672068] i2c /dev entries driver [ 0.672820] device-mapper: uevent: version 1.0.3 [ 0.673755] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.675380] ledtrig-cpu: registered to indicate activity on CPUs [ 0.676669] NET: Registered protocol family 10 [ 0.677668] NET: Registered protocol family 17 [ 0.678564] Key type dns_resolver registered [ 0.679505] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.680595] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.682334] registered taskstats version 1 [ 0.683174] Loading compiled-in X.509 certificates [ 0.684610] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.686462] zswap: loaded using pool lzo/zbud [ 0.687834] Key type trusted registered [ 0.689383] Key type encrypted registered [ 0.690202] AppArmor: AppArmor sha1 policy hashing enabled [ 0.691234] ima: No TPM chip found, activating TPM-bypass! [ 0.692271] evm: HMAC attrs: 0x1 [ 0.693215] Magic number: 2:814:496 [ 0.694051] rtc_cmos 00:00: setting system clock to 2018-05-25 19:27:40 UTC (1527276460) [ 0.695655] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696801] EDD information not available. [ 0.780263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781782] Write protecting the kernel read-only data: 14336k [ 0.793684] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795502] 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.840250] 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 3.22 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.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 3.42. iid=i-00000027 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-05-25 19:35:20,314 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--d14f2579-61f2-483f-af94-3d3a2187931c' 2018-05-25 19:35:38,218 - 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-d14f2579-61f2-483f-af94-3d3a2187931c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:36:5b:20', u'version': 4, u'addr': u'192.168.130.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b5bbbdb7-1c4d-4373-b0b7-cd3355d45ea3'}), 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-0000002d', u'OS-SRV-USG:launched_at': u'2018-05-25T19:28:10.000000', 'flavor': Munch({u'id': u'88738cbb-fd4c-4e49-b1ab-56c6b0c3b476'}), 'az': u'nova', 'id': u'a8d03139-b95b-4743-8168-33b685a58144', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2099ca48e619437cba642a6ea6bccece', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0e65fca01d543559ee82a768917a6b0', '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-25T19:28:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-25T19:35:37Z', 'hostId': u'51e39c8af1e9df6aabeafd1cd2c50f8dd1052ce79113c7608a9d83ae', 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.12', 'cloud': 'envvars', 'host_id': u'51e39c8af1e9df6aabeafd1cd2c50f8dd1052ce79113c7608a9d83ae', '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-0000002d', u'OS-SRV-USG:launched_at': u'2018-05-25T19:28:10.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'e0e65fca01d543559ee82a768917a6b0', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-userdata--d14f2579-61f2-483f-af94-3d3a2187931c', 'adminPass': u'6SJkLqoEp46j', 'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', 'region': 'regionOne', 'created': u'2018-05-25T19:35:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-25 19:35:40,364 - 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 540185871 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.908 MHz processor [ 0.135310] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.136996] pid_max: default: 32768 minimum: 301 [ 0.137922] ACPI: Core revision 20150930 [ 0.139334] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140696] Security Framework initialized [ 0.141532] Yama: becoming mindful. [ 0.142272] AppArmor: AppArmor initialized [ 0.143138] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.144503] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145823] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147064] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148477] Initializing cgroup subsys io [ 0.149302] Initializing cgroup subsys memory [ 0.150175] Initializing cgroup subsys devices [ 0.151097] Initializing cgroup subsys freezer [ 0.151988] Initializing cgroup subsys net_cls [ 0.152870] Initializing cgroup subsys perf_event [ 0.153810] Initializing cgroup subsys net_prio [ 0.154720] Initializing cgroup subsys hugetlb [ 0.155640] Initializing cgroup subsys pids [ 0.156531] CPU: Physical Processor ID: 0 [ 0.158062] mce: CPU supports 10 MCE banks [ 0.158939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159990] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.171618] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.177900] ftrace: allocating 31920 entries in 125 pages [ 0.203641] smpboot: Max logical packages: 1 [ 0.204511] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.205913] x2apic enabled [ 0.206743] Switched APIC routing to physical x2apic. [ 0.208521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.209685] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.211730] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.213540] KVM setup paravirtual spinlock [ 0.214842] x86: Booted up 1 node, 1 CPUs [ 0.215659] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.217067] devtmpfs: initialized [ 0.218761] evm: security.selinux [ 0.219477] evm: security.SMACK64 [ 0.220172] evm: security.SMACK64EXEC [ 0.220941] evm: security.SMACK64TRANSMUTE [ 0.221770] evm: security.SMACK64MMAP [ 0.222526] evm: security.ima [ 0.223176] evm: security.capability [ 0.223991] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.225863] pinctrl core: initialized pinctrl subsystem [ 0.226981] RTC time: 19:27:40, date: 05/25/18 [ 0.227963] NET: Registered protocol family 16 [ 0.228931] cpuidle: using governor ladder [ 0.229757] cpuidle: using governor menu [ 0.230550] PCCT header not found. [ 0.231381] ACPI: bus type PCI registered [ 0.232196] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.233457] PCI: Using configuration type 1 for base access [ 0.235241] ACPI: Added _OSI(Module Device) [ 0.236129] ACPI: Added _OSI(Processor Device) [ 0.237016] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.237925] ACPI: Added _OSI(Processor Aggregator Device) [ 0.240017] ACPI: Interpreter enabled [ 0.240793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.242707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.244575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.246465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.248332] ACPI: (supports S0 S5) [ 0.249046] ACPI: Using IOAPIC for interrupt routing [ 0.250136] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.253217] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.254370] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.255628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.256850] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.259107] acpiphp: Slot [3] registered [ 0.259917] acpiphp: Slot [4] registered [ 0.260717] acpiphp: Slot [5] registered [ 0.261529] acpiphp: Slot [6] registered [ 0.262330] acpiphp: Slot [7] registered [ 0.263128] acpiphp: Slot [8] registered [ 0.263924] acpiphp: Slot [9] registered [ 0.264727] acpiphp: Slot [10] registered [ 0.265537] acpiphp: Slot [11] registered [ 0.266349] acpiphp: Slot [12] registered [ 0.267162] acpiphp: Slot [13] registered [ 0.267968] acpiphp: Slot [14] registered [ 0.268775] acpiphp: Slot [15] registered [ 0.279385] acpiphp: Slot [16] registered [ 0.280228] acpiphp: Slot [17] registered [ 0.281039] acpiphp: Slot [18] registered [ 0.281873] acpiphp: Slot [19] registered [ 0.282681] acpiphp: Slot [20] registered [ 0.283491] acpiphp: Slot [21] registered [ 0.284298] acpiphp: Slot [22] registered [ 0.285100] acpiphp: Slot [23] registered [ 0.285899] acpiphp: Slot [24] registered [ 0.286701] acpiphp: Slot [25] registered [ 0.287506] acpiphp: Slot [26] registered [ 0.288310] acpiphp: Slot [27] registered [ 0.289115] acpiphp: Slot [28] registered [ 0.289948] acpiphp: Slot [29] registered [ 0.290781] acpiphp: Slot [30] registered [ 0.291590] acpiphp: Slot [31] registered [ 0.292426] PCI host bridge to bus 0000:00 [ 0.293231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.294441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.295650] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297095] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.298529] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.304639] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.305946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.307162] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.308462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315277] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.316704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364686] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367585] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370360] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372259] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373460] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376045] vgaarb: loaded [ 0.376641] vgaarb: bridge control possible 0000:00:02.0 [ 0.377759] SCSI subsystem initialized [ 0.378568] ACPI: bus type USB registered [ 0.379377] usbcore: registered new interface driver usbfs [ 0.380401] usbcore: registered new interface driver hub [ 0.381400] usbcore: registered new device driver usb [ 0.382442] PCI: Using ACPI for IRQ routing [ 0.383522] NetLabel: Initializing [ 0.384252] NetLabel: domain hash size = 128 [ 0.385109] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386055] NetLabel: unlabeled traffic allowed by default [ 0.387146] clocksource: Switched to clocksource kvm-clock [ 0.392485] AppArmor: AppArmor Filesystem Enabled [ 0.393489] pnp: PnP ACPI init [ 0.394386] pnp: PnP ACPI: found 5 devices [ 0.400740] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402430] NET: Registered protocol family 2 [ 0.403435] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404713] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405901] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407079] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408177] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409394] NET: Registered protocol family 1 [ 0.410257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411351] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412424] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426219] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440174] Trying to unpack rootfs image as initramfs... [ 0.489219] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503425] Scanning for low memory corruption every 60 seconds [ 0.504781] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.505992] audit: initializing netlink subsys (disabled) [ 0.507025] audit: type=2000 audit(1527276461.189:1): initialized [ 0.508355] Initialise system trusted keyring [ 0.509293] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.510452] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.512400] zbud: loaded [ 0.513091] VFS: Disk quotas dquot_6.6.0 [ 0.513907] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.515470] fuse init (API version 7.23) [ 0.516357] Key type big_key registered [ 0.517154] Allocating IMA MOK and blacklist keyrings. [ 0.518247] Key type asymmetric registered [ 0.519065] Asymmetric key parser 'x509' registered [ 0.520024] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.521495] io scheduler noop registered [ 0.522292] io scheduler deadline registered (default) [ 0.523308] io scheduler cfq registered [ 0.524151] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525238] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.527959] ACPI: Power Button [PWRF] [ 0.529154] GHES: HEST is not enabled! [ 0.542622] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.570489] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.572769] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598144] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601337] Linux agpgart interface v0.103 [ 0.603455] brd: module loaded [ 0.604660] loop: module loaded [ 0.613199] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.614654] GPT:90111 != 2097151 [ 0.615346] GPT:Alternate GPT header not at the end of the disk. [ 0.616435] GPT:90111 != 2097151 [ 0.617102] GPT: Use GNU Parted to correct GPT errors. [ 0.618055] vda: vda1 vda15 [ 0.619606] scsi host0: ata_piix [ 0.620349] scsi host1: ata_piix [ 0.621058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622273] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.623717] libphy: Fixed MDIO Bus: probed [ 0.624540] tun: Universal TUN/TAP device driver, 1.6 [ 0.625488] tun: (C) 1999-2004 Max Krasnyansky [ 0.627662] PPP generic driver version 2.4.2 [ 0.628553] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.629999] ehci-pci: EHCI PCI platform driver [ 0.630870] ehci-platform: EHCI generic platform driver [ 0.631871] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.633004] ohci-pci: OHCI PCI platform driver [ 0.633863] ohci-platform: OHCI generic platform driver [ 0.634845] uhci_hcd: USB Universal Host Controller Interface driver [ 0.649282] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.650276] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.651728] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.652760] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.653881] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.655100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.656520] usb usb1: Product: UHCI Host Controller [ 0.657449] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.658587] usb usb1: SerialNumber: 0000:00:01.2 [ 0.659649] hub 1-0:1.0: USB hub found [ 0.660433] hub 1-0:1.0: 2 ports detected [ 0.661336] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.663421] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.664375] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.665401] mousedev: PS/2 mouse device common for all mice [ 0.666640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.668478] rtc_cmos 00:00: RTC can wake from S4 [ 0.669562] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.670858] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.672068] i2c /dev entries driver [ 0.672820] device-mapper: uevent: version 1.0.3 [ 0.673755] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.675380] ledtrig-cpu: registered to indicate activity on CPUs [ 0.676669] NET: Registered protocol family 10 [ 0.677668] NET: Registered protocol family 17 [ 0.678564] Key type dns_resolver registered [ 0.679505] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.680595] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.682334] registered taskstats version 1 [ 0.683174] Loading compiled-in X.509 certificates [ 0.684610] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.686462] zswap: loaded using pool lzo/zbud [ 0.687834] Key type trusted registered [ 0.689383] Key type encrypted registered [ 0.690202] AppArmor: AppArmor sha1 policy hashing enabled [ 0.691234] ima: No TPM chip found, activating TPM-bypass! [ 0.692271] evm: HMAC attrs: 0x1 [ 0.693215] Magic number: 2:814:496 [ 0.694051] rtc_cmos 00:00: setting system clock to 2018-05-25 19:27:40 UTC (1527276460) [ 0.695655] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696801] EDD information not available. [ 0.780263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781782] Write protecting the kernel read-only data: 14336k [ 0.793684] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795502] 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.840250] 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 3.22 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.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 3.42. iid=i-00000027 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCcvN27Ii0RrnktJewqPzUqXPAqnD7UiLGI8YPNkFqrDYf0onAhTg2YEH1mP8y50PVMpkhCIptEDzTx0yvwiK0ZPhxyYe8Ujst33nr+VEWhkNHEqY1PEI+AAmv6KNeT0Lbf4prd8CR7g+hVh8mt/ml7O5ZJFonBvFfbST9lVFuFQUyAyEd2FFH5Zc5zKxcnozfy6BYKq7oiSXI2C2Soa8HeoCBANWq9vJE+9paLBUee6K9iiSi40X5O1lz3jw6rwPpMHDPP23n2uw0Qtc0Xgq1Z490PUT4mRKzJjyBtabjJT5n4+ZYOLGa91+Wx0znrsWgVhw+dsKcwMED8mgf4J/gt root@opnfv-vping-1-d14f2579-61f2-483f-af94-3d3a2187931c ssh-dss AAAAB3NzaC1kc3MAAACBAJVCpzDg2v3aIuSFcAFkswmU7Bf2jkH7LCLhyA5tOQx10FqOj8xJQC4lva8QcXuesdpHa+Y2g+0wdcbB4IV2Sm3dVSCcFaVmpypscJ03gDpHzAKamoGmHmU+YfRajwrPoGadquSsWgEYalTOdkyVVLI+y3AiRA4VUmi6y5UG9hltAAAAFQC4y92YB4/VV+DCt/8+t/fc1MInPwAAAIEAiiZrdi6MqQWaJvhruWxTW5DIjxZ4wV+h0GUCPtinlA/RPC2UYrSdy8J/pFJBO4WAFuxUPOatEv/uPVbXVpWEftrPBHpSTSTK7AuF9EDy5Pz2ImdpTodONPRXGKZA2BSK8o+bIZJBbk5YpoMYpDB9qdnypgpC0hPHU7QP7oBEuIkAAACAGdP81pH+4FbM0EZ3X2SnyNodx2OpZESTwAKvdqbsLeXGsyj05yrAUQ5SNb8uvCLXHceDJCjwYNhKXPYGuJnLS93SMamW6gZbBh0pCrLv0R4OEtYHhOsMO4Uxid1qQMR1oYmBdB8borcNB94J2vI2Pjkkac0r8DHtpfgj8l83y70= root@opnfv-vping-1-d14f2579-61f2-483f-af94-3d3a2187931c -----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:fe40:d080/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.4 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-00000027 name: N/A availability-zone: nova local-hostname: opnfv-vping-1-d14f2579-61f2-483f-af94-3d3a2187931c launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=8.66 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-d14f2579-61f2-483f-af94-3d3a2187931c login: /dev/root resized successfully [took 13.75s] 2018-05-25 19:35:40,365 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-25 19:35:40,365 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-25 19:35:42,973 - 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 666282394 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.128480] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130099] pid_max: default: 32768 minimum: 301 [ 0.131041] ACPI: Core revision 20150930 [ 0.132588] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134160] Security Framework initialized [ 0.135137] Yama: becoming mindful. [ 0.136015] AppArmor: AppArmor initialized [ 0.137035] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138643] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140204] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143314] Initializing cgroup subsys io [ 0.144293] Initializing cgroup subsys memory [ 0.145322] Initializing cgroup subsys devices [ 0.146370] Initializing cgroup subsys freezer [ 0.147420] Initializing cgroup subsys net_cls [ 0.148476] Initializing cgroup subsys perf_event [ 0.149578] Initializing cgroup subsys net_prio [ 0.150644] Initializing cgroup subsys hugetlb [ 0.151701] Initializing cgroup subsys pids [ 0.152740] CPU: Physical Processor ID: 0 [ 0.154398] mce: CPU supports 10 MCE banks [ 0.155400] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156607] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167531] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174239] ftrace: allocating 31920 entries in 125 pages [ 0.200877] smpboot: Max logical packages: 1 [ 0.201930] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203540] x2apic enabled [ 0.204472] Switched APIC routing to physical x2apic. [ 0.206422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207780] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.210149] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.212296] KVM setup paravirtual spinlock [ 0.213753] x86: Booted up 1 node, 1 CPUs [ 0.214728] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.216395] devtmpfs: initialized [ 0.218223] evm: security.selinux [ 0.219064] evm: security.SMACK64 [ 0.219889] evm: security.SMACK64EXEC [ 0.220783] evm: security.SMACK64TRANSMUTE [ 0.221752] evm: security.SMACK64MMAP [ 0.222638] evm: security.ima [ 0.223391] evm: security.capability [ 0.224323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.226552] pinctrl core: initialized pinctrl subsystem [ 0.227856] RTC time: 19:28:11, date: 05/25/18 [ 0.228976] NET: Registered protocol family 16 [ 0.230117] cpuidle: using governor ladder [ 0.231106] cpuidle: using governor menu [ 0.232051] PCCT header not found. [ 0.232932] ACPI: bus type PCI registered [ 0.233887] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235398] PCI: Using configuration type 1 for base access [ 0.237360] ACPI: Added _OSI(Module Device) [ 0.238362] ACPI: Added _OSI(Processor Device) [ 0.239396] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240475] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242802] ACPI: Interpreter enabled [ 0.243741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249471] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251266] ACPI: (supports S0 S5) [ 0.251960] ACPI: Using IOAPIC for interrupt routing [ 0.253015] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256064] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257182] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258395] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259557] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261738] acpiphp: Slot [3] registered [ 0.262524] acpiphp: Slot [4] registered [ 0.263311] acpiphp: Slot [5] registered [ 0.264106] acpiphp: Slot [6] registered [ 0.264890] acpiphp: Slot [7] registered [ 0.265697] acpiphp: Slot [8] registered [ 0.266486] acpiphp: Slot [9] registered [ 0.267265] acpiphp: Slot [10] registered [ 0.268058] acpiphp: Slot [11] registered [ 0.268868] acpiphp: Slot [12] registered [ 0.269663] acpiphp: Slot [13] registered [ 0.270463] acpiphp: Slot [14] registered [ 0.271254] acpiphp: Slot [15] registered [ 0.282106] acpiphp: Slot [16] registered [ 0.282939] acpiphp: Slot [17] registered [ 0.283738] acpiphp: Slot [18] registered [ 0.284539] acpiphp: Slot [19] registered [ 0.285329] acpiphp: Slot [20] registered [ 0.286132] acpiphp: Slot [21] registered [ 0.286933] acpiphp: Slot [22] registered [ 0.287728] acpiphp: Slot [23] registered [ 0.288523] acpiphp: Slot [24] registered [ 0.289315] acpiphp: Slot [25] registered [ 0.290248] acpiphp: Slot [26] registered [ 0.291188] acpiphp: Slot [27] registered [ 0.292164] acpiphp: Slot [28] registered [ 0.293103] acpiphp: Slot [29] registered [ 0.294038] acpiphp: Slot [30] registered [ 0.294976] acpiphp: Slot [31] registered [ 0.295913] PCI host bridge to bus 0000:00 [ 0.296849] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298274] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299514] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300936] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302352] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308491] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309805] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310955] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312216] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319028] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320445] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.368782] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370266] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371677] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373059] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.374442] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.375690] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377104] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378301] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.380110] vgaarb: loaded [ 0.380796] vgaarb: bridge control possible 0000:00:02.0 [ 0.382085] SCSI subsystem initialized [ 0.382894] ACPI: bus type USB registered [ 0.383692] usbcore: registered new interface driver usbfs [ 0.384699] usbcore: registered new interface driver hub [ 0.385690] usbcore: registered new device driver usb [ 0.386715] PCI: Using ACPI for IRQ routing [ 0.387714] NetLabel: Initializing [ 0.388411] NetLabel: domain hash size = 128 [ 0.389244] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390175] NetLabel: unlabeled traffic allowed by default [ 0.391237] clocksource: Switched to clocksource kvm-clock [ 0.396650] AppArmor: AppArmor Filesystem Enabled [ 0.397608] pnp: PnP ACPI init [ 0.398509] pnp: PnP ACPI: found 5 devices [ 0.404961] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.406687] NET: Registered protocol family 2 [ 0.407679] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.409023] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.410252] TCP: Hash tables configured (established 4096 bind 4096) [ 0.411436] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.412526] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.413681] NET: Registered protocol family 1 [ 0.414562] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.415673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.418887] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.433009] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.447577] Trying to unpack rootfs image as initramfs... [ 0.498055] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512228] Scanning for low memory corruption every 60 seconds [ 0.513560] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514695] audit: initializing netlink subsys (disabled) [ 0.515726] audit: type=2000 audit(1527276491.813:1): initialized [ 0.517059] Initialise system trusted keyring [ 0.517980] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519159] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521135] zbud: loaded [ 0.521839] VFS: Disk quotas dquot_6.6.0 [ 0.522648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524172] fuse init (API version 7.23) [ 0.525052] Key type big_key registered [ 0.525865] Allocating IMA MOK and blacklist keyrings. [ 0.526982] Key type asymmetric registered [ 0.527825] Asymmetric key parser 'x509' registered [ 0.528791] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530241] io scheduler noop registered [ 0.531030] io scheduler deadline registered (default) [ 0.532115] io scheduler cfq registered [ 0.533364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534439] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537170] ACPI: Power Button [PWRF] [ 0.538012] GHES: HEST is not enabled! [ 0.551670] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.580072] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.582384] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.608573] Linux agpgart interface v0.103 [ 0.610549] brd: module loaded [ 0.611719] loop: module loaded [ 0.615894] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.617436] GPT:90111 != 2097151 [ 0.618141] GPT:Alternate GPT header not at the end of the disk. [ 0.619379] GPT:90111 != 2097151 [ 0.620145] GPT: Use GNU Parted to correct GPT errors. [ 0.621244] vda: vda1 vda15 [ 0.622716] scsi host0: ata_piix [ 0.623543] scsi host1: ata_piix [ 0.624328] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625746] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.627384] libphy: Fixed MDIO Bus: probed [ 0.628308] tun: Universal TUN/TAP device driver, 1.6 [ 0.629389] tun: (C) 1999-2004 Max Krasnyansky [ 0.631689] PPP generic driver version 2.4.2 [ 0.632782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.634127] ehci-pci: EHCI PCI platform driver [ 0.635108] ehci-platform: EHCI generic platform driver [ 0.636229] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.637509] ohci-pci: OHCI PCI platform driver [ 0.638502] ohci-platform: OHCI generic platform driver [ 0.639633] uhci_hcd: USB Universal Host Controller Interface driver [ 0.654228] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655390] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.657004] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.658094] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659368] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662409] usb usb1: Product: UHCI Host Controller [ 0.663450] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.664835] usb usb1: SerialNumber: 0000:00:01.2 [ 0.665913] hub 1-0:1.0: USB hub found [ 0.666773] hub 1-0:1.0: 2 ports detected [ 0.667791] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670100] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.671188] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.672358] mousedev: PS/2 mouse device common for all mice [ 0.673754] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.675838] rtc_cmos 00:00: RTC can wake from S4 [ 0.677084] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.678406] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.679751] i2c /dev entries driver [ 0.680587] device-mapper: uevent: version 1.0.3 [ 0.681625] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.683497] ledtrig-cpu: registered to indicate activity on CPUs [ 0.684944] NET: Registered protocol family 10 [ 0.686030] NET: Registered protocol family 17 [ 0.687014] Key type dns_resolver registered [ 0.688057] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.689326] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.691325] registered taskstats version 1 [ 0.692261] Loading compiled-in X.509 certificates [ 0.693846] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696015] zswap: loaded using pool lzo/zbud [ 0.697493] Key type trusted registered [ 0.699055] Key type encrypted registered [ 0.700028] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701214] ima: No TPM chip found, activating TPM-bypass! [ 0.702412] evm: HMAC attrs: 0x1 [ 0.703438] Magic number: 2:814:496 [ 0.704387] rtc_cmos 00:00: setting system clock to 2018-05-25 19:28:12 UTC (1527276492) [ 0.706211] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707505] EDD information not available. [ 0.784333] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786047] Write protecting the kernel read-only data: 14336k [ 0.797929] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799764] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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 3.88 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... [ 4.109745] random: dd urandom read with 6 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 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 4.05. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-05-25 19:35:42,974 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-25 19:35:45,503 - 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 666282394 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.128480] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130099] pid_max: default: 32768 minimum: 301 [ 0.131041] ACPI: Core revision 20150930 [ 0.132588] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134160] Security Framework initialized [ 0.135137] Yama: becoming mindful. [ 0.136015] AppArmor: AppArmor initialized [ 0.137035] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138643] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140204] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143314] Initializing cgroup subsys io [ 0.144293] Initializing cgroup subsys memory [ 0.145322] Initializing cgroup subsys devices [ 0.146370] Initializing cgroup subsys freezer [ 0.147420] Initializing cgroup subsys net_cls [ 0.148476] Initializing cgroup subsys perf_event [ 0.149578] Initializing cgroup subsys net_prio [ 0.150644] Initializing cgroup subsys hugetlb [ 0.151701] Initializing cgroup subsys pids [ 0.152740] CPU: Physical Processor ID: 0 [ 0.154398] mce: CPU supports 10 MCE banks [ 0.155400] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156607] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167531] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174239] ftrace: allocating 31920 entries in 125 pages [ 0.200877] smpboot: Max logical packages: 1 [ 0.201930] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203540] x2apic enabled [ 0.204472] Switched APIC routing to physical x2apic. [ 0.206422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207780] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.210149] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.212296] KVM setup paravirtual spinlock [ 0.213753] x86: Booted up 1 node, 1 CPUs [ 0.214728] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.216395] devtmpfs: initialized [ 0.218223] evm: security.selinux [ 0.219064] evm: security.SMACK64 [ 0.219889] evm: security.SMACK64EXEC [ 0.220783] evm: security.SMACK64TRANSMUTE [ 0.221752] evm: security.SMACK64MMAP [ 0.222638] evm: security.ima [ 0.223391] evm: security.capability [ 0.224323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.226552] pinctrl core: initialized pinctrl subsystem [ 0.227856] RTC time: 19:28:11, date: 05/25/18 [ 0.228976] NET: Registered protocol family 16 [ 0.230117] cpuidle: using governor ladder [ 0.231106] cpuidle: using governor menu [ 0.232051] PCCT header not found. [ 0.232932] ACPI: bus type PCI registered [ 0.233887] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235398] PCI: Using configuration type 1 for base access [ 0.237360] ACPI: Added _OSI(Module Device) [ 0.238362] ACPI: Added _OSI(Processor Device) [ 0.239396] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240475] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242802] ACPI: Interpreter enabled [ 0.243741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249471] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251266] ACPI: (supports S0 S5) [ 0.251960] ACPI: Using IOAPIC for interrupt routing [ 0.253015] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256064] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257182] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258395] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259557] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261738] acpiphp: Slot [3] registered [ 0.262524] acpiphp: Slot [4] registered [ 0.263311] acpiphp: Slot [5] registered [ 0.264106] acpiphp: Slot [6] registered [ 0.264890] acpiphp: Slot [7] registered [ 0.265697] acpiphp: Slot [8] registered [ 0.266486] acpiphp: Slot [9] registered [ 0.267265] acpiphp: Slot [10] registered [ 0.268058] acpiphp: Slot [11] registered [ 0.268868] acpiphp: Slot [12] registered [ 0.269663] acpiphp: Slot [13] registered [ 0.270463] acpiphp: Slot [14] registered [ 0.271254] acpiphp: Slot [15] registered [ 0.282106] acpiphp: Slot [16] registered [ 0.282939] acpiphp: Slot [17] registered [ 0.283738] acpiphp: Slot [18] registered [ 0.284539] acpiphp: Slot [19] registered [ 0.285329] acpiphp: Slot [20] registered [ 0.286132] acpiphp: Slot [21] registered [ 0.286933] acpiphp: Slot [22] registered [ 0.287728] acpiphp: Slot [23] registered [ 0.288523] acpiphp: Slot [24] registered [ 0.289315] acpiphp: Slot [25] registered [ 0.290248] acpiphp: Slot [26] registered [ 0.291188] acpiphp: Slot [27] registered [ 0.292164] acpiphp: Slot [28] registered [ 0.293103] acpiphp: Slot [29] registered [ 0.294038] acpiphp: Slot [30] registered [ 0.294976] acpiphp: Slot [31] registered [ 0.295913] PCI host bridge to bus 0000:00 [ 0.296849] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298274] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299514] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300936] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302352] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308491] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309805] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310955] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312216] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319028] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320445] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.368782] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370266] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371677] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373059] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.374442] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.375690] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377104] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378301] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.380110] vgaarb: loaded [ 0.380796] vgaarb: bridge control possible 0000:00:02.0 [ 0.382085] SCSI subsystem initialized [ 0.382894] ACPI: bus type USB registered [ 0.383692] usbcore: registered new interface driver usbfs [ 0.384699] usbcore: registered new interface driver hub [ 0.385690] usbcore: registered new device driver usb [ 0.386715] PCI: Using ACPI for IRQ routing [ 0.387714] NetLabel: Initializing [ 0.388411] NetLabel: domain hash size = 128 [ 0.389244] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390175] NetLabel: unlabeled traffic allowed by default [ 0.391237] clocksource: Switched to clocksource kvm-clock [ 0.396650] AppArmor: AppArmor Filesystem Enabled [ 0.397608] pnp: PnP ACPI init [ 0.398509] pnp: PnP ACPI: found 5 devices [ 0.404961] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.406687] NET: Registered protocol family 2 [ 0.407679] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.409023] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.410252] TCP: Hash tables configured (established 4096 bind 4096) [ 0.411436] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.412526] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.413681] NET: Registered protocol family 1 [ 0.414562] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.415673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.418887] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.433009] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.447577] Trying to unpack rootfs image as initramfs... [ 0.498055] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512228] Scanning for low memory corruption every 60 seconds [ 0.513560] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514695] audit: initializing netlink subsys (disabled) [ 0.515726] audit: type=2000 audit(1527276491.813:1): initialized [ 0.517059] Initialise system trusted keyring [ 0.517980] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519159] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521135] zbud: loaded [ 0.521839] VFS: Disk quotas dquot_6.6.0 [ 0.522648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524172] fuse init (API version 7.23) [ 0.525052] Key type big_key registered [ 0.525865] Allocating IMA MOK and blacklist keyrings. [ 0.526982] Key type asymmetric registered [ 0.527825] Asymmetric key parser 'x509' registered [ 0.528791] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530241] io scheduler noop registered [ 0.531030] io scheduler deadline registered (default) [ 0.532115] io scheduler cfq registered [ 0.533364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534439] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537170] ACPI: Power Button [PWRF] [ 0.538012] GHES: HEST is not enabled! [ 0.551670] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.580072] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.582384] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.608573] Linux agpgart interface v0.103 [ 0.610549] brd: module loaded [ 0.611719] loop: module loaded [ 0.615894] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.617436] GPT:90111 != 2097151 [ 0.618141] GPT:Alternate GPT header not at the end of the disk. [ 0.619379] GPT:90111 != 2097151 [ 0.620145] GPT: Use GNU Parted to correct GPT errors. [ 0.621244] vda: vda1 vda15 [ 0.622716] scsi host0: ata_piix [ 0.623543] scsi host1: ata_piix [ 0.624328] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625746] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.627384] libphy: Fixed MDIO Bus: probed [ 0.628308] tun: Universal TUN/TAP device driver, 1.6 [ 0.629389] tun: (C) 1999-2004 Max Krasnyansky [ 0.631689] PPP generic driver version 2.4.2 [ 0.632782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.634127] ehci-pci: EHCI PCI platform driver [ 0.635108] ehci-platform: EHCI generic platform driver [ 0.636229] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.637509] ohci-pci: OHCI PCI platform driver [ 0.638502] ohci-platform: OHCI generic platform driver [ 0.639633] uhci_hcd: USB Universal Host Controller Interface driver [ 0.654228] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655390] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.657004] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.658094] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659368] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662409] usb usb1: Product: UHCI Host Controller [ 0.663450] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.664835] usb usb1: SerialNumber: 0000:00:01.2 [ 0.665913] hub 1-0:1.0: USB hub found [ 0.666773] hub 1-0:1.0: 2 ports detected [ 0.667791] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670100] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.671188] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.672358] mousedev: PS/2 mouse device common for all mice [ 0.673754] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.675838] rtc_cmos 00:00: RTC can wake from S4 [ 0.677084] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.678406] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.679751] i2c /dev entries driver [ 0.680587] device-mapper: uevent: version 1.0.3 [ 0.681625] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.683497] ledtrig-cpu: registered to indicate activity on CPUs [ 0.684944] NET: Registered protocol family 10 [ 0.686030] NET: Registered protocol family 17 [ 0.687014] Key type dns_resolver registered [ 0.688057] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.689326] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.691325] registered taskstats version 1 [ 0.692261] Loading compiled-in X.509 certificates [ 0.693846] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696015] zswap: loaded using pool lzo/zbud [ 0.697493] Key type trusted registered [ 0.699055] Key type encrypted registered [ 0.700028] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701214] ima: No TPM chip found, activating TPM-bypass! [ 0.702412] evm: HMAC attrs: 0x1 [ 0.703438] Magic number: 2:814:496 [ 0.704387] rtc_cmos 00:00: setting system clock to 2018-05-25 19:28:12 UTC (1527276492) [ 0.706211] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707505] EDD information not available. [ 0.784333] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786047] Write protecting the kernel read-only data: 14336k [ 0.797929] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799764] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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 3.88 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... [ 4.109745] random: dd urandom read with 6 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 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 4.05. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSIQwhVD9PWE0rIof7nfFBFAwmOmf2J4byzJZhSWS0MReoEOg0D40EpHHPYjozkAnX89ddayoGGMkYEVhJHB9MbF9T43QQZBz3aZmMOfX4q9FP1reR9o+8bp/taa/OpWK+bq4uF7866BSZTJUmRvfNWANRYf8EqWr1Qur9AOTWFSRExqhMlu2DBQtQCSiGJUgBjI4b5IwRfuygh9Snfe/pSRPN3jlg2x6SX0yMn+wtMo/MJ1a5zqwDPPi9rFa4L+XJ/itXLT2SgfIxOqrc9fINIXBSl3rcGyQUUNI9cmtHsIQr4FNM8kJPwNYZxaZXwupiEJKra2E8ife41ZoFyrnz root@opnfv-vping-2-userdata--d14f2579-61f2-483f-af94-3d3a2187931c ssh-dss AAAAB3NzaC1kc3MAAACBANFbAgCD0MynteZIKHlT5BfNIxQwPCd9T5wMJl6vs5uSpTDyJxIz8x4z7Pu0b+IegWKMtsYgiQYgLovC9k9u0wfTtbdBK3qK5+EaRUNmkVKud3S4vl5E163hQonXkviHOcVrcsekOFz5VA51w4CpvVi6tCz301W9kcKLnG9HnzgLAAAAFQDczGwlDkl3z2XmkuDOE5jio1RLlwAAAIB9nFcT++gEAnoM84/7/jRDLr6XooeTQQF0L1XtLuueL2hW5sK0/4MoyEDGORxjyvYp5z0xeV6zPDVKLBaWUhEoB2eceMkzmtIZS+DZpgYeaYRbcCJAH+d4wC38phUmGODs5TVcwIFUAK4k/Ol73YbkcweR1yKXhjrzsfgOSzoz9gAAAIEAiZivzeNWncrJ7D9xeoyBCta2QCGj+yR89RdwRO99CZE//8/PRZIs9KTXvJ7Prms6yjJ9rCuhJsuTuOH5e+IMGUDZe/+5Xhelwdnbk/p3shNEgZ2w7hpwZ0rXuLUeyUZEMLByMC08L8/Og6sfy4BALBZzMYigML8WhHOvlxiLY10= root@opnfv-vping-2-userdata--d14f2579-61f2-483f-af94-3d3a2187931c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.12,24,fe80::f816:3eff:fe36:5b20/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.4 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.12 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: opnfv-vping-2-userdata--d14f2579-61f2-483f-af94-3d3a2187931c launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.50 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--d14f2579-61f2-483f-af94-3d3a2187931c login: 2018-05-25 19:35:45,504 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-25 19:35:45,617 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 19:35:45,618 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:01 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-25 19:36:29,144 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-25 19:36:29,239 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-25 19:36:29,239 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-25 19:36:29,239 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 19:36:34,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 19:36:33.704 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e39fdbfa-51d5-4623-93cb-71cb3bf0f3fe) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e39fdbfa-51d5-4623-93cb-71cb3bf0f3fe | 2018-05-25T19:36:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e39fdbfa-51d5-4623-93cb-71cb3bf0f3fe ~/.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-25 19:36:37,355 - 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-25 19:36:37,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-25 19:36:43,766 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-25 19:36:41.677 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-25 19:36:41.832 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-25 19:36:43.556 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=50e4a07b-795b-483a-8255-439d95b353c9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=50e4a07b-795b-483a-8255-439d95b353c9) as the default verifier for the future CLI operations. 2018-05-25 19:36:46,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-068e52f4-968f-40e3-aaff-e06326ee1191' 2018-05-25 19:36:47,673 - 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-25T19:36:47Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'728eb003-cb4b-4b18-ba57-2bd6c6958a14', u'provider:segmentation_id': 67, 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-068e52f4-968f-40e3-aaff-e06326ee1191', u'created_at': u'2018-05-25T19:36:47Z', u'mtu': 1450, u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 19:36:48,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T19:36:48Z', 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'5abf472b-ba8c-46a3-823d-5b0d771952d8', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-068e52f4-968f-40e3-aaff-e06326ee1191', u'enable_dhcp': True, u'network_id': u'728eb003-cb4b-4b18-ba57-2bd6c6958a14', u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'created_at': u'2018-05-25T19:36:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 19:36:48,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-25 19:36:48,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-068e52f4-968f-40e3-aaff-e06326ee1191' 2018-05-25 19:36:53,916 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-068e52f4-968f-40e3-aaff-e06326ee1191', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T19:36:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/c06a3306-a284-4457-ab03-b28d3265a4d5/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c06a3306-a284-4457-ab03-b28d3265a4d5', u'size': None, u'name': u'Cirros-0.4.0-068e52f4-968f-40e3-aaff-e06326ee1191', u'checksum': None, u'self': u'/v2/images/c06a3306-a284-4457-ab03-b28d3265a4d5', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T19:36:49Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 19:36:53,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-068e52f4-968f-40e3-aaff-e06326ee1191' 2018-05-25 19:36:58,205 - 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-068e52f4-968f-40e3-aaff-e06326ee1191', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T19:36:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/301e3e14-d102-4bd6-800b-71ec0ab50eb2/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'301e3e14-d102-4bd6-800b-71ec0ab50eb2', u'size': None, u'name': u'Cirros-0.4.0-1-068e52f4-968f-40e3-aaff-e06326ee1191', u'checksum': None, u'self': u'/v2/images/301e3e14-d102-4bd6-800b-71ec0ab50eb2', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T19:36:54Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 19:36:58,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-25 19:36:58,451 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-068e52f4-968f-40e3-aaff-e06326ee1191', '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'e0e65fca01d543559ee82a768917a6b0', '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'dce7e8f0-995d-4dfc-adf6-720af343fb2d', 'swap': 0}) 2018-05-25 19:36:58,569 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-068e52f4-968f-40e3-aaff-e06326ee1191', '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'e0e65fca01d543559ee82a768917a6b0', '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'1ea22211-bbd6-41b6-8cd9-85347946cd6a', 'swap': 0}) 2018-05-25 19:37:01,784 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-25 19:37:00.727 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=50e4a07b-795b-483a-8255-439d95b353c9) for deployment 'opnfv-rally' (UUID=e39fdbfa-51d5-4623-93cb-71cb3bf0f3fe). 2018-05-25 19:37:01.596 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=50e4a07b-795b-483a-8255-439d95b353c9) has been successfully configured for deployment 'opnfv-rally' (UUID=e39fdbfa-51d5-4623-93cb-71cb3bf0f3fe)! 2018-05-25 19:37:01,785 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-25 19:37:01,785 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-25 19:37:01,788 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-25 19:37:01,791 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-25 19:37:04,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-50e4a07b-795b-483a-8255-439d95b353c9/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-25 19:37:04,910 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-25 19:37:04,912 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-25 19:37:04,913 - 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-25 19:37:06,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:37:06.930 51 INFO rally.api [-] Starting verification (UUID=1755dfcb-2f98-4ef6-bb12-31c449d8f158) for deployment 'opnfv-rally' (UUID=e39fdbfa-51d5-4623-93cb-71cb3bf0f3fe) by verifier 'opnfv-tempest' (UUID=50e4a07b-795b-483a-8255-439d95b353c9). 2018-05-25 19:37:06,932 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1755dfcb-2f98-4ef6-bb12-31c449d8f158 2018-05-25 19:37:15,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:37:15.409 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.191s] 2018-05-25 19:37:15,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:37:15.469 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.060s] 2018-05-25 19:37:23,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:37:23.160 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.607s] 2018-05-25 19:37:26,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:37:26.779 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.617s] 2018-05-25 19:37:41,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:37:41.331 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.094s] 2018-05-25 19:38:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:38:06.350 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.154s] 2018-05-25 19:38:56,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:38:56.568 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-05-25 19:38:56,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:38:56.569 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-25 19:39:42,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:39:42.605 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-05-25 19:39:42,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:39:42.607 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-25 19:40:25,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:40:25.985 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-05-25 19:40:25,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:40:25.986 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-25 19:41:38,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:41:38.580 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [25.118s] 2018-05-25 19:42:13,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:13.204 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-05-25 19:42:13,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:13.301 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-05-25 19:42:21,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:21.230 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.641s] 2018-05-25 19:42:21,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:21.239 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-25 19:42:23,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:23.062 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-25 19:42:23,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:23.063 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-25 19:42:27,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:27.798 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.436s] 2018-05-25 19:42:34,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:34.740 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.078s] 2018-05-25 19:42:42,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:42.082 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.786s] 2018-05-25 19:42:51,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:42:51.079 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.262s] 2018-05-25 19:43:00,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:00.816 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.369s] 2018-05-25 19:43:07,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:07.987 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.917s] 2018-05-25 19:43:14,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:14.041 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.260s] 2018-05-25 19:43:21,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:21.757 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.455s] 2018-05-25 19:43:29,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:29.515 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.503s] 2018-05-25 19:43:39,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:39.617 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.511s] 2018-05-25 19:43:42,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:42.065 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-25 19:43:44,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:44.295 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2018-05-25 19:43:44,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:44.365 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-05-25 19:43:44,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:44.444 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-05-25 19:43:44,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:44.451 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-25 19:43:49,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:49.311 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.419s] 2018-05-25 19:43:54,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:54.414 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [5.103s] 2018-05-25 19:43:58,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:43:58.918 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.504s] 2018-05-25 19:44:13,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:44:13.047 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-25 19:44:20,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:44:20.451 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.174s] 2018-05-25 19:44:39,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:44:39.829 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.001s] 2018-05-25 19:44:44,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:44:44.688 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.858s] 2018-05-25 19:44:59,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:44:59.269 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.768s] 2018-05-25 19:45:03,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:03.172 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.903s] 2018-05-25 19:45:12,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:12.263 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.090s] 2018-05-25 19:45:22,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:22.004 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.992s] 2018-05-25 19:45:25,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:25.989 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.984s] 2018-05-25 19:45:30,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:30.999 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.009s] 2018-05-25 19:45:50,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:50.465 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.880s] 2018-05-25 19:45:50,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:50.961 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.497s] 2018-05-25 19:45:51,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:51.221 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.259s] 2018-05-25 19:45:51,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:51.275 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.054s] 2018-05-25 19:45:51,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:51.512 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.234s] 2018-05-25 19:45:51,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:45:51.567 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.056s] 2018-05-25 19:46:07,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:07.155 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.617s] 2018-05-25 19:46:07,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:07.593 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.439s] 2018-05-25 19:46:07,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:07.961 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.368s] 2018-05-25 19:46:08,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:08.163 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.200s] 2018-05-25 19:46:08,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:08.545 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.382s] 2018-05-25 19:46:08,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:08.738 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.193s] 2018-05-25 19:46:23,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:23.297 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.330s] 2018-05-25 19:46:30,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:30.446 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.148s] 2018-05-25 19:46:31,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:31.996 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.550s] 2018-05-25 19:46:32,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:32.194 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.197s] 2018-05-25 19:46:32,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:32.247 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.053s] 2018-05-25 19:46:46,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:46.250 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.007s] 2018-05-25 19:46:52,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:52.648 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.397s] 2018-05-25 19:46:54,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:54.720 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.072s] 2018-05-25 19:46:54,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:54.777 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.057s] 2018-05-25 19:46:54,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:46:54.832 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.054s] 2018-05-25 19:47:19,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:47:19.279 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.594s] 2018-05-25 19:47:34,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:47:34.775 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [15.495s] 2018-05-25 19:47:46,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:47:46.587 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.812s] 2018-05-25 19:47:57,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:47:57.340 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.752s] 2018-05-25 19:48:34,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:48:34.100 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.372s] 2018-05-25 19:48:46,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:48:46.654 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.554s] 2018-05-25 19:48:59,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:48:59.142 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.486s] 2018-05-25 19:49:09,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:09.296 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.153s] 2018-05-25 19:49:27,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:27.734 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.771s] 2018-05-25 19:49:29,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:29.967 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.230s] 2018-05-25 19:49:30,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:30.173 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.209s] 2018-05-25 19:49:36,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:36.299 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.723s] 2018-05-25 19:49:38,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:38.842 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.541s] 2018-05-25 19:49:38,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:38.887 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.047s] 2018-05-25 19:49:43,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:43.660 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.407s] 2018-05-25 19:49:46,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:46.972 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-05-25 19:49:48,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:48.371 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-25 19:49:48,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:48.374 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-25 19:49:48,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:48.375 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-25 19:49:48,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:48.376 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-25 19:49:48,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:48.377 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-25 19:49:50,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:49:50.394 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-25 19:50:14,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:50:14.198 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.806s] 2018-05-25 19:50:32,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:50:32.910 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.843s] 2018-05-25 19:50:52,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:50:52.559 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [19.645s] 2018-05-25 19:51:03,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:51:03.897 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.180s] 2018-05-25 19:52:46,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:52:46.391 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [93.724s] 2018-05-25 19:53:41,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:53:41.594 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [39.792s] 2018-05-25 19:54:54,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 19:54:54.325 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [38.921s] 2018-05-25 19:55:18,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1755dfcb-2f98-4ef6-bb12-31c449d8f158']'. 2018-05-25 19:55:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-25 19:55:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-25 19:55:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 19:55:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1755dfcb-2f98-4ef6-bb12-31c449d8f158 | 2018-05-25 19:55:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-25 19:55:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-25 19:37:06 | 2018-05-25 19:55:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-25 19:55:16 | 2018-05-25 19:55:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:10 | 2018-05-25 19:55:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 50e4a07b-795b-483a-8255-439d95b353c9) | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e39fdbfa-51d5-4623-93cb-71cb3bf0f3fe) | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1061.777 | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 19:55:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-25 19:55:19,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-25 19:55:31,499 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 19:55:31,499 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:45 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-25 19:55:31,503 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-25 19:55:31,584 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-25 19:55:32,035 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-25 19:55:32,035 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-25 19:55:32,493 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 19:55:34,878 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-25 19:55:34.567 115 INFO rally.deployment.engine [-] Deployment e39fdbfa-51d5-4623-93cb-71cb3bf0f3fe | Starting: Destroy cloud and free allocated resources. 2018-05-25 19:55:34.667 115 INFO rally.deployment.engine [-] Deployment e39fdbfa-51d5-4623-93cb-71cb3bf0f3fe | Completed: Destroy cloud and free allocated resources. 2018-05-25 19:55:34.692 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=50e4a07b-795b-483a-8255-439d95b353c9) for deployment 'opnfv-rally'. 2018-05-25 19:55:34.701 115 INFO rally.api [-] Deleting verification (UUID=1755dfcb-2f98-4ef6-bb12-31c449d8f158). 2018-05-25 19:55:34.739 115 INFO rally.api [-] Verification has been successfully deleted! 2018-05-25 19:55:34.739 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=50e4a07b-795b-483a-8255-439d95b353c9). 2018-05-25 19:55:34.745 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-25 19:55:39,072 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 19:55:38.744 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0384847b-c03b-4594-a06e-6b545ba023e5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0384847b-c03b-4594-a06e-6b545ba023e5 | 2018-05-25T19:55:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0384847b-c03b-4594-a06e-6b545ba023e5 ~/.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-25 19:55:42,468 - 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-25 19:55:42,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-25 19:55:43,311 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2'... 2018-05-25 19:55:47,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-213a08d7-2793-4bd5-8e6d-3dc12239bda2'... 2018-05-25 19:55:49,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-213a08d7-2793-4bd5-8e6d-3dc12239bda2'... 2018-05-25 19:55:57,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2'... 2018-05-25 19:55:57,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-213a08d7-2793-4bd5-8e6d-3dc12239bda2'... 2018-05-25 19:55:57,690 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-25 19:55:57,691 - 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-25 19:55:57,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 19:55:57,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 19:55:57,708 - 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': '70acd6e6-7fbc-44f0-8370-bf415b56471d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'flavor_name': 'rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-213a08d7-2793-4bd5-8e6d-3dc12239bda2', '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-25 19:57:03,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : acc82df7-61fb-4c84-847f-f70a321a6a2f 2018-05-25 19:57:03,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-25 19:57:03,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'acc82df7-61fb-4c84-847f-f70a321a6a2f'] 2018-05-25 19:57:04,896 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task acc82df7-61fb-4c84-847f-f70a321a6a2f: 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 acc82df7-61fb-4c84-847f-f70a321a6a2f 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.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | total | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> duration | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.477373 Full duration: 7.411764 -------------------------------------------------------------------------------- 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 acc82df7-61fb-4c84-847f-f70a321a6a2f 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.365 | 0.365 | 0.365 | 0.365 | 0.365 | 0.365 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803557 Full duration: 7.326094 -------------------------------------------------------------------------------- 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 acc82df7-61fb-4c84-847f-f70a321a6a2f 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | total | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> duration | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.912197 Full duration: 7.832823 -------------------------------------------------------------------------------- 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 acc82df7-61fb-4c84-847f-f70a321a6a2f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.765289 Full duration: 7.685561 -------------------------------------------------------------------------------- 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 acc82df7-61fb-4c84-847f-f70a321a6a2f 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.914923 Full duration: 8.750411 -------------------------------------------------------------------------------- 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 acc82df7-61fb-4c84-847f-f70a321a6a2f 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.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 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.656356 Full duration: 7.979998 HINTS: * To plot HTML graphics with this data, run: rally task report acc82df7-61fb-4c84-847f-f70a321a6a2f --out output.html * To generate a JUnit report, run: rally task export acc82df7-61fb-4c84-847f-f70a321a6a2f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report acc82df7-61fb-4c84-847f-f70a321a6a2f --json --out output.json 2018-05-25 19:57:04,896 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'acc82df7-61fb-4c84-847f-f70a321a6a2f'] 2018-05-25 19:57:05,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 19:57:05,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'acc82df7-61fb-4c84-847f-f70a321a6a2f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-25 19:57:05,985 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-25 19:57:05,986 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-25 19:57:05,986 - 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-25 19:57:05,986 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 19:57:06,012 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 19:57:06,013 - 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': '70acd6e6-7fbc-44f0-8370-bf415b56471d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'flavor_name': 'rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-213a08d7-2793-4bd5-8e6d-3dc12239bda2', '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-25 19:59:08,903 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 442ed40d-143d-42cd-9f2f-46e08a31a7be 2018-05-25 19:59:08,903 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '442ed40d-143d-42cd-9f2f-46e08a31a7be'] 2018-05-25 19:59:09,910 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 442ed40d-143d-42cd-9f2f-46e08a31a7be: 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 442ed40d-143d-42cd-9f2f-46e08a31a7be 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 | 6.112 | 6.112 | 6.112 | 6.112 | 6.112 | 6.112 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | -> glance_v2.upload_data | 3.031 | 3.031 | 3.031 | 3.031 | 3.031 | 3.031 | 100.0% | 1 | | glance_v2.delete_image | 6.235 | 6.235 | 6.235 | 6.235 | 6.235 | 6.235 | 100.0% | 1 | | total | 12.347 | 12.347 | 12.347 | 12.347 | 12.347 | 12.347 | 100.0% | 1 | | -> duration | 12.347 | 12.347 | 12.347 | 12.347 | 12.347 | 12.347 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.347127 Full duration: 20.699195 -------------------------------------------------------------------------------- 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 442ed40d-143d-42cd-9f2f-46e08a31a7be 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 | 7.506 | 7.506 | 7.506 | 7.506 | 7.506 | 7.506 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | -> glance_v2.upload_data | 4.554 | 4.554 | 4.554 | 4.554 | 4.554 | 4.554 | 100.0% | 1 | | glance_v2.list_images | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 7.693 | 7.693 | 7.693 | 7.693 | 7.693 | 7.693 | 100.0% | 1 | | -> duration | 7.693 | 7.693 | 7.693 | 7.693 | 7.693 | 7.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.692953 Full duration: 22.684875 -------------------------------------------------------------------------------- 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 442ed40d-143d-42cd-9f2f-46e08a31a7be 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.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | total | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | -> duration | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.325788 Full duration: 8.503073 -------------------------------------------------------------------------------- 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-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "number_instances": 2, "nics": [ { "net-id": "70acd6e6-7fbc-44f0-8370-bf415b56471d" } ] }, "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 442ed40d-143d-42cd-9f2f-46e08a31a7be 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 | 7.887 | 7.887 | 7.887 | 7.887 | 7.887 | 7.887 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> glance_v2.upload_data | 4.953 | 4.953 | 4.953 | 4.953 | 4.953 | 4.953 | 100.0% | 1 | | nova.boot_servers | 18.828 | 18.828 | 18.828 | 18.828 | 18.828 | 18.828 | 100.0% | 1 | | total | 26.716 | 26.716 | 26.716 | 26.716 | 26.716 | 26.716 | 100.0% | 1 | | -> duration | 25.716 | 25.716 | 25.716 | 25.716 | 25.716 | 25.716 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.716374 Full duration: 49.704259 HINTS: * To plot HTML graphics with this data, run: rally task report 442ed40d-143d-42cd-9f2f-46e08a31a7be --out output.html * To generate a JUnit report, run: rally task export 442ed40d-143d-42cd-9f2f-46e08a31a7be --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 442ed40d-143d-42cd-9f2f-46e08a31a7be --json --out output.json 2018-05-25 19:59:09,910 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '442ed40d-143d-42cd-9f2f-46e08a31a7be'] 2018-05-25 19:59:10,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 19:59:10,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '442ed40d-143d-42cd-9f2f-46e08a31a7be', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-25 19:59:10,917 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-25 19:59:10,917 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-25 19:59:10,917 - 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-25 19:59:10,918 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 19:59:10,935 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 19:59:10,936 - 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': '70acd6e6-7fbc-44f0-8370-bf415b56471d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'flavor_name': 'rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-213a08d7-2793-4bd5-8e6d-3dc12239bda2', '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-25 20:02:57,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 2018-05-25 20:02:57,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7'] 2018-05-25 20:02:58,796 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7: 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 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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 | 5.785 | 5.785 | 5.785 | 5.785 | 5.785 | 5.785 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 100.0% | 1 | | total | 10.436 | 10.436 | 10.436 | 10.436 | 10.436 | 10.436 | 100.0% | 1 | | -> duration | 10.436 | 10.436 | 10.436 | 10.436 | 10.436 | 10.436 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.436402 Full duration: 31.052731 -------------------------------------------------------------------------------- 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 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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.947 | 3.947 | 3.947 | 3.947 | 3.947 | 3.947 | 100.0% | 1 | | cinder_v2.delete_volume | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 100.0% | 1 | | total | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 100.0% | 1 | | -> duration | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.742353 Full duration: 17.030566 -------------------------------------------------------------------------------- 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-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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 | 17.698 | 17.698 | 17.698 | 17.698 | 17.698 | 17.698 | 100.0% | 1 | | cinder_v2.delete_volume | 2.682 | 2.682 | 2.682 | 2.682 | 2.682 | 2.682 | 100.0% | 1 | | total | 20.381 | 20.381 | 20.381 | 20.381 | 20.381 | 20.381 | 100.0% | 1 | | -> duration | 20.381 | 20.381 | 20.381 | 20.381 | 20.381 | 20.381 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.38058 Full duration: 32.198244 -------------------------------------------------------------------------------- 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 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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.134 | 3.134 | 3.134 | 3.134 | 3.134 | 3.134 | 100.0% | 1 | | cinder_v2.delete_volume | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 100.0% | 1 | | total | 5.794 | 5.794 | 5.794 | 5.794 | 5.794 | 5.794 | 100.0% | 1 | | -> duration | 5.794 | 5.794 | 5.794 | 5.794 | 5.794 | 5.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.794435 Full duration: 16.788589 -------------------------------------------------------------------------------- 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 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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.272 | 3.272 | 3.272 | 3.272 | 3.272 | 3.272 | 100.0% | 1 | | cinder_v2.extend_volume | 2.789 | 2.789 | 2.789 | 2.789 | 2.789 | 2.789 | 100.0% | 1 | | cinder_v2.delete_volume | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 100.0% | 1 | | total | 8.692 | 8.692 | 8.692 | 8.692 | 8.692 | 8.692 | 100.0% | 1 | | -> duration | 8.692 | 8.692 | 8.692 | 8.692 | 8.692 | 8.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.692334 Full duration: 19.131637 -------------------------------------------------------------------------------- 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 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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 | 5.445 | 5.445 | 5.445 | 5.445 | 5.445 | 5.445 | 100.0% | 1 | | cinder_v2.delete_volume | 4.863 | 4.863 | 4.863 | 4.863 | 4.863 | 4.863 | 100.0% | 1 | | total | 10.309 | 10.309 | 10.309 | 10.309 | 10.309 | 10.309 | 100.0% | 1 | | -> duration | 10.309 | 10.309 | 10.309 | 10.309 | 10.309 | 10.309 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.308617 Full duration: 28.508333 -------------------------------------------------------------------------------- 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 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | cinder_v2.list_qos | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | -> duration | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.12697 Full duration: 12.876168 -------------------------------------------------------------------------------- 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 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | cinder_v2.set_qos | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 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.816042 Full duration: 13.227379 -------------------------------------------------------------------------------- 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 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | cinder_v2.list_types | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> duration | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804983 Full duration: 13.016374 -------------------------------------------------------------------------------- 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 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> duration | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867455 Full duration: 12.624596 HINTS: * To plot HTML graphics with this data, run: rally task report 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 --out output.html * To generate a JUnit report, run: rally task export 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7 --json --out output.json 2018-05-25 20:02:58,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7'] 2018-05-25 20:02:59,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 20:02:59,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5eabcd93-3f93-43f3-bdcb-8b7a68bb30a7', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-25 20:02:59,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-25 20:02:59,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-25 20:02:59,886 - 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-25 20:02:59,886 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 20:02:59,899 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 20:02:59,900 - 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': '70acd6e6-7fbc-44f0-8370-bf415b56471d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'flavor_name': 'rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-213a08d7-2793-4bd5-8e6d-3dc12239bda2', '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-25 20:04:27,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 521aee98-ad75-4598-9ff4-1ff5fa4b2bff 2018-05-25 20:04:27,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '521aee98-ad75-4598-9ff4-1ff5fa4b2bff'] 2018-05-25 20:04:28,223 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 521aee98-ad75-4598-9ff4-1ff5fa4b2bff: 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 521aee98-ad75-4598-9ff4-1ff5fa4b2bff 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 | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 100.0% | 1 | | heat.update_stack | 4.044 | 4.044 | 4.044 | 4.044 | 4.044 | 4.044 | 100.0% | 1 | | heat.delete_stack | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 100.0% | 1 | | total | 12.235 | 12.235 | 12.235 | 12.235 | 12.235 | 12.235 | 100.0% | 1 | | -> duration | 8.235 | 8.235 | 8.235 | 8.235 | 8.235 | 8.235 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.23457 Full duration: 22.717906 -------------------------------------------------------------------------------- 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 521aee98-ad75-4598-9ff4-1ff5fa4b2bff 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.838 | 4.838 | 4.838 | 4.838 | 4.838 | 4.838 | 100.0% | 1 | | heat.check_stack | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | heat.delete_stack | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 100.0% | 1 | | total | 8.406 | 8.406 | 8.406 | 8.406 | 8.406 | 8.406 | 100.0% | 1 | | -> duration | 6.406 | 6.406 | 6.406 | 6.406 | 6.406 | 6.406 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.406466 Full duration: 17.855566 -------------------------------------------------------------------------------- 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 521aee98-ad75-4598-9ff4-1ff5fa4b2bff 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.721 | 4.721 | 4.721 | 4.721 | 4.721 | 4.721 | 100.0% | 1 | | heat.suspend_stack | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 100.0% | 1 | | heat.resume_stack | 1.778 | 1.778 | 1.778 | 1.778 | 1.778 | 1.778 | 100.0% | 1 | | heat.delete_stack | 2.775 | 2.775 | 2.775 | 2.775 | 2.775 | 2.775 | 100.0% | 1 | | total | 11.204 | 11.204 | 11.204 | 11.204 | 11.204 | 11.204 | 100.0% | 1 | | -> duration | 9.204 | 9.204 | 9.204 | 9.204 | 9.204 | 9.204 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.203933 Full duration: 19.804074 -------------------------------------------------------------------------------- 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 521aee98-ad75-4598-9ff4-1ff5fa4b2bff 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.581197 Full duration: 9.174197 HINTS: * To plot HTML graphics with this data, run: rally task report 521aee98-ad75-4598-9ff4-1ff5fa4b2bff --out output.html * To generate a JUnit report, run: rally task export 521aee98-ad75-4598-9ff4-1ff5fa4b2bff --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 521aee98-ad75-4598-9ff4-1ff5fa4b2bff --json --out output.json 2018-05-25 20:04:28,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '521aee98-ad75-4598-9ff4-1ff5fa4b2bff'] 2018-05-25 20:04:29,082 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 20:04:29,082 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '521aee98-ad75-4598-9ff4-1ff5fa4b2bff', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-25 20:04:29,089 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-25 20:04:29,089 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-25 20:04:29,089 - 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-25 20:04:29,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 20:04:29,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 20:04:29,107 - 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': '70acd6e6-7fbc-44f0-8370-bf415b56471d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'flavor_name': 'rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-213a08d7-2793-4bd5-8e6d-3dc12239bda2', '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-25 20:07:49,973 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 342a0c9a-1bbd-4233-ac95-78ae27a33708 2018-05-25 20:07:49,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '342a0c9a-1bbd-4233-ac95-78ae27a33708'] 2018-05-25 20:07:51,028 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 342a0c9a-1bbd-4233-ac95-78ae27a33708: 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 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.revoke_role | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806277 Full duration: 15.255165 -------------------------------------------------------------------------------- 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 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.add_role | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 100.0% | 1 | | keystone_v3.list_roles | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.75904 Full duration: 14.392194 -------------------------------------------------------------------------------- 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 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> duration | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.86936 Full duration: 15.18037 -------------------------------------------------------------------------------- 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 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.delete_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> duration | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.645712 Full duration: 12.55154 -------------------------------------------------------------------------------- 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 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | keystone_v3.delete_service | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 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.628454 Full duration: 12.820572 -------------------------------------------------------------------------------- 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 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.create_user | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | -> keystone_v3.add_role | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | keystone_v3.create_role | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | keystone_v3.get_project | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_user | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 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.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 100.0% | 1 | | -> duration | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.666505 Full duration: 20.890374 -------------------------------------------------------------------------------- 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 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | keystone_v3.update_project | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | keystone_v3.delete_project | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> duration | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.991674 Full duration: 13.329994 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755103 Full duration: 15.150419 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | total | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> duration | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.698587 Full duration: 14.451393 -------------------------------------------------------------------------------- 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 342a0c9a-1bbd-4233-ac95-78ae27a33708 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.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | -> duration | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.978195 Full duration: 14.501748 -------------------------------------------------------------------------------- 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 342a0c9a-1bbd-4233-ac95-78ae27a33708 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.create_users | 5.991 | 5.991 | 5.991 | 5.991 | 5.991 | 5.991 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.991 | 5.991 | 5.991 | 5.991 | 5.991 | 5.991 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.335 | 1.335 | 1.335 | 1.335 | 1.335 | 1.335 | 100.0% | 1 | | total | 7.616 | 7.616 | 7.616 | 7.616 | 7.616 | 7.616 | 100.0% | 1 | | -> duration | 7.616 | 7.616 | 7.616 | 7.616 | 7.616 | 7.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.615595 Full duration: 24.150185 HINTS: * To plot HTML graphics with this data, run: rally task report 342a0c9a-1bbd-4233-ac95-78ae27a33708 --out output.html * To generate a JUnit report, run: rally task export 342a0c9a-1bbd-4233-ac95-78ae27a33708 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 342a0c9a-1bbd-4233-ac95-78ae27a33708 --json --out output.json 2018-05-25 20:07:51,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '342a0c9a-1bbd-4233-ac95-78ae27a33708'] 2018-05-25 20:07:52,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 20:07:52,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '342a0c9a-1bbd-4233-ac95-78ae27a33708', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-25 20:07:52,032 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-25 20:07:52,032 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-25 20:07:52,033 - 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-25 20:07:52,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 20:07:52,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 20:07:52,056 - 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': '70acd6e6-7fbc-44f0-8370-bf415b56471d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'flavor_name': 'rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-213a08d7-2793-4bd5-8e6d-3dc12239bda2', '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-25 20:14:32,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 94dd96bc-8e2b-44b6-ab06-acd3754f5670 2018-05-25 20:14:32,169 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '94dd96bc-8e2b-44b6-ab06-acd3754f5670'] 2018-05-25 20:14:33,294 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 94dd96bc-8e2b-44b6-ab06-acd3754f5670: 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | neutron.delete_network | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | total | 1.983 | 1.983 | 1.983 | 1.983 | 1.983 | 1.983 | 100.0% | 1 | | -> duration | 1.983 | 1.983 | 1.983 | 1.983 | 1.983 | 1.983 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.983469 Full duration: 16.204937 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 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.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | neutron.delete_port | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | total | 2.218 | 2.218 | 2.218 | 2.218 | 2.218 | 2.218 | 100.0% | 1 | | -> duration | 2.218 | 2.218 | 2.218 | 2.218 | 2.218 | 2.218 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.217831 Full duration: 38.890549 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 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.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | neutron.create_subnet | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | neutron.create_router | 3.764 | 3.764 | 3.764 | 3.764 | 3.764 | 3.764 | 100.0% | 1 | | neutron.add_interface_router | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 100.0% | 1 | | neutron.remove_interface_router | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 100.0% | 1 | | neutron.delete_router | 2.682 | 2.682 | 2.682 | 2.682 | 2.682 | 2.682 | 100.0% | 1 | | total | 11.688 | 11.688 | 11.688 | 11.688 | 11.688 | 11.688 | 100.0% | 1 | | -> duration | 11.688 | 11.688 | 11.688 | 11.688 | 11.688 | 11.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.68808 Full duration: 53.462678 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.674 | 1.674 | 1.674 | 1.674 | 1.674 | 1.674 | 100.0% | 1 | | neutron.delete_subnet | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | total | 2.422 | 2.422 | 2.422 | 2.422 | 2.422 | 2.422 | 100.0% | 1 | | -> duration | 2.422 | 2.422 | 2.422 | 2.422 | 2.422 | 2.422 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.421972 Full duration: 41.405701 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | neutron.list_networks | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 100.0% | 1 | | total | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | -> duration | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.270336 Full duration: 16.796509 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 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.667 | 1.667 | 1.667 | 1.667 | 1.667 | 1.667 | 100.0% | 1 | | neutron.list_ports | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 100.0% | 1 | | -> duration | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.905312 Full duration: 37.660454 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 100.0% | 1 | | neutron.create_subnet | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | neutron.create_router | 3.513 | 3.513 | 3.513 | 3.513 | 3.513 | 3.513 | 100.0% | 1 | | neutron.add_interface_router | 2.362 | 2.362 | 2.362 | 2.362 | 2.362 | 2.362 | 100.0% | 1 | | neutron.list_routers | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | total | 8.444 | 8.444 | 8.444 | 8.444 | 8.444 | 8.444 | 100.0% | 1 | | -> duration | 8.444 | 8.444 | 8.444 | 8.444 | 8.444 | 8.444 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.444004 Full duration: 53.706678 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 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.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | neutron.create_subnet | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | neutron.list_subnets | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 2.016 | 2.016 | 2.016 | 2.016 | 2.016 | 2.016 | 100.0% | 1 | | -> duration | 2.016 | 2.016 | 2.016 | 2.016 | 2.016 | 2.016 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.016306 Full duration: 45.667062 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 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.987 | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 100.0% | 1 | | neutron.delete_security_group | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 100.0% | 1 | | total | 1.419 | 1.419 | 1.419 | 1.419 | 1.419 | 1.419 | 100.0% | 1 | | -> duration | 1.419 | 1.419 | 1.419 | 1.419 | 1.419 | 1.419 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.418734 Full duration: 15.501257 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | neutron.create_security_group_rule | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | neutron.delete_security_group | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 100.0% | 1 | | total | 2.094 | 2.094 | 2.094 | 2.094 | 2.094 | 2.094 | 100.0% | 1 | | -> duration | 2.094 | 2.094 | 2.094 | 2.094 | 2.094 | 2.094 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.094407 Full duration: 16.598401 -------------------------------------------------------------------------------- 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 94dd96bc-8e2b-44b6-ab06-acd3754f5670 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.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | neutron.create_router | 3.77 | 3.77 | 3.77 | 3.77 | 3.77 | 3.77 | 100.0% | 1 | | neutron.add_gateway_router | 2.708 | 2.708 | 2.708 | 2.708 | 2.708 | 2.708 | 100.0% | 1 | | neutron.remove_gateway_router | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 100.0% | 1 | | total | 8.904 | 8.904 | 8.904 | 8.904 | 8.904 | 8.904 | 100.0% | 1 | | -> duration | 8.904 | 8.904 | 8.904 | 8.904 | 8.904 | 8.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.903511 Full duration: 34.583271 HINTS: * To plot HTML graphics with this data, run: rally task report 94dd96bc-8e2b-44b6-ab06-acd3754f5670 --out output.html * To generate a JUnit report, run: rally task export 94dd96bc-8e2b-44b6-ab06-acd3754f5670 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 94dd96bc-8e2b-44b6-ab06-acd3754f5670 --json --out output.json 2018-05-25 20:14:33,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '94dd96bc-8e2b-44b6-ab06-acd3754f5670'] 2018-05-25 20:14:34,327 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 20:14:34,328 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '94dd96bc-8e2b-44b6-ab06-acd3754f5670', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-25 20:14:34,334 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-25 20:14:34,334 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-25 20:14:34,334 - 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-25 20:14:34,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 20:14:34,341 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 20:14:34,341 - 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': '70acd6e6-7fbc-44f0-8370-bf415b56471d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'flavor_name': 'rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-213a08d7-2793-4bd5-8e6d-3dc12239bda2', '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-25 20:23:44,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f1b1eff2-de12-4555-87fc-f499cd20a240 2018-05-25 20:23:44,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f1b1eff2-de12-4555-87fc-f499cd20a240'] 2018-05-25 20:23:46,090 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f1b1eff2-de12-4555-87fc-f499cd20a240: 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-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "image": { "name": "Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "block_migration": false, "nics": [ { "net-id": "70acd6e6-7fbc-44f0-8370-bf415b56471d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f1b1eff2-de12-4555-87fc-f499cd20a240 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 | 19.31 | 19.31 | 19.31 | 19.31 | 19.31 | 19.31 | 100.0% | 1 | | nova.find_host_to_migrate | 2.03 | 2.03 | 2.03 | 2.03 | 2.03 | 2.03 | 100.0% | 1 | | nova.live_migrate | 22.294 | 22.294 | 22.294 | 22.294 | 22.294 | 22.294 | 100.0% | 1 | | nova.delete_server | 4.951 | 4.951 | 4.951 | 4.951 | 4.951 | 4.951 | 100.0% | 1 | | total | 48.585 | 48.585 | 48.585 | 48.585 | 48.585 | 48.585 | 100.0% | 1 | | -> duration | 47.585 | 47.585 | 47.585 | 47.585 | 47.585 | 47.585 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 47.585469 Full duration: 58.89187 -------------------------------------------------------------------------------- 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-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "image": { "name": "Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "70acd6e6-7fbc-44f0-8370-bf415b56471d" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f1b1eff2-de12-4555-87fc-f499cd20a240 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 | 17.811 | 17.811 | 17.811 | 17.811 | 17.811 | 17.811 | 100.0% | 1 | | cinder_v2.create_volume | 2.734 | 2.734 | 2.734 | 2.734 | 2.734 | 2.734 | 100.0% | 1 | | nova.attach_volume | 4.622 | 4.622 | 4.622 | 4.622 | 4.622 | 4.622 | 100.0% | 1 | | nova.find_host_to_migrate | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 100.0% | 1 | | nova.live_migrate | 14.677 | 14.677 | 14.677 | 14.677 | 14.677 | 14.677 | 100.0% | 1 | | nova.detach_volume | 3.813 | 3.813 | 3.813 | 3.813 | 3.813 | 3.813 | 100.0% | 1 | | cinder_v2.delete_volume | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 100.0% | 1 | | nova.delete_server | 5.133 | 5.133 | 5.133 | 5.133 | 5.133 | 5.133 | 100.0% | 1 | | total | 52.766 | 52.766 | 52.766 | 52.766 | 52.766 | 52.766 | 100.0% | 1 | | -> duration | 51.766 | 51.766 | 51.766 | 51.766 | 51.766 | 51.766 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 51.765636 Full duration: 65.493741 -------------------------------------------------------------------------------- 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-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "image": { "name": "Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "70acd6e6-7fbc-44f0-8370-bf415b56471d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f1b1eff2-de12-4555-87fc-f499cd20a240 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 | 14.392 | 14.392 | 14.392 | 14.392 | 14.392 | 14.392 | 100.0% | 1 | | nova.boot_server | 11.963 | 11.963 | 11.963 | 11.963 | 11.963 | 11.963 | 100.0% | 1 | | nova.find_host_to_migrate | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | nova.live_migrate | 19.189 | 19.189 | 19.189 | 19.189 | 19.189 | 19.189 | 100.0% | 1 | | nova.delete_server | 12.746 | 12.746 | 12.746 | 12.746 | 12.746 | 12.746 | 100.0% | 1 | | total | 59.456 | 59.456 | 59.456 | 59.456 | 59.456 | 59.456 | 100.0% | 1 | | -> duration | 58.456 | 58.456 | 58.456 | 58.456 | 58.456 | 58.456 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 58.45617 Full duration: 72.514056 -------------------------------------------------------------------------------- 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-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "image": { "name": "Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "server_kwargs": { "nics": [ { "net-id": "70acd6e6-7fbc-44f0-8370-bf415b56471d" } ] } }, "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 f1b1eff2-de12-4555-87fc-f499cd20a240 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 | 1.787 | 1.787 | 1.787 | 1.787 | 1.787 | 1.787 | 100.0% | 1 | | nova.boot_server | 11.76 | 11.76 | 11.76 | 11.76 | 11.76 | 11.76 | 100.0% | 1 | | nova.delete_server | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 100.0% | 1 | | nova.delete_keypair | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | total | 16.675 | 16.675 | 16.675 | 16.675 | 16.675 | 16.675 | 100.0% | 1 | | -> duration | 15.675 | 15.675 | 15.675 | 15.675 | 15.675 | 15.675 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.674581 Full duration: 51.57782 -------------------------------------------------------------------------------- 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-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "image": { "name": "Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "volume_size": 5, "nics": [ { "net-id": "70acd6e6-7fbc-44f0-8370-bf415b56471d" } ] }, "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 f1b1eff2-de12-4555-87fc-f499cd20a240 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 | 18.373 | 18.373 | 18.373 | 18.373 | 18.373 | 18.373 | 100.0% | 1 | | nova.boot_server | 9.802 | 9.802 | 9.802 | 9.802 | 9.802 | 9.802 | 100.0% | 1 | | nova.delete_server | 6.026 | 6.026 | 6.026 | 6.026 | 6.026 | 6.026 | 100.0% | 1 | | total | 34.201 | 34.201 | 34.201 | 34.201 | 34.201 | 34.201 | 100.0% | 1 | | -> duration | 33.201 | 33.201 | 33.201 | 33.201 | 33.201 | 33.201 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.201179 Full duration: 71.68735 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "image": { "name": "Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "force_delete": false, "nics": [ { "net-id": "70acd6e6-7fbc-44f0-8370-bf415b56471d" } ] }, "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 f1b1eff2-de12-4555-87fc-f499cd20a240 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 | 13.524 | 13.524 | 13.524 | 13.524 | 13.524 | 13.524 | 100.0% | 1 | | nova.pause_server | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 100.0% | 1 | | nova.unpause_server | 2.859 | 2.859 | 2.859 | 2.859 | 2.859 | 2.859 | 100.0% | 1 | | nova.delete_server | 5.73 | 5.73 | 5.73 | 5.73 | 5.73 | 5.73 | 100.0% | 1 | | total | 24.921 | 24.921 | 24.921 | 24.921 | 24.921 | 24.921 | 100.0% | 1 | | -> duration | 19.921 | 19.921 | 19.921 | 19.921 | 19.921 | 19.921 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.921162 Full duration: 61.198291 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "image": { "name": "Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "nics": [ { "net-id": "70acd6e6-7fbc-44f0-8370-bf415b56471d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f1b1eff2-de12-4555-87fc-f499cd20a240 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 | 15.346 | 15.346 | 15.346 | 15.346 | 15.346 | 15.346 | 100.0% | 1 | | nova.migrate | 29.625 | 29.625 | 29.625 | 29.625 | 29.625 | 29.625 | 100.0% | 1 | | nova.resize_confirm | 5.678 | 5.678 | 5.678 | 5.678 | 5.678 | 5.678 | 100.0% | 1 | | nova.delete_server | 7.623 | 7.623 | 7.623 | 7.623 | 7.623 | 7.623 | 100.0% | 1 | | total | 58.272 | 58.272 | 58.272 | 58.272 | 58.272 | 58.272 | 100.0% | 1 | | -> duration | 57.272 | 57.272 | 57.272 | 57.272 | 57.272 | 57.272 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 57.271526 Full duration: 67.909891 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "image": { "name": "Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task f1b1eff2-de12-4555-87fc-f499cd20a240 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 | 13.065 | 13.065 | 13.065 | 13.065 | 13.065 | 13.065 | 100.0% | 1 | | nova.list_interfaces | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | total | 13.299 | 13.299 | 13.299 | 13.299 | 13.299 | 13.299 | 100.0% | 1 | | -> duration | 12.299 | 12.299 | 12.299 | 12.299 | 12.299 | 12.299 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.299038 Full duration: 55.330137 -------------------------------------------------------------------------------- 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 f1b1eff2-de12-4555-87fc-f499cd20a240 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.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | nova.delete_server_group | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.837916 Full duration: 9.868765 HINTS: * To plot HTML graphics with this data, run: rally task report f1b1eff2-de12-4555-87fc-f499cd20a240 --out output.html * To generate a JUnit report, run: rally task export f1b1eff2-de12-4555-87fc-f499cd20a240 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f1b1eff2-de12-4555-87fc-f499cd20a240 --json --out output.json 2018-05-25 20:23:46,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f1b1eff2-de12-4555-87fc-f499cd20a240'] 2018-05-25 20:23:47,219 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 20:23:47,220 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f1b1eff2-de12-4555-87fc-f499cd20a240', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-25 20:23:47,227 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-25 20:23:47,227 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-25 20:23:47,228 - 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-25 20:23:47,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-25 20:23:47,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-25 20:23:47,245 - 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': '70acd6e6-7fbc-44f0-8370-bf415b56471d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'flavor_name': 'rally-tiny-213a08d7-2793-4bd5-8e6d-3dc12239bda2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-213a08d7-2793-4bd5-8e6d-3dc12239bda2', '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-25 20:24:42,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 17f3804d-7291-41be-b5ac-5b835828fd78 2018-05-25 20:24:42,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '17f3804d-7291-41be-b5ac-5b835828fd78'] 2018-05-25 20:24:43,646 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 17f3804d-7291-41be-b5ac-5b835828fd78: 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 17f3804d-7291-41be-b5ac-5b835828fd78 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.097 | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 100.0% | 1 | | quotas.delete_quotas | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 100.0% | 1 | | total | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 100.0% | 1 | | -> duration | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.226969 Full duration: 10.327858 -------------------------------------------------------------------------------- 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 17f3804d-7291-41be-b5ac-5b835828fd78 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.382 | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 100.0% | 1 | | total | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | -> duration | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.382551 Full duration: 9.32703 -------------------------------------------------------------------------------- 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 17f3804d-7291-41be-b5ac-5b835828fd78 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.387 | 0.387 | 0.387 | 0.387 | 0.387 | 0.387 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788527 Full duration: 8.524627 -------------------------------------------------------------------------------- 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 17f3804d-7291-41be-b5ac-5b835828fd78 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.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | total | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | -> duration | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.127754 Full duration: 9.705561 HINTS: * To plot HTML graphics with this data, run: rally task report 17f3804d-7291-41be-b5ac-5b835828fd78 --out output.html * To generate a JUnit report, run: rally task export 17f3804d-7291-41be-b5ac-5b835828fd78 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 17f3804d-7291-41be-b5ac-5b835828fd78 --json --out output.json 2018-05-25 20:24:43,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '17f3804d-7291-41be-b5ac-5b835828fd78'] 2018-05-25 20:24:44,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-25 20:24:44,723 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '17f3804d-7291-41be-b5ac-5b835828fd78', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-25 20:24:44,729 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-25 20:24:44,733 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:41 | 4 | 100.00% | | cinder | 03:16 | 10 | 100.00% | | heat | 01:09 | 4 | 100.00% | | keystone | 02:52 | 11 | 100.00% | | neutron | 06:10 | 11 | 100.00% | | nova | 08:34 | 9 | 100.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:25:10 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-25 20:24:44,733 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-25 20:25:00,800 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-25 20:25:00,800 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-25 20:25:01,378 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 20:25:01,378 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 29:28 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-25 20:25:01,382 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-25 20:25:01,483 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-25 20:25:01,483 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-25 20:25:01,483 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 20:25:04,010 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-25 20:25:03.648 11194 INFO rally.deployment.engine [-] Deployment 0384847b-c03b-4594-a06e-6b545ba023e5 | Starting: Destroy cloud and free allocated resources. 2018-05-25 20:25:03.738 11194 INFO rally.deployment.engine [-] Deployment 0384847b-c03b-4594-a06e-6b545ba023e5 | Completed: Destroy cloud and free allocated resources. 2018-05-25 20:25:03.763 11194 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=50e4a07b-795b-483a-8255-439d95b353c9). 2018-05-25 20:25:03.767 11194 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-25 20:25:06,395 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 20:25:06.103 11197 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bf8271c6-0882-4a35-bdd4-8a1b3c3f7186) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bf8271c6-0882-4a35-bdd4-8a1b3c3f7186 | 2018-05-25T20:25:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bf8271c6-0882-4a35-bdd4-8a1b3c3f7186 ~/.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-25 20:25:09,622 - 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-25 20:25:09,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-25 20:25:12,020 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-25 20:25:11.745 11203 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=50e4a07b-795b-483a-8255-439d95b353c9). 2018-05-25 20:25:11.881 11203 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-25 20:25:15,495 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-25 20:25:14.035 11206 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-25 20:25:14.199 11206 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-25 20:25:15.307 11206 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=11041671-4a93-4ec3-a7b9-bc4f74abe8a3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=11041671-4a93-4ec3-a7b9-bc4f74abe8a3) as the default verifier for the future CLI operations. 2018-05-25 20:25:18,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-d4ba8322-224b-43a7-8beb-a61993170f9d' 2018-05-25 20:25:19,126 - 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-25T20:25:18Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7649b915-7cc1-4b41-9dff-cfc2c6ee0837', u'provider:segmentation_id': 8, 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-d4ba8322-224b-43a7-8beb-a61993170f9d', u'created_at': u'2018-05-25T20:25:18Z', u'mtu': 1450, u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 20:25:20,212 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T20:25:19Z', 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'acbad940-35c2-4eca-936f-095cfb92ff0f', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-d4ba8322-224b-43a7-8beb-a61993170f9d', u'enable_dhcp': True, u'network_id': u'7649b915-7cc1-4b41-9dff-cfc2c6ee0837', u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'created_at': u'2018-05-25T20:25:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 20:25:20,212 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-25 20:25:20,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-d4ba8322-224b-43a7-8beb-a61993170f9d' 2018-05-25 20:25:26,025 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-d4ba8322-224b-43a7-8beb-a61993170f9d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T20:25:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/61ce9e21-c174-472b-a259-11aec314cae5/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'61ce9e21-c174-472b-a259-11aec314cae5', u'size': None, u'name': u'Cirros-0.4.0-d4ba8322-224b-43a7-8beb-a61993170f9d', u'checksum': None, u'self': u'/v2/images/61ce9e21-c174-472b-a259-11aec314cae5', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T20:25:20Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 20:25:26,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-d4ba8322-224b-43a7-8beb-a61993170f9d' 2018-05-25 20:25:32,188 - 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-d4ba8322-224b-43a7-8beb-a61993170f9d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T20:25:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/b1dd8623-d497-46bd-8c82-290a4ededa0e/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'b1dd8623-d497-46bd-8c82-290a4ededa0e', u'size': None, u'name': u'Cirros-0.4.0-1-d4ba8322-224b-43a7-8beb-a61993170f9d', u'checksum': None, u'self': u'/v2/images/b1dd8623-d497-46bd-8c82-290a4ededa0e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T20:25:26Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 20:25:32,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-25 20:25:32,499 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-d4ba8322-224b-43a7-8beb-a61993170f9d', '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'e0e65fca01d543559ee82a768917a6b0', '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'86884106-6f13-47f8-8262-2f11131a03f6', 'swap': 0}) 2018-05-25 20:25:32,951 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-d4ba8322-224b-43a7-8beb-a61993170f9d', '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'e0e65fca01d543559ee82a768917a6b0', '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'902c2f38-70bb-487f-a757-f7e3a7a51fff', 'swap': 0}) 2018-05-25 20:25:36,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-25 20:25:35.103 11225 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=11041671-4a93-4ec3-a7b9-bc4f74abe8a3) for deployment 'opnfv-rally' (UUID=bf8271c6-0882-4a35-bdd4-8a1b3c3f7186). 2018-05-25 20:25:35.942 11225 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=11041671-4a93-4ec3-a7b9-bc4f74abe8a3) has been successfully configured for deployment 'opnfv-rally' (UUID=bf8271c6-0882-4a35-bdd4-8a1b3c3f7186)! 2018-05-25 20:25:36,107 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-25 20:25:36,107 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-25 20:25:36,109 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-25 20:25:38,401 - 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-25 20:25:40,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:40.577 11237 INFO rally.api [-] Starting verification (UUID=a6ff55b9-9aeb-4ba1-8f7b-f57461b96889) for deployment 'opnfv-rally' (UUID=bf8271c6-0882-4a35-bdd4-8a1b3c3f7186) by verifier 'opnfv-tempest' (UUID=11041671-4a93-4ec3-a7b9-bc4f74abe8a3). 2018-05-25 20:25:40,579 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a6ff55b9-9aeb-4ba1-8f7b-f57461b96889 2018-05-25 20:25:50,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:50.322 11237 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.214s] 2018-05-25 20:25:50,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:50.392 11237 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.069s] 2018-05-25 20:25:50,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:50.513 11237 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.315s] 2018-05-25 20:25:50,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:50.668 11237 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.619s] 2018-05-25 20:25:51,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:51.378 11237 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.225s] 2018-05-25 20:25:51,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:51.540 11237 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.162s] 2018-05-25 20:25:56,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:56.137 11237 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-05-25 20:25:56,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:56.244 11237 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.107s] 2018-05-25 20:25:56,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:56.337 11237 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.092s] 2018-05-25 20:25:56,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:56.527 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [3.430s] 2018-05-25 20:25:56,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:56.649 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.587s] 2018-05-25 20:25:56,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:56.695 11237 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.773s] 2018-05-25 20:25:59,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:25:59.811 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [3.282s] 2018-05-25 20:26:00,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:00.986 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.174s] 2018-05-25 20:26:02,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:02.632 11237 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.522s] 2018-05-25 20:26:02,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:02.692 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.161s] 2018-05-25 20:26:03,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:03.258 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.565s] 2018-05-25 20:26:04,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:04.341 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.079s] 2018-05-25 20:26:04,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:04.342 11237 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.706s] 2018-05-25 20:26:04,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:04.500 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.161s] 2018-05-25 20:26:04,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:04.514 11237 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-05-25 20:26:10,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:10.913 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.063s] 2018-05-25 20:26:14,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:14.276 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.111s] 2018-05-25 20:26:15,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:15.317 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.041s] 2018-05-25 20:26:16,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:16.865 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.949s] 2018-05-25 20:26:20,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:20.460 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [30.300s] 2018-05-25 20:26:23,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:23.610 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [26.953s] 2018-05-25 20:26:25,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:25.299 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.071s] 2018-05-25 20:26:25,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:25.313 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.014s] 2018-05-25 20:26:25,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:25.457 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.142s] 2018-05-25 20:26:25,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:25.469 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-05-25 20:26:25,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:25.481 11237 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-25 20:26:25,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:25.511 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-05-25 20:26:25,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:25.572 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-05-25 20:26:25,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:25.641 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.068s] 2018-05-25 20:26:26,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:26.097 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.455s] 2018-05-25 20:26:26,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:26.112 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-05-25 20:26:26,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:26.182 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-05-25 20:26:31,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:31.857 11237 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.816s] 2018-05-25 20:26:39,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:39.163 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [8.049s] 2018-05-25 20:26:39,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:39.780 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.616s] 2018-05-25 20:26:40,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:40.282 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.501s] 2018-05-25 20:26:40,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:40.383 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.099s] 2018-05-25 20:26:40,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:40.384 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-25 20:26:41,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:41.610 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.198s] 2018-05-25 20:26:42,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:42.218 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.607s] 2018-05-25 20:26:42,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:42.270 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.052s] 2018-05-25 20:26:42,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:42.704 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.434s] 2018-05-25 20:26:43,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:43.093 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.388s] 2018-05-25 20:26:43,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:43.767 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.673s] 2018-05-25 20:26:43,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:43.984 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.217s] 2018-05-25 20:26:44,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:44.035 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-05-25 20:26:44,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:44.091 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.056s] 2018-05-25 20:26:44,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:44.111 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.484s] 2018-05-25 20:26:44,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:44.141 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-05-25 20:26:44,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:44.325 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.183s] 2018-05-25 20:26:44,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:44.546 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.220s] 2018-05-25 20:26:44,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:44.623 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.077s] 2018-05-25 20:26:44,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:44.688 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.065s] 2018-05-25 20:26:44,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:44.736 11237 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2018-05-25 20:26:45,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:45.573 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.717s] 2018-05-25 20:26:46,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:46.395 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.673s] 2018-05-25 20:26:48,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:48.200 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.805s] 2018-05-25 20:26:49,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:49.143 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.032s] 2018-05-25 20:26:49,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:49.759 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.558s] 2018-05-25 20:26:51,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:51.334 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.573s] 2018-05-25 20:26:52,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:52.746 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.411s] 2018-05-25 20:26:53,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:53.659 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.085s] 2018-05-25 20:26:54,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:54.367 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.619s] 2018-05-25 20:26:54,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:54.566 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.422s] 2018-05-25 20:26:55,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:55.031 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.665s] 2018-05-25 20:26:55,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:55.715 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.682s] 2018-05-25 20:26:56,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:56.039 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.377s] 2018-05-25 20:26:56,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:56.238 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.200s] 2018-05-25 20:26:56,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:56.391 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.676s] 2018-05-25 20:26:56,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:56.424 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.185s] 2018-05-25 20:26:56,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:56.665 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.241s] 2018-05-25 20:26:56,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:56.860 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.195s] 2018-05-25 20:26:57,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:57.791 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.398s] 2018-05-25 20:26:58,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:58.238 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.670s] 2018-05-25 20:26:58,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:58.374 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.583s] 2018-05-25 20:26:58,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:58.757 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.381s] 2018-05-25 20:26:59,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:26:59.137 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.380s] 2018-05-25 20:27:00,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:00.912 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.773s] 2018-05-25 20:27:01,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:01.339 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.427s] 2018-05-25 20:27:01,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:01.873 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.533s] 2018-05-25 20:27:02,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:02.510 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.636s] 2018-05-25 20:27:02,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:02.876 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.636s] 2018-05-25 20:27:02,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:02.884 11237 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.375s] 2018-05-25 20:27:05,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:05.877 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.001s] 2018-05-25 20:27:07,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:07.180 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [43.562s] 2018-05-25 20:27:10,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:10.353 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.475s] 2018-05-25 20:27:17,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:17.354 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.999s] 2018-05-25 20:27:20,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:20.340 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.160s] 2018-05-25 20:27:21,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:21.271 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.916s] 2018-05-25 20:27:21,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:21.522 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.251s] 2018-05-25 20:27:21,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:21.663 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.140s] 2018-05-25 20:27:21,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:21.850 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.186s] 2018-05-25 20:27:21,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:21.932 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.082s] 2018-05-25 20:27:22,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:22.172 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.239s] 2018-05-25 20:27:22,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:22.269 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.096s] 2018-05-25 20:27:22,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:22.328 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.058s] 2018-05-25 20:27:22,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:22.381 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.053s] 2018-05-25 20:27:31,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:31.053 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.671s] 2018-05-25 20:27:36,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:36.397 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.481s] 2018-05-25 20:27:36,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:36.632 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.235s] 2018-05-25 20:27:36,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:36.827 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.195s] 2018-05-25 20:27:37,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:37.102 11237 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [92.100s] 2018-05-25 20:27:37,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:37.236 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.408s] 2018-05-25 20:27:37,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:37.623 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.387s] 2018-05-25 20:27:38,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:38.014 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.390s] 2018-05-25 20:27:42,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:42.750 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [101.752s] 2018-05-25 20:27:49,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:49.502 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.544s] 2018-05-25 20:27:49,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:49.837 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.827s] 2018-05-25 20:27:52,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:52.081 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.243s] 2018-05-25 20:27:57,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:57.345 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.259s] 2018-05-25 20:27:59,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:27:59.508 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.166s] 2018-05-25 20:28:01,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:01.275 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.217s] 2018-05-25 20:28:01,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:01.401 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.891s] 2018-05-25 20:28:01,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:01.478 11237 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.202s] 2018-05-25 20:28:02,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:02.600 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.198s] 2018-05-25 20:28:02,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:02.692 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [13.187s] 2018-05-25 20:28:05,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:05.411 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.808s] 2018-05-25 20:28:05,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:05.455 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.047s] 2018-05-25 20:28:17,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:17.809 11237 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [40.699s] 2018-05-25 20:28:37,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:37.971 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.157s] 2018-05-25 20:28:38,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:38.143 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.172s] 2018-05-25 20:28:38,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:38.323 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.179s] 2018-05-25 20:28:38,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:38.493 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.170s] 2018-05-25 20:28:38,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:38.649 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.155s] 2018-05-25 20:28:38,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:38.810 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.160s] 2018-05-25 20:28:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:39.007 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.196s] 2018-05-25 20:28:39,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:39.039 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.032s] 2018-05-25 20:28:39,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:39.208 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.168s] 2018-05-25 20:28:39,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:39.248 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.039s] 2018-05-25 20:28:39,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:39.410 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.162s] 2018-05-25 20:28:39,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:39.606 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.195s] 2018-05-25 20:28:39,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:39.649 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.042s] 2018-05-25 20:28:39,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:39.687 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-05-25 20:28:39,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:39.725 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.037s] 2018-05-25 20:28:40,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:40.813 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.088s] 2018-05-25 20:28:40,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:40.848 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-05-25 20:28:41,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:41.022 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.173s] 2018-05-25 20:28:41,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:41.032 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-05-25 20:28:41,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:41.067 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-05-25 20:28:41,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:41.260 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.192s] 2018-05-25 20:28:41,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:41.296 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-05-25 20:28:41,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:41.478 11237 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.181s] 2018-05-25 20:28:45,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:45.368 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [85.013s] 2018-05-25 20:28:50,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:50.603 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.571s] 2018-05-25 20:28:50,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:28:50.964 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.361s] 2018-05-25 20:29:18,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:18.213 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.157s] 2018-05-25 20:29:18,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:18.364 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.151s] 2018-05-25 20:29:18,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:18.406 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.041s] 2018-05-25 20:29:18,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:18.525 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.119s] 2018-05-25 20:29:18,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:18.559 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.034s] 2018-05-25 20:29:18,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:18.893 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.332s] 2018-05-25 20:29:19,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:19.227 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.334s] 2018-05-25 20:29:19,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:19.434 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.206s] 2018-05-25 20:29:19,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:19.482 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.048s] 2018-05-25 20:29:19,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:29:19.694 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.210s] 2018-05-25 20:29:45,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a6ff55b9-9aeb-4ba1-8f7b-f57461b96889']'. 2018-05-25 20:29:46,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-25 20:29:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-25 20:29:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 20:29:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a6ff55b9-9aeb-4ba1-8f7b-f57461b96889 | 2018-05-25 20:29:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-25 20:29:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-25 20:25:40 | 2018-05-25 20:29:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-25 20:29:45 | 2018-05-25 20:29:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:05 | 2018-05-25 20:29:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 11041671-4a93-4ec3-a7b9-bc4f74abe8a3) | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: bf8271c6-0882-4a35-bdd4-8a1b3c3f7186) | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 161 | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 212.095 | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 161 | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-25 20:29:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-25 20:29:46,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-25 20:29:46,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 20:29:46,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-25 20:29:46,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-25 20:29:57,629 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 20:29:57,630 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:39 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-25 20:29:57,634 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-25 20:29:57,724 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-25 20:29:57,724 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-25 20:29:57,724 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 20:30:00,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-25 20:29:59.721 11337 INFO rally.deployment.engine [-] Deployment bf8271c6-0882-4a35-bdd4-8a1b3c3f7186 | Starting: Destroy cloud and free allocated resources. 2018-05-25 20:29:59.829 11337 INFO rally.deployment.engine [-] Deployment bf8271c6-0882-4a35-bdd4-8a1b3c3f7186 | Completed: Destroy cloud and free allocated resources. 2018-05-25 20:29:59.868 11337 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=11041671-4a93-4ec3-a7b9-bc4f74abe8a3) for deployment 'opnfv-rally'. 2018-05-25 20:29:59.887 11337 INFO rally.api [-] Deleting verification (UUID=a6ff55b9-9aeb-4ba1-8f7b-f57461b96889). 2018-05-25 20:29:59.926 11337 INFO rally.api [-] Verification has been successfully deleted! 2018-05-25 20:29:59.926 11337 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=11041671-4a93-4ec3-a7b9-bc4f74abe8a3). 2018-05-25 20:29:59.938 11337 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-25 20:30:02,479 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 20:30:02.189 11340 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8d541757-a402-4e92-8e3e-5e61c25523be) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8d541757-a402-4e92-8e3e-5e61c25523be | 2018-05-25T20:30:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8d541757-a402-4e92-8e3e-5e61c25523be ~/.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-25 20:30:05,830 - 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-25 20:30:05,831 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-25 20:30:08,198 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-25 20:30:07.936 11346 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=11041671-4a93-4ec3-a7b9-bc4f74abe8a3). 2018-05-25 20:30:08.062 11346 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-25 20:30:11,655 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-25 20:30:10.293 11349 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-25 20:30:10.458 11349 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-25 20:30:11.433 11349 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=01550fa3-3e50-4f44-a7df-6b21e1a6b255) has been successfully created! Using verifier 'opnfv-tempest' (UUID=01550fa3-3e50-4f44-a7df-6b21e1a6b255) as the default verifier for the future CLI operations. 2018-05-25 20:30:14,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-ba8827db-cb78-47ae-872e-61e1eacdff0a' 2018-05-25 20:30:15,432 - 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-25T20:30:15Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b10b14ae-d0a7-4700-b60e-c0b39332c75e', u'provider:segmentation_id': 30, 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-ba8827db-cb78-47ae-872e-61e1eacdff0a', u'created_at': u'2018-05-25T20:30:15Z', u'mtu': 1450, u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 20:30:17,414 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T20:30:15Z', 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'8c7917e1-5c8f-4cd6-a55f-69e66b0e4132', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-ba8827db-cb78-47ae-872e-61e1eacdff0a', u'enable_dhcp': True, u'network_id': u'b10b14ae-d0a7-4700-b60e-c0b39332c75e', u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'created_at': u'2018-05-25T20:30:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 20:30:17,415 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-25 20:30:17,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-ba8827db-cb78-47ae-872e-61e1eacdff0a' 2018-05-25 20:30:20,627 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-ba8827db-cb78-47ae-872e-61e1eacdff0a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T20:30:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/63c10bdf-53d9-450d-8f13-a332fc3fa7da/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'63c10bdf-53d9-450d-8f13-a332fc3fa7da', u'size': None, u'name': u'Cirros-0.4.0-ba8827db-cb78-47ae-872e-61e1eacdff0a', u'checksum': None, u'self': u'/v2/images/63c10bdf-53d9-450d-8f13-a332fc3fa7da', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T20:30:17Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 20:30:20,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-ba8827db-cb78-47ae-872e-61e1eacdff0a' 2018-05-25 20:30:24,112 - 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-ba8827db-cb78-47ae-872e-61e1eacdff0a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T20:30:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d9165f4b-8b6a-4a3a-886e-65bdbf5f6272/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd9165f4b-8b6a-4a3a-886e-65bdbf5f6272', u'size': None, u'name': u'Cirros-0.4.0-1-ba8827db-cb78-47ae-872e-61e1eacdff0a', u'checksum': None, u'self': u'/v2/images/d9165f4b-8b6a-4a3a-886e-65bdbf5f6272', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T20:30:20Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 20:30:24,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-25 20:30:24,371 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-ba8827db-cb78-47ae-872e-61e1eacdff0a', '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'e0e65fca01d543559ee82a768917a6b0', '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'7e7f8a02-b98c-44eb-ac95-2ae650e159ad', 'swap': 0}) 2018-05-25 20:30:24,481 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-ba8827db-cb78-47ae-872e-61e1eacdff0a', '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'e0e65fca01d543559ee82a768917a6b0', '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'63cf3aab-d78b-4a54-8d54-bf8a43502260', 'swap': 0}) 2018-05-25 20:30:27,626 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-25 20:30:26.596 11368 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=01550fa3-3e50-4f44-a7df-6b21e1a6b255) for deployment 'opnfv-rally' (UUID=8d541757-a402-4e92-8e3e-5e61c25523be). 2018-05-25 20:30:27.451 11368 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=01550fa3-3e50-4f44-a7df-6b21e1a6b255) has been successfully configured for deployment 'opnfv-rally' (UUID=8d541757-a402-4e92-8e3e-5e61c25523be)! 2018-05-25 20:30:27,627 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-25 20:30:27,627 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-25 20:30:27,629 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-25 20:30:27,643 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-25 20:30:30,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-01550fa3-3e50-4f44-a7df-6b21e1a6b255/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-25 20:30:30,897 - 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-25 20:30:33,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 20:30:33.046 11377 INFO rally.api [-] Starting verification (UUID=32101473-8754-4d32-8c21-28f5f068b5ee) for deployment 'opnfv-rally' (UUID=8d541757-a402-4e92-8e3e-5e61c25523be) by verifier 'opnfv-tempest' (UUID=01550fa3-3e50-4f44-a7df-6b21e1a6b255). 2018-05-25 20:30:33,048 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 32101473-8754-4d32-8c21-28f5f068b5ee 2018-05-25 20:33:50,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '32101473-8754-4d32-8c21-28f5f068b5ee']'. 2018-05-25 20:33:51,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-25 20:33:51,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-25 20:33:51,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 20:33:51,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 32101473-8754-4d32-8c21-28f5f068b5ee | 2018-05-25 20:33:51,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-25 20:33:51,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-25 20:30:32 | 2018-05-25 20:33:51,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-25 20:33:50 | 2018-05-25 20:33:51,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:18 | 2018-05-25 20:33:51,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 01550fa3-3e50-4f44-a7df-6b21e1a6b255) | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8d541757-a402-4e92-8e3e-5e61c25523be) | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 184.856 | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-25 20:33:51,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-25 20:33:51,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-25 20:33:51,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 20:33:51,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-25 20:33:51,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-25 20:34:03,184 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 20:34:03,184 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-25 20:34:03,188 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-25 20:34:04,449 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-25 21:54:58,110 - 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) ... ok 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 ---------------------------------------------------------------------- Ran 119 tests in 4853.592s OK 2018-05-25 21:54:58,231 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 21:54:58,232 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 80:54 | PASS | +---------------------+------------------+------------------+----------------+ 2018-05-25 21:54:58,236 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-25 21:54:58,328 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-25 21:54:58,329 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-25 21:54:58,329 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-25 21:55:00,931 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-25 21:55:00.455 11606 INFO rally.deployment.engine [-] Deployment 8d541757-a402-4e92-8e3e-5e61c25523be | Starting: Destroy cloud and free allocated resources. 2018-05-25 21:55:00.537 11606 INFO rally.deployment.engine [-] Deployment 8d541757-a402-4e92-8e3e-5e61c25523be | Completed: Destroy cloud and free allocated resources. 2018-05-25 21:55:00.599 11606 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=01550fa3-3e50-4f44-a7df-6b21e1a6b255) for deployment 'opnfv-rally'. 2018-05-25 21:55:00.632 11606 INFO rally.api [-] Deleting verification (UUID=32101473-8754-4d32-8c21-28f5f068b5ee). 2018-05-25 21:55:00.679 11606 INFO rally.api [-] Verification has been successfully deleted! 2018-05-25 21:55:00.680 11606 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=01550fa3-3e50-4f44-a7df-6b21e1a6b255). 2018-05-25 21:55:00.693 11606 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-25 21:55:03,290 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-25 21:55:02.989 11609 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=375e6140-48ab-4b2a-bb51-d71f808c60a1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 375e6140-48ab-4b2a-bb51-d71f808c60a1 | 2018-05-25T21:55:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 375e6140-48ab-4b2a-bb51-d71f808c60a1 ~/.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-25 21:55:06,653 - 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-25 21:55:06,653 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-25 21:55:09,063 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-25 21:55:08.758 11615 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=01550fa3-3e50-4f44-a7df-6b21e1a6b255). 2018-05-25 21:55:08.896 11615 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-25 21:55:12,387 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-25 21:55:11.095 11618 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-25 21:55:11.268 11618 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-25 21:55:12.213 11618 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=910fd167-a063-44ef-9f1d-b5c8921678ec) has been successfully created! Using verifier 'opnfv-tempest' (UUID=910fd167-a063-44ef-9f1d-b5c8921678ec) as the default verifier for the future CLI operations. 2018-05-25 21:55:15,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-e8317baf-fb1e-4a08-a0e0-f3fe64984113' 2018-05-25 21:55:16,317 - 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-25T21:55:16Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6ea36313-d0cf-4ed4-91b1-df18727a0318', u'provider:segmentation_id': 51, 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-e8317baf-fb1e-4a08-a0e0-f3fe64984113', u'created_at': u'2018-05-25T21:55:16Z', u'mtu': 1450, u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 21:55:17,197 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-25T21:55:16Z', 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'a7b66211-8894-4617-8b16-7312f37d5971', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-e8317baf-fb1e-4a08-a0e0-f3fe64984113', u'enable_dhcp': True, u'network_id': u'6ea36313-d0cf-4ed4-91b1-df18727a0318', u'tenant_id': u'e0e65fca01d543559ee82a768917a6b0', u'created_at': u'2018-05-25T21:55:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'e0e65fca01d543559ee82a768917a6b0'}) 2018-05-25 21:55:17,197 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-25 21:55:17,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-e8317baf-fb1e-4a08-a0e0-f3fe64984113' 2018-05-25 21:55:22,547 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-e8317baf-fb1e-4a08-a0e0-f3fe64984113', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T21:55:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/7bf874aa-3574-4002-b6c7-00682f37e9ce/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'7bf874aa-3574-4002-b6c7-00682f37e9ce', u'size': None, u'name': u'Cirros-0.4.0-e8317baf-fb1e-4a08-a0e0-f3fe64984113', u'checksum': None, u'self': u'/v2/images/7bf874aa-3574-4002-b6c7-00682f37e9ce', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T21:55:17Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 21:55:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-e8317baf-fb1e-4a08-a0e0-f3fe64984113' 2018-05-25 21:55:28,003 - 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-e8317baf-fb1e-4a08-a0e0-f3fe64984113', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-25T21:55:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/28649d03-4b48-49b5-839a-4b7a993d6287/file', u'owner': u'e0e65fca01d543559ee82a768917a6b0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'28649d03-4b48-49b5-839a-4b7a993d6287', u'size': None, u'name': u'Cirros-0.4.0-1-e8317baf-fb1e-4a08-a0e0-f3fe64984113', u'checksum': None, u'self': u'/v2/images/28649d03-4b48-49b5-839a-4b7a993d6287', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-25T21:55:22Z', u'schema': u'/v2/schemas/image'}) 2018-05-25 21:55:28,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-25 21:55:28,251 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-e8317baf-fb1e-4a08-a0e0-f3fe64984113', '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'e0e65fca01d543559ee82a768917a6b0', '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'672446bb-bba1-4e0e-bc30-55c6a462e967', 'swap': 0}) 2018-05-25 21:55:28,353 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-e8317baf-fb1e-4a08-a0e0-f3fe64984113', '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'e0e65fca01d543559ee82a768917a6b0', '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'016304ff-072a-484c-92ad-7f1414a938e4', 'swap': 0}) 2018-05-25 21:55:31,683 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-25 21:55:30.675 11637 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=910fd167-a063-44ef-9f1d-b5c8921678ec) for deployment 'opnfv-rally' (UUID=375e6140-48ab-4b2a-bb51-d71f808c60a1). 2018-05-25 21:55:31.496 11637 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=910fd167-a063-44ef-9f1d-b5c8921678ec) has been successfully configured for deployment 'opnfv-rally' (UUID=375e6140-48ab-4b2a-bb51-d71f808c60a1)! 2018-05-25 21:55:31,684 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-25 21:55:31,684 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-25 21:55:31,686 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-25 21:55:31,699 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-25 21:55:34,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-910fd167-a063-44ef-9f1d-b5c8921678ec/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-25 21:55:34,657 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-25 21:55:34,658 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-25 21:55:34,659 - 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-25 21:55:36,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-25 21:55:36.807 11646 INFO rally.api [-] Starting verification (UUID=65cd6efd-f68a-4ffb-9d05-f0c99810f7ad) for deployment 'opnfv-rally' (UUID=375e6140-48ab-4b2a-bb51-d71f808c60a1) by verifier 'opnfv-tempest' (UUID=910fd167-a063-44ef-9f1d-b5c8921678ec). 2018-05-25 21:55:36,808 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 65cd6efd-f68a-4ffb-9d05-f0c99810f7ad 2018-05-25 21:58:12,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '65cd6efd-f68a-4ffb-9d05-f0c99810f7ad']'. 2018-05-25 21:58:13,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-25 21:58:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-25 21:58:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 21:58:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 65cd6efd-f68a-4ffb-9d05-f0c99810f7ad | 2018-05-25 21:58:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-25 21:58:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-25 21:55:36 | 2018-05-25 21:58:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-25 21:58:12 | 2018-05-25 21:58:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:36 | 2018-05-25 21:58:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-25 21:58:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 910fd167-a063-44ef-9f1d-b5c8921678ec) | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 375e6140-48ab-4b2a-bb51-d71f808c60a1) | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 128.2 | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-25 21:58:13,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-25 21:58:13,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-25 21:58:13,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-25 21:58:13,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-25 21:58:27,016 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 21:58:27,016 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:11 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-25 21:58:27,021 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:16 | PASS | | vping_userdata | functest | smoke | 01:01 | PASS | | tempest_smoke_serial | functest | smoke | 18:45 | PASS | | rally_sanity | functest | smoke | 29:28 | PASS | | refstack_defcore | functest | smoke | 04:39 | PASS | | patrole | functest | smoke | 03:49 | PASS | | snaps_smoke | functest | smoke | 80:54 | PASS | | neutron_trunk | functest | smoke | 03:11 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-25 21:58:27,027 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-25 21:58:30,404 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-152 | | 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-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 21:58:30,408 - 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=JfUTvZKjkZJvtZ7dwqKwAPMwE export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-25 21:58:30,408 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 21:58:30,409 - 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 barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-05-25 21:58:30,410 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-25 21:58:30,410 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-25 22:03:06,593 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-25 22:03:06,715 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 22:03:06,715 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:36 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-25 22:03:06,718 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-05-25 22:51:46,932 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-05-25 22:51:47,090 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 22:51:47,094 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 48:40 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-05-25 22:51:47,113 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-05-25 22:51:47,114 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:36 | PASS | | barometercollectd | barometer | features | 48:40 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-25 22:51:47,133 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-25 22:53:03,846 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-152 | | 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-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 22:53:03,848 - 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=JfUTvZKjkZJvtZ7dwqKwAPMwE export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-25 22:53:03,848 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 22:53:03,848 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-25 22:53:03,849 - 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-25 22:53:03,850 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-25 22:53:06,322 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-152 | | 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-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-25 22:53:06,327 - 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=JfUTvZKjkZJvtZ7dwqKwAPMwE export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-25 22:53:06,327 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-25 22:53:06,329 - 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-25 22:53:06,330 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-25 22:53:06,330 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-25 22:57:25,308 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-25 22:57:25,423 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-25 22:57:25,424 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 04:19 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-25 22:57:25,427 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 04:19 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-25 22:57:25,429 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK